Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _index.md #37

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading