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