Skip to content

Commit 70013ae

Browse files
committed
copy edit
1 parent 8a3c935 commit 70013ae

File tree

5 files changed

+60
-60
lines changed

5 files changed

+60
-60
lines changed

articles/azure-resource-manager/management/manage-resources-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage resources - Azure PowerShell
33
description: Use Azure PowerShell and Azure Resource Manager to manage your resources. Shows how to deploy and delete resources.
44
ms.topic: conceptual
5-
ms.date: 09/26/2024
5+
ms.date: 02/10/2025
66
ms.custom: devx-track-azurepowershell, devx-track-arm-template
77
---
88

@@ -123,7 +123,7 @@ For more information, see [Lock resources with Azure Resource Manager](lock-reso
123123

124124
## Tag resources
125125

126-
Tagging helps organizing your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-powershell.md).
126+
Tagging helps you organize your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-powershell.md).
127127

128128
## Manage access to resources
129129

articles/azure-resource-manager/management/manage-resources-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage resources - Python
33
description: Use Python and Azure Resource Manager to manage your resources. Shows how to deploy and delete resources.
44
ms.topic: conceptual
5-
ms.date: 09/26/2024
5+
ms.date: 02/10/2025
66
ms.custom: devx-track-arm-template, devx-track-python
77
content_well_notification:
88
- AI-contribution
@@ -242,7 +242,7 @@ For more information, see [Lock resources with Azure Resource Manager](lock-reso
242242

243243
## Tag resources
244244

245-
Tagging helps organizing your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-python.md).
245+
Tagging helps you organize your resource group and resources logically. For information, see [Using tags to organize your Azure resources](tag-resources-python.md).
246246

247247
## Next steps
248248

articles/azure-resource-manager/management/manage-resources-rest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage resources - REST
33
description: Use REST operations with Azure Resource Manager to manage your resources. Shows how to read, deploy, and delete resources.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 09/26/2024
6+
ms.date: 02/10/2025
77
---
88

99
# Manage Azure resources by using the REST API
@@ -12,11 +12,11 @@ Learn how to use the REST API for [Azure Resource Manager](overview.md) to manag
1212

1313
## Obtain an access token
1414

15-
To make a REST API call to Azure, you first need to obtain an access token. Include this access token in the headers of your Azure REST API calls using the "Authorization" header and setting the value to "Bearer {access-token}".
15+
To make a REST API call to Azure, you first need to obtain an access token. Include this access token in the headers of your Azure REST API calls using the `Authorization` header and setting the value to `Bearer {access-token}`.
1616

1717
If you need to programmatically retrieve new tokens as part of your application, you can obtain an access token by [Registering your client application with Microsoft Entra ID](/rest/api/azure/#register-your-client-application-with-azure-ad).
1818

19-
If you're getting started and want to test Azure REST APIs using your individual token, you can retrieve your current access token quickly with either Azure PowerShell or Azure CLI.
19+
To test Azure REST APIs using your individual token, retrieve your current access token with either Azure PowerShell or Azure CLI.
2020

2121
### [Azure CLI](#tab/azure-cli)
2222

@@ -53,7 +53,7 @@ Authorization: Bearer <bearer-token>
5353
Host: management.azure.com
5454
```
5555

56-
Here is an example cURL command that you can use to list all resources in a resource group using the Azure Resource Manager API:
56+
Here's an example cURL command that you can use to list all resources in a resource group using the Azure Resource Manager API:
5757

5858
```curl
5959
curl -H "Authorization: Bearer $token" -H 'Content-Type: application/json' -X GET 'https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/resources?api-version=2021-04-01'
@@ -124,7 +124,7 @@ Host: management.azure.com
124124
}
125125
```
126126

127-
For the REST APIs, the value of `uri` can't be a local file or a file that is only available on your local network. Azure Resource Manager must be able to access the template. Provide a URI value that downloadable as HTTP or HTTPS.
127+
For the REST APIs, the value of `uri` can't be a local file or a file that is only available on your local network. Azure Resource Manager must access the template. Provide a URI value that is downloadable as HTTP or HTTPS.
128128
For more information, see [Deploy resources with Resource Manager templates and Azure PowerShell](../templates/deploy-powershell.md).
129129

130130
## Deploy a resource group and resources

articles/azure-resource-manager/management/microsoft-resources-move-regions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Move regions for resources in Microsoft.Resources
33
description: Show how to move resources that are in the Microsoft.Resources namespace to new regions.
44
ms.topic: conceptual
5-
ms.date: 09/26/2024
5+
ms.date: 02/10/2025
66
---
77

88
# Move Microsoft.Resources resources to new region
99

10-
You may need to move an existing resource to a new region. This article shows how to move two resource types - templateSpecs and deploymentScripts - that are in the Microsoft.Resources namespace.
10+
You might need to move an existing resource to a new region. This article shows how to move two resource types - templateSpecs and deploymentScripts - that are in the Microsoft.Resources namespace.
1111

1212
## Move template specs to new region
1313

@@ -65,19 +65,19 @@ If you have a [template spec](../templates/template-specs.md) in one region and
6565

6666
1. [Export the template](../templates/export-template-portal.md). When exporting, select the deployment script and any other required resources.
6767

68-
1. In the exported template, delete the following properties:
68+
1. Delete the following properties in the exported template:
6969

7070
* tenantId
7171
* principalId
7272
* clientId
7373

74-
1. The exported template has a hardcoded value for the region of the deployment script.
74+
1. Find the hardcoded value for the region of the deployment script.
7575

7676
```json
7777
"location": "westus2",
7878
```
7979

80-
Change the template to allow a parameter for setting the location. For more information, see [Set resource location in ARM template](../templates/resource-location.md)
80+
Change the template to allow a parameter for setting the location. For more information, see [Set resource location in ARM template](../templates/resource-location.md).
8181

8282
```json
8383
"location": "[parameters('location')]",

0 commit comments

Comments
 (0)