From d4d0b7b1a2479faf01149c31c57f30b880f28061 Mon Sep 17 00:00:00 2001 From: Nick Switanek <2531961+nswitanek@users.noreply.github.com> Date: Tue, 27 May 2025 07:56:00 -0500 Subject: [PATCH] Add ApiManagement provider registration to DEPLOYMENT-GUIDE.md (#292) --- docs/DEPLOYMENT-GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DEPLOYMENT-GUIDE.md b/docs/DEPLOYMENT-GUIDE.md index cf76391..36ab572 100644 --- a/docs/DEPLOYMENT-GUIDE.md +++ b/docs/DEPLOYMENT-GUIDE.md @@ -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