Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit d4d0b7b

Browse files
authored
Add ApiManagement provider registration to DEPLOYMENT-GUIDE.md (#292)
1 parent 13ae72f commit d4d0b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/DEPLOYMENT-GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ This can be accomplished via the [Azure Portal](https://learn.microsoft.com/en-u
4444
az provider register --namespace Microsoft.OperationsManagement
4545
az provider register --namespace Microsoft.AlertsManagement
4646
az provider register --namespace Microsoft.Compute
47+
az provider register --namespace Microsoft.ApiManagement
4748
# verify providers were registered
4849
az provider show --namespace Microsoft.OperationsManagement -o table
4950
az provider show --namespace Microsoft.AlertsManagement -o table
5051
az provider show --namespace Microsoft.Compute -o table
52+
az provider show --namespace Microsoft.ApiManagement -o table
5153
```
5254

5355
## Installation

0 commit comments

Comments
 (0)