{
  "id": 9460763,
  "title": "How to Create an Azure Subscription, Resource Group, and Microsoft Entra ID User",
  "url": "https://urgent.news/2026/09/24/how-to-create-an-azure-subscription-resource-group-and-microsoft",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-24T01:09:59.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/iruobae/how-to-create-an-azure-subscription-resource-group-and-microsoft-entra-id-user-2dfb"
  },
  "original_language": "en",
  "account": "This guide explains how to create an Azure subscription, create an Azure Resource Group, and create a Microsoft Entra ID user using the Azure Portal. An Azure subscription serves as a billing and management boundary for Azure resources, while a Resource Group provides a logical container for related Azure resources. Microsoft Entra ID is a cloud identity and access management service.\n\nTo create an Azure subscription:\n1. Sign in to the Azure Portal with a Microsoft or organizational account.\n2. In the Azure Portal, locate and open the “Subscriptions” service.\n3. Click “Add” to start the subscription creation process.\n4. Enter a subscription name, choose a billing account and profile, and select an Azure plan. For development or testing, a DevTest offer may be available.\n5. Choose the Microsoft Entra directory where the subscription should be created. Specify the subscription owner(s) and add tags for identification.\n6. Review the configuration and select “Create” to complete the process. The new subscription will appear on the Subscriptions page.\n\nTo create an Azure Resource Group:\n1. Search for “Resource groups” in the Azure Portal and open the service.\n2. Click “Create” to start the resource group creation form.\n3. Select the Azure subscription where the resource group will be created.\n4. Provide a clear name for the resource group, such as “Strowetech-rg”. Adopting a consistent naming convention aids in managing cloud environments.\n5. Choose an Azure region for the resource group’s metadata. Note that resources in a resource group can be located in different regions.\n6. Optionally, add tags to help identify the subscription.\n7. Review the configuration and select “Review + Create”. Confirm validation and select “Create”.\n\nTo create a Microsoft Entra ID user:\n1. In the Azure Portal, locate and open Microsoft Entra ID.\n2. Click “Users” to access the user management service.\n3. Select “+ New user” to initiate the user creation process.\n4. Enter required user details, including full name, user name, and password. Use a strong password and consider using multi-factor authentication for enhanced security.\n5. Assign the appropriate user role, such as User Administrator or Global Administrator, based on the intended operations.\n6. Review the user details and select “Create” to complete the process. The new Microsoft Entra ID user will be available in the Users list.",
  "summary": "Introduction If you are starting your cloud and DevOps journey, three foundational Azure tasks are worth learning early: creating an Azure subscription, creating an Azure Resource Group, and creating a Microsoft Entra ID user. These components help you organize Azure resources, control access, and build a structured cloud environment. This guide walks through the process using the Azure Portal.…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}