Skip to content

Commit 54f8155

Browse files
Merge pull request microsoft#228 from NTimmons/main
Added missing provider registration required for azure deployment
2 parents d76e7c8 + 3c4352d commit 54f8155

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/deploy-websites-services.md

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ Run the following command to ensure the following dependencies
5050
az provider register --namespace Microsoft.ContainerRegistry
5151
```
5252

53+
and
54+
55+
```console
56+
az provider register --namespace Microsoft.Storage
57+
```
58+
5359
and also Microsoft.App
5460

5561
```console

0 commit comments

Comments
 (0)