mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-06-27 04:39:57 +00:00
Add ApiManagement provider registration to DEPLOYMENT-GUIDE.md (#292)
This commit is contained in:
parent
13ae72f8ee
commit
d4d0b7b1a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user