Skip to content

Commit 0763ba6

Browse files
update image location
1 parent 56de540 commit 0763ba6

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

articles/azure-fluid-relay/how-tos/deploy-fluid-static-web-apps.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Run the `npm run build` command from the root directory to rebuild the app. This
8989

9090
1. Inside Visual Studio Code, select the Azure logo in the Activity Bar to open the Azure extensions window.
9191

92-
:::image type="content" source="../content/extension-azure-logo.png" alt-text="An image of the Azure Logo on a white background.":::
92+
:::image type="content" source="../images/extension-azure-logo.png" alt-text="An image of the Azure Logo on a white background.":::
9393

9494
> [!NOTE]
9595
> You must sign in to Azure and GitHub in Visual Studio Code to continue. If you are not already authenticated, the extension will prompt you to sign in to both services during the creation process.
@@ -168,17 +168,17 @@ Run the `npm run build` command from the root directory to rebuild the app. This
168168

169169
1. Once the app is created, a confirmation notification is shown in Visual Studio Code.
170170

171-
:::image type="content" source="../content/extension-confirmation.png" alt-text="An image of the notification shown in Visual Studio Code when the app is created. The notification reads: Successfully created new static web app my-first-static-web-app. GitHub Actions is building and deploying your app, it will be available once the deployment completes.":::
171+
:::image type="content" source="../images/extension-confirmation.png" alt-text="An image of the notification shown in Visual Studio Code when the app is created. The notification reads: Successfully created new static web app my-first-static-web-app. GitHub Actions is building and deploying your app, it will be available once the deployment completes.":::
172172

173173
As the deployment is in progress, the Visual Studio Code extension reports the build status to you.
174174

175-
:::image type="content" source="../content/extension-waiting-for-deployment.png" alt-text="An image of the Static Web Apps extension UI, which shows a list of static web apps under each subscription. The highlighted static web app has a status of Waiting for Deployment displayed next to it.":::
175+
:::image type="content" source="../images/extension-waiting-for-deployment.png" alt-text="An image of the Static Web Apps extension UI, which shows a list of static web apps under each subscription. The highlighted static web app has a status of Waiting for Deployment displayed next to it.":::
176176

177177
Once the deployment is complete, you can navigate directly to your website.
178178

179179
1. To view the website in the browser, right-click on the project in the Static Web Apps extension, and select **Browse Site**.
180180

181-
:::image type="content" source="../content/extension-browse-site.png" alt-text="An image of the menu that is shown when right-clicking on a static web app. The Browse Site option is highlighted.":::
181+
:::image type="content" source="../images/extension-browse-site.png" alt-text="An image of the menu that is shown when right-clicking on a static web app. The Browse Site option is highlighted.":::
182182

183183
2. The location of your application code, Azure Function, and build output is part of the `azure-static-web-apps-xxx-xxx-xxx.yml` workflow file located in the `/.github/workflows` directory. This file is automatically created when you create the Static Web app. It defines a GitHub Actions to build and deploy your Static Web app.
184184

@@ -189,4 +189,4 @@ If you're not going to continue to use this application, you can delete the Azur
189189

190190
In the Visual Studio Code Explorer window, return to the _Static Web Apps_ section and right-click on **my-first-static-web-app** and select **Delete**.
191191

192-
:::image type="content" source="../content/extension-delete.png" alt-text="An image of the menu that is shown when right-clicking on a static web app. The Delete option is highlighted.":::
192+
:::image type="content" source="../images/extension-delete.png" alt-text="An image of the menu that is shown when right-clicking on a static web app. The Delete option is highlighted.":::

0 commit comments

Comments
 (0)