Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update deploy-websites-services.md
Browse files Browse the repository at this point in the history
Added missing provider registration required for azure deployment
  • Loading branch information
NTimmons authored Jun 10, 2023
1 parent 28ede25 commit 3c4352d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/deploy-websites-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c4352d

Please sign in to comment.