Update deploy-websites-services.md

Added missing provider registration required for azure deployment
pull/228/head
Nicholas Timmons 2023-06-10 20:13:17 +01:00 committed by GitHub
parent 28ede256cd
commit 3c4352d7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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