Skip to content

Commit

Permalink
added registration for providers
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham committed May 7, 2023
1 parent 1f984a5 commit a493267
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/modules/Module1/Lab-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ Ensure correct Subscription Id is set
az account show
```

Register the following providers

```bash
az provider register --namespace Microsoft.Storage --wait
az provider register --namespace Microsoft.Web --wait
az provider register --namespace Microsoft.EventGrid --wait
```

Create Azure Resource Group

```bash
Expand Down

0 comments on commit a493267

Please sign in to comment.