Skip to content

Commit 589bef3

Browse files
committed
fix: rename "Azure portal" instances
1 parent de6f724 commit 589bef3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/static-apps/add-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Using Visual Studio Code, commit and push your changes to the remote git reposit
205205

206206
## Create a static web app
207207

208-
:::image type="content" source="media/add-api/create-static-app-on-azure-portal-1.png" alt-text="Create static app on Azure Portal - screen 1":::
208+
:::image type="content" source="media/add-api/create-static-app-on-azure-portal-1.png" alt-text="Create static app on the Azure portal - screen 1":::
209209

210210
1. Navigate to the [Azure portal](https://portal.azure.com)
211211
1. Type **Static Web Apps** in the top search bar
@@ -222,7 +222,7 @@ Using Visual Studio Code, commit and push your changes to the remote git reposit
222222
1. Select **master** from the _Branch_ drop-down
223223
1. Click the **Next: Build >** button to edit the build configuration
224224

225-
:::image type="content" source="media/add-api/create-static-app-on-azure-portal-2.png" alt-text="Create static app on Azure Portal - screen 2":::
225+
:::image type="content" source="media/add-api/create-static-app-on-azure-portal-2.png" alt-text="Create static app on the Azure portal - screen 2":::
226226

227227
Next, add the following the build details.
228228

@@ -238,7 +238,7 @@ Next, add the following the build details.
238238
| Api location | The location of the API backend. This points to the root folder of the Azure Functions App project | No |
239239
| App artifact location | The location of of the build output folder. Some front-end JavaScript frameworks have a build step that places production files in a folder. This setting points to the build output folder. | No |
240240

241-
:::image type="content" source="media/add-api/create-static-app-on-azure-portal-3.png" alt-text="Create static app on Azure Portal - screen 3":::
241+
:::image type="content" source="media/add-api/create-static-app-on-azure-portal-3.png" alt-text="Create static app on the Azure portal - screen 3":::
242242

243243
1. Click **Create**
244244
1. Wait for deployment to finish (this may take a minute)
@@ -251,9 +251,9 @@ The deployed API will be available at `https://<STATIC_APP_NAME>.azurestaticapps
251251

252252
:::image type="content" source="media/add-api/github-workflow-1.png" alt-text="GitHub Workflow":::
253253

254-
You can also find the application URL from the Azure Portal:
254+
You can also find the application URL from the Azure portal:
255255

256-
:::image type="content" source="media/add-api/static-app-url-from-portal.png" alt-text="Access static app URL from Azure Portal":::
256+
:::image type="content" source="media/add-api/static-app-url-from-portal.png" alt-text="Access static app URL from the Azure portal":::
257257

258258
Alternatively you can directly access your Azure Static Web App at `https://<STATIC_APP_NAME>.azurestaticapps.net` and check the result in the browser.
259259

0 commit comments

Comments
 (0)