Set up Azure
Last updated
Last updated
You need an active Azure subscription to deploy resources.
You need to grant yourself the “Owner” (Privileged Administrator) role for the subscription to create a managed application. This gives you full ownership and extensive permissions. Follow the steps listed below to assign yourself the Owner role:
Log into the Azure portal.
Type “Subscriptions" in the search bar and select said option as it appears.
Click on your subscription's name to open its overview page.
Select Access Control (IAM) from the left pane.
Click on Add and select Add role assignment from the drop-down pane.
Select the Privileged administrator roles subsection and search for Owner in the search box.
Select the Owner role and click on Next at the bottom of the page.
Click on Select members.
Search for your account ID in the Select entry field and select it.
Review the details. Click on Review + assign to complete the process.
You need to have a resource group (in the Azure subscription) where all the resources related to this application will be deployed.
Having Owner access grants you full control over the subscription, allowing you to create, manage, and delete resources.
You must have Owner access within the Azure subscription to deploy resources (follow the steps detailed in point 2. to assign this access).
Follow the steps detailed below to create a resource group:
Type “Resource groups" in the Azure portal search bar and select said option as it appears.
Click on Create.
On the Create a resource group page, provide the following information:
Subscription: The subscription where you have Owner access on it.
Resource Group: Create and enter a unique name for your resource group. This name could be descriptive and reflect the purpose of the resource group.
Region: Choose the Azure region where you want to create the resource group. Note that it can affect billing and management.
Click on Review + create to create the resource group. Azure will validate your configuration for any errors.
You can access and manage the resource group by navigating to Resource groups in the left-hand menu of the Azure portal.