Skip to content

Commit 625e41e

Browse files
Merge pull request #286944 from craigshoemaker/swa/beginner-videos
[Static Web Apps] Update: Add links to video series
2 parents 3588a5b + 1c44c55 commit 625e41e

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

articles/static-web-apps/deploy-web-framework.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: azure-static-web-apps
77
ms.topic: article
8-
ms.date: 07/02/2024
8+
ms.date: 09/18/2024
99
ms.author: cshoe
1010
zone_pivot_groups: swa-web-framework
1111
---
@@ -168,6 +168,7 @@ On most systems, you can select the URL of the site to open it in your default b
168168
* [Authentication and authorization](./authentication-authorization.yml)
169169
* [Database connections](./database-overview.md)
170170
* [Custom Domains](./custom-domain.md)
171+
* [Video series: Deploy websites to the cloud with Azure Static Web Apps](https://aka.ms/azure/beginnervideos/learn/swa)
171172
172173
<!-- Links -->
173174
[1]: https://azure.microsoft.com/free

articles/static-web-apps/get-started-cli.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: azure-static-web-apps
77
ms.topic: quickstart
8-
ms.date: 03/21/2024
8+
ms.date: 09/18/2024
99
ms.author: cshoe
1010
ms.custom: mode-api, devx-track-azurecli, innovation-engine, linux-related-content
1111
ms.devlang: azurecli
@@ -161,6 +161,10 @@ Go to https://github.com/login/device and enter the code you get from GitHub to
161161

162162
If you're not going to continue to use this application, delete the resource group and the static web app using the [az group delete](/cli/azure/group#az-group-delete) command.
163163

164+
## Related content
165+
166+
* [Video series: Deploy websites to the cloud with Azure Static Web Apps](https://aka.ms/azure/beginnervideos/learn/swa)
167+
164168
## Next steps
165169

166170
> [!div class="nextstepaction"]

articles/static-web-apps/get-started-portal.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to deploy a static site to Azure Static Web Apps with the Azu
44
services: static-web-apps
55
author: craigshoemaker
66
ms.author: cshoe
7-
ms.date: 05/17/2024
7+
ms.date: 09/18/2024
88
ms.topic: quickstart
99
ms.service: azure-static-web-apps
1010
zone_pivot_groups: devops-or-github
@@ -238,6 +238,10 @@ If you're not going to continue to use this application, you can delete the Azur
238238
1. Select **Delete**.
239239
1. Select **Yes** to confirm the delete action (this action may take a few moments to complete).
240240

241+
## Related content
242+
243+
* [Video series: Deploy websites to the cloud with Azure Static Web Apps](https://aka.ms/azure/beginnervideos/learn/swa)
244+
241245
## Next steps
242246

243247
> [!div class="nextstepaction"]

articles/static-web-apps/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ If you're not going to continue to use this application, you can delete the Azur
125125

126126
In the Visual Studio Code Azure window, return to the _Resources_ section and under _Static Web Apps_, right-click **my-first-static-web-app** and select **Delete**.
127127

128+
## Related content
129+
130+
* [Video series: Deploy websites to the cloud with Azure Static Web Apps](https://aka.ms/azure/beginnervideos/learn/swa)
131+
128132
## Next steps
129133

130134
> [!div class="nextstepaction"]

articles/static-web-apps/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ landingContent:
4747
links:
4848
- text: Build and deploy a static web app
4949
url: /Shows/Docs-Azure/Building-and-Deploying-a-Static-Web-App/
50+
- text: Watch how to deploy a website Static Web Apps using your favorite front end framework
51+
url: https://aka.ms/azure/beginnervideos/learn/swa
5052
- title: Build and deploy
5153
linkLists:
5254
- linkListType: tutorial

0 commit comments

Comments
 (0)