Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
Correct spelling error.
  • Loading branch information
HamzaBoukraa authored and cmendible committed May 3, 2024
1 parent a10ef5c commit 727b467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/docs/Deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ az webapp create --name aihub-webapp --resource-group aihub-rg --plan aihub-apps
az cognitiveservices account create --name aihub-cognitiveservice --resource-group aihub-rg --kind CognitiveServices --sku S0 --location westeurope --yes
```

### Create an Azure OpenAI resuorce
### Create an Azure OpenAI resource
```bash
az openai create --name aihub-openai --resource-group aihub-rg --location westeurope
```
Expand All @@ -45,4 +45,4 @@ az cognitiveservices account create --name aihub-contentsafety --resource-group
```

### Configure the web app
As a last step, we need to configure the web app to use the storage account and the cognitive service account we created earlier. To do this, we need to rename appsettings.json.template file to appsettings.json and replace the placeholders with the values we got from the previous steps.
As a last step, we need to configure the web app to use the storage account and the cognitive service account we created earlier. To do this, we need to rename appsettings.json.template file to appsettings.json and replace the placeholders with the values we got from the previous steps.

0 comments on commit 727b467

Please sign in to comment.