Add ApiManagement provider registration to DEPLOYMENT-GUIDE.md (#292)

This commit is contained in:
Nick Switanek 2025-05-27 07:56:00 -05:00 committed by GitHub
parent 13ae72f8ee
commit d4d0b7b1a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,10 +44,12 @@ This can be accomplished via the [Azure Portal](https://learn.microsoft.com/en-u
az provider register --namespace Microsoft.OperationsManagement
az provider register --namespace Microsoft.AlertsManagement
az provider register --namespace Microsoft.Compute
az provider register --namespace Microsoft.ApiManagement
# verify providers were registered
az provider show --namespace Microsoft.OperationsManagement -o table
az provider show --namespace Microsoft.AlertsManagement -o table
az provider show --namespace Microsoft.Compute -o table
az provider show --namespace Microsoft.ApiManagement -o table
```
## Installation