From 6188b056e86914fc5ed478cd6809037d9c0f1841 Mon Sep 17 00:00:00 2001 From: HamzaBoukraa <15948623+HamzaBoukraa@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:16:06 +0200 Subject: [PATCH] Update _index.md Correct spelling error. --- docs/content/en/docs/Deployment/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/en/docs/Deployment/_index.md b/docs/content/en/docs/Deployment/_index.md index 6678a91..e76ec3f 100644 --- a/docs/content/en/docs/Deployment/_index.md +++ b/docs/content/en/docs/Deployment/_index.md @@ -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 ``` @@ -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. \ No newline at end of file +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.