From 3c4352d7d91c57210fabfd80aa4a5e1a2dac31ff Mon Sep 17 00:00:00 2001 From: Nicholas Timmons Date: Sat, 10 Jun 2023 20:13:17 +0100 Subject: [PATCH] Update deploy-websites-services.md Added missing provider registration required for azure deployment --- docs/deploy-websites-services.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/deploy-websites-services.md b/docs/deploy-websites-services.md index 77b03a8..21d1ca2 100644 --- a/docs/deploy-websites-services.md +++ b/docs/deploy-websites-services.md @@ -50,6 +50,12 @@ Run the following command to ensure the following dependencies az provider register --namespace Microsoft.ContainerRegistry ``` +and + +```console +az provider register --namespace Microsoft.Storage +``` + and also Microsoft.App ```console