Merge pull request #228 from NTimmons/main
Added missing provider registration required for azure deploymentpull/241/head
commit
54f8155d8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue