Skip to content

Commit 45d9659

Browse files
authored
Removed bold formatting from alt text.
1 parent 0637375 commit 45d9659

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/includes/tutorial-add-search-website-create-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The Static Web app pulls the information and files for deployment from GitHub us
8787
8888
1. In the Side bar, select your Azure subscription under the **Azure: Cognitive Search** area, then right-click on your Search resource and select **Copy Query Key**.
8989
90-
:::image type="content" source="../media/tutorial-javascript-create-load-index/visual-studio-code-copy-query-key.png" alt-text="Screenshot of Visual Studio Code showing the Azure Cognitive Search explorer, with the **Copy Query Key** option shown.":::
90+
:::image type="content" source="../media/tutorial-javascript-create-load-index/visual-studio-code-copy-query-key.png" alt-text="Screenshot of Visual Studio Code showing the Azure Cognitive Search explorer, with the Copy Query Key option shown.":::
9191
9292
1. Keep this query key, you'll need to use it in the next section. The query key is able to query your Index.
9393

@@ -98,11 +98,11 @@ The Azure Function app won't return Search data until the Search secrets are in
9898
1. Select **Azure** from the Activity Bar.
9999
1. Right-click on your Static Web Apps resource then select **Open in Portal**.
100100
101-
:::image type="content" source="../media/tutorial-javascript-static-web-app/open-static-web-app-in-azure-portal.png" alt-text="Screenshot of Visual Studio Code showing Azure Static Web Apps explorer with the **Open in Portal** option shown.":::
101+
:::image type="content" source="../media/tutorial-javascript-static-web-app/open-static-web-app-in-azure-portal.png" alt-text="Screenshot of Visual Studio Code showing Azure Static Web Apps explorer with the Open in Portal option shown.":::
102102
103103
1. Select **Configuration** then select **+ Add**.
104104
105-
:::image type="content" source="../media/tutorial-javascript-static-web-app/add-new-application-setting-to-static-web-app-in-portal.png" alt-text="Screenshot of Visual Studio Code showing the Azure Static Web Apps explorer with the **Configuration** option shown.":::
105+
:::image type="content" source="../media/tutorial-javascript-static-web-app/add-new-application-setting-to-static-web-app-in-portal.png" alt-text="Screenshot of Visual Studio Code showing the Azure Static Web Apps explorer with the Configuration option shown.":::
106106
107107
1. Add each of the following settings:
108108
@@ -150,4 +150,4 @@ To clean up the resources created in this tutorial, delete the resource group.
150150
1. In the Side bar, **right-click on your Azure subscription** under the `Resource Groups` area and find the resource group you created for this tutorial.
151151
1. Right-click the resource group name then select **Delete**.
152152
This deletes both the Search and Static Web Apps resources.
153-
1. If you no longer want the GitHub fork of the sample, remember to delete that on GitHub. Go to your fork's **Settings** then delete the fork.
153+
1. If you no longer want the GitHub fork of the sample, remember to delete that on GitHub. Go to your fork's **Settings** then delete the fork.

0 commit comments

Comments
 (0)