Manage Azure resources by using the Azure portal

Learn how to use the Azure portal with Azure Resource Manager to manage your Azure resources. For managing resource groups, see Manage Azure resource groups by using the Azure portal.

Note

This article provides steps about how to delete personal data from the device or service and can be used to support your obligations under the GDPR. For general information about GDPR, see the GDPR section of the Microsoft Trust Center and the GDPR section of the Service Trust portal.

Deploy resources to a resource group

After you have created a Resource Manager template, you can use the Azure portal to deploy your Azure resources. For creating a template, see Quickstart: Create and deploy Azure Resource Manager templates by using the Azure portal. For deploying a template using the portal, see Deploy resources with Resource Manager templates and Azure portal.

Open resources

Azure resources are organized by Azure services and by resource groups. The following procedures show how to open a storage account called mystorage0207. The virtual machine resides in a resource group called mystorage0207rg.

To open a resource by the service type:

  1. Sign in to the Azure portal.

  2. In the left pane, select the Azure service. In this case, Storage accounts. If you don't see the service listed, select All services, and then select the service type.

    Screenshot of the Azure portal showing the Storage accounts service selected.

  3. Select the resource you want to open.

    Screenshot of the Azure portal with a storage account named mystorage0207 highlighted.

    A storage account looks like:

    Screenshot of an opened storage account in the Azure portal displaying its overview and settings.

To open a resource by resource group:

  1. Sign in to the Azure portal.
  2. In the left pane, select Resource groups to list the resource within the group.
  3. Select the resource you want to open.

Manage resources

When viewing a resource in the portal, you see the options for managing that particular resource.

Screenshot of the Azure portal displaying management options for a virtual machine.

The screenshot shows the management options for an Azure virtual machine. You can perform operations such as starting, restarting, and stopping a virtual machine.

Delete resources

  1. Open the resource in the portal. For the steps, see Open resources.

  2. Select Delete. The following screenshot shows the management options for a virtual machine.

    Screenshot of the Azure portal showing the Delete option for a virtual machine.

  3. Type the name of the resource to confirm the deletion, and then select Delete.

For more information about how Azure Resource Manager orders the deletion of resources, see Azure Resource Manager resource group deletion.

Move resources

  1. Open the resource in the portal. For the steps, see Open resources.

  2. Select Move. The following screenshot shows the management options for a storage account.

    Screenshot of the Azure portal displaying the Move option for a storage account.

  3. Select Move to another resource group or Move to another subscription depending on your needs.

For more information, see Move resources to new resource group or subscription.

Lock resources

Locking prevents other users in your organization from accidentally deleting or modifying critical resources, such as Azure subscription, resource group, or resource.

  1. Open the resource in the portal. For the steps, see Open resources.

  2. Select Locks. The following screenshot shows the management options for a storage account.

    Screenshot of the Azure portal showing the Locks option for a storage account.

  3. Select Add, and then specify the lock properties.

For more information, see Lock resources with Azure Resource Manager.

Tag resources

Tagging helps organizing your resource group and resources logically.

  1. Open the resource in the portal. For the steps, see Open resources.

  2. Select Tags. The following screenshot shows the management options for a storage account.

    Screenshot of the Azure portal displaying the Tags option for a storage account.

  3. Specify the tag properties, and then select Save.

For information, see Using tags to organize your Azure resources.

Monitor resources

When you open a resource, the portal presents default graphs and tables for monitoring that resource type. The following screenshot shows the graphs for a virtual machine:

Screenshot of the Azure portal showing monitoring graphs for a virtual machine.

You can select the pin icon on the upper right corner of the graphs to pin the graph to the dashboard. To learn about working with dashboards, see Creating and sharing dashboards in the Azure portal.

Manage access to resources

Azure role-based access control (Azure RBAC) is the way that you manage access to resources in Azure. For more information, see Assign Azure roles using the Azure portal.

Next steps