Skip to content

Commit 11a5c28

Browse files
committed
Image shows full browser, changing image markdown and adding missing include
1 parent 8d7494c commit 11a5c28

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed
367 Bytes
Loading

articles/static-apps/publish-hugo.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The following steps show you how to create a new static site app and deploy it t
9696

9797
1. Select **Create a Resource** and search for **Static App**.
9898

99-
![Create a Static Apps (Preview) in the portal](./media/static-web-apps-publish-hugo/create-in-portal.png)
99+
:::image type="content" source="./media/static-web-apps-publish-hugo/create-in-portal.png" alt-text="Create a Static Apps (Preview) in the portal":::
100100

101101
1. For **Subscription**, accept the subscription that is listed or select a new one from the drop-down list.
102102

@@ -108,7 +108,7 @@ The following steps show you how to create a new static site app and deploy it t
108108

109109
1. For _SKU_, select **Free**.
110110

111-
![Details filled out](./media/static-web-apps-publish-hugo/basic-app-details.png)
111+
:::image type="content" source="./media/static-web-apps-publish-hugo/basic-app-details.png" alt-text="Details filled out":::
112112

113113
1. Click the **Sign in with GitHub** button.
114114

@@ -118,7 +118,7 @@ The following steps show you how to create a new static site app and deploy it t
118118

119119
1. For the _Branch_ select **master**.
120120

121-
![Completed GitHub information](./media/static-web-apps-publish-hugo/completed-github-info.png)
121+
:::image type="content" source="./media/static-web-apps-publish-hugo/completed-github-info.png" alt-text="Completed GitHub information":::
122122

123123
1. Click **Next : Build >**
124124

@@ -132,7 +132,7 @@ Next, you add configuration settings that the build process uses to build your a
132132

133133
A value for _API location_ isn't necessary as you aren't deploying an API at the moment.
134134

135-
![Build Settings](./media/static-web-apps-publish-hugo/build-details.png)
135+
:::image type="content" source="./media/static-web-apps-publish-hugo/build-details.png" alt-text="Build Settings":::
136136

137137
### Review and create
138138

@@ -176,7 +176,7 @@ Next, you add configuration settings that the build process uses to build your a
176176

177177
1. In the Azure portal's _Overview_ window of newly created Azure Static Web Apps resource, click the _URL_ link to open your deployed application.
178178

179-
![Deployed application](./media/static-web-apps-publish-hugo/deployed-app.png)
179+
:::image type="content" source="./media/static-web-apps-publish-hugo/deployed-app.png" alt-text="Deployed application":::
180180

181181
## Clean up resources
182182

@@ -185,5 +185,4 @@ Next, you add configuration settings that the build process uses to build your a
185185
## Next steps
186186

187187
> [!div class="nextstepaction"]
188-
189188
> [Add a custom domain](custom-domain.md)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
author: aaronpowell
3+
ms.service: static-web-apps
4+
ms.topic: include
5+
ms.date: 05/08/2020
6+
ms.author: aapowell
7+
---
8+
9+
If you're not going to continue to use this application, you can delete the Azure Static Web App resource through the following steps:
10+
11+
1. Open the [Azure portal](https://portal.azure.com)
12+
1. In the top search bar, search for your application by the name you provided earlier
13+
1. Click on the app
14+
1. Click on the **Delete** button
15+
1. Click **Yes** to confirm the delete action

0 commit comments

Comments
 (0)