Skip to content

Commit 1465b43

Browse files
authored
Merge pull request #123539 from bluPhy/main
Update publish-managed-identity.md
2 parents 883038a + 59a2f46 commit 1465b43

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/azure-resource-manager/bicep/deployment-stacks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To create a deployment stack at the management group scope:
138138
# [PowerShell](#tab/azure-powershell)
139139

140140
```azurepowershell
141-
New-AzManagmentGroupDeploymentStack `
141+
New-AzManagementGroupDeploymentStack `
142142
-Name "<deployment-stack-name>" `
143143
-Location "<location>" `
144144
-TemplateFile "<bicep-file-name>" `
@@ -321,7 +321,7 @@ To update a deployment stack at the management group scope:
321321
# [PowerShell](#tab/azure-powershell)
322322

323323
```azurepowershell
324-
Set-AzManagmentGroupDeploymentStack `
324+
Set-AzManagementGroupDeploymentStack `
325325
-Name "<deployment-stack-name>" `
326326
-Location "<location>" `
327327
-TemplateFile "<bicep-file-name>" `
@@ -784,7 +784,7 @@ To apply deny settings at the management group scope:
784784
# [PowerShell](#tab/azure-powershell)
785785

786786
```azurepowershell
787-
New-AzManagmentGroupDeploymentStack `
787+
New-AzManagementGroupDeploymentStack `
788788
-Name "<deployment-stack-name>" `
789789
-Location "<location>" `
790790
-TemplateFile "<bicep-file-name>" `
@@ -876,7 +876,7 @@ To export a deployment stack at the management group scope:
876876
# [PowerShell](#tab/azure-powershell)
877877

878878
```azurepowershell
879-
Save-AzManagmentGroupDeploymentStack `
879+
Save-AzManagementGroupDeploymentStack `
880880
-Name "<deployment-stack-name>" `
881881
-ManagementGroupId "<management-group-id>"
882882
```

articles/azure-resource-manager/bicep/linter-rule-no-deployments-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01-01' = {
126126
}
127127
```
128128

129-
Additionally, you can also refence ARM templates using the [module](./modules.md) statement.
129+
Additionally, you can also reference ARM templates using the [module](./modules.md) statement.
130130

131131
_main.bicep_:
132132

articles/azure-resource-manager/managed-applications/publish-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,15 +233,15 @@ When you link the deployment of the managed application to existing resources, b
233233
"type": "Microsoft.Common.TextBox",
234234
"label": "Network interface resource ID",
235235
"defaultValue": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.Network/networkInterfaces/existingnetworkinterface",
236-
"toolTip": "Must represent the identity as an Azure Resource Manager resource identifer format ex. /subscriptions/sub1/resourcegroups/myGroup/providers/Microsoft.Network/networkInterfaces/networkinterface1",
236+
"toolTip": "Must represent the identity as an Azure Resource Manager resource identifier format ex. /subscriptions/sub1/resourcegroups/myGroup/providers/Microsoft.Network/networkInterfaces/networkinterface1",
237237
"visible": true
238238
},
239239
{
240240
"name": "userAssignedId",
241241
"type": "Microsoft.Common.TextBox",
242242
"label": "User-assigned managed identity resource ID",
243243
"defaultValue": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testRG/providers/Microsoft.ManagedIdentity/userassignedidentites/myuserassignedidentity",
244-
"toolTip": "Must represent the identity as an Azure Resource Manager resource identifer format ex. /subscriptions/sub1/resourcegroups/myGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1",
244+
"toolTip": "Must represent the identity as an Azure Resource Manager resource identifier format ex. /subscriptions/sub1/resourcegroups/myGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity1",
245245
"visible": true
246246
}
247247
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Learn how to use the REST API for [Azure Resource Manager](overview.md) to manag
1313
## Obtain an access token
1414
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}".
1515

16-
If you need to programatically 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).
16+
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).
1717

1818
If you are 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.
1919

articles/azure-resource-manager/troubleshooting/common-deployment-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If your error code isn't listed, submit a GitHub issue. On the right side of the
5858
| MissingSubscriptionRegistration | Register your subscription with the resource provider. | [Resolve registration](error-register-resource-provider.md) |
5959
| NoRegisteredProviderFound | Check resource provider registration status. | [Resolve registration](error-register-resource-provider.md) |
6060
| NotFound | You might be attempting to deploy a dependent resource in parallel with a parent resource. Check if you need to add a dependency. | [Resolve dependencies](error-not-found.md) |
61-
| OperationNotAllowed | There can be several reasons for this error message.<br><br>1. The deployment is attempting an operation which is not allowed on spcecified SKU.<br><br>2. The deployment is attempting an operation that exceeds the quota for the subscription, resource group, or region. If possible, revise your deployment to stay within the quotas. Otherwise, consider requesting a change to your quotas. | [Resolve quotas](error-resource-quota.md) |
61+
| OperationNotAllowed | There can be several reasons for this error message.<br><br>1. The deployment is attempting an operation which is not allowed on specified SKU.<br><br>2. The deployment is attempting an operation that exceeds the quota for the subscription, resource group, or region. If possible, revise your deployment to stay within the quotas. Otherwise, consider requesting a change to your quotas. | [Resolve quotas](error-resource-quota.md) |
6262
| OperationNotAllowedOnVMImageAsVMsBeingProvisioned | You might be attempting to delete an image that is currently being used to provision VMs. You cannot delete an image that is being used by any virtual machine during the deployment process. Retry the image delete operation after the deployment of the VM is complete. | |
6363
| ParentResourceNotFound | Make sure a parent resource exists before creating the child resources. | [Resolve parent resource](error-parent-resource.md) |
6464
| PasswordTooLong | You might have selected a password with too many characters, or converted your password value to a secure string before passing it as a parameter. If the template includes a **secure string** parameter, you don't need to convert the value to a secure string. Provide the password value as text. | |

0 commit comments

Comments
 (0)