Merge pull request #228 from NTimmons/main

Added missing provider registration required for azure deployment
pull/241/head
James Montemagno 2023-10-11 14:31:11 -07:00 committed by GitHub
commit 54f8155d8c
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