Skip to content

Commit 250255c

Browse files
Merge pull request #51196 from ShawnKupfer/WB1856
User Story 446140: Q&M: Retire: Authenticate users with Azure Static …
2 parents 9ebbc53 + 8703b2d commit 250255c

File tree

54 files changed

+45
-1904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+45
-1904
lines changed

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51227,6 +51227,46 @@
5122751227
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
5122851228
"redirect_document_id": false
5122951229
},
51230+
{
51231+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/1-introduction.yml",
51232+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51233+
"redirect_document_id": false
51234+
},
51235+
{
51236+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/2-exercise-get-started.yml",
51237+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51238+
"redirect_document_id": false
51239+
},
51240+
{
51241+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/3-authentication.yml",
51242+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51243+
"redirect_document_id": false
51244+
},
51245+
{
51246+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/4-exercise-add-authentication.yml",
51247+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51248+
"redirect_document_id": false
51249+
},
51250+
{
51251+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/5-providers-roles.yml",
51252+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51253+
"redirect_document_id": false
51254+
},
51255+
{
51256+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/6-exercise-configure-access.yml",
51257+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51258+
"redirect_document_id": false
51259+
},
51260+
{
51261+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/7-summary.yml",
51262+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51263+
"redirect_document_id": false
51264+
},
51265+
{
51266+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/index.yml",
51267+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51268+
"redirect_document_id": false
51269+
},
5123051270
{
5123151271
"source_path": "learn-pr/azure/app-service-autoscale-rules/1-introduction.yml",
5123251272
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6085,6 +6085,11 @@ achievements:
60856085
title: 'Microsoft Azure AI Fundamentals: Generative AI'
60866086
summary: "Generative AI is a form of artificial intelligence in which models are trained to generate new original content based on natural language input. In other words, you can describe a desired output in normal everyday language, and the model can respond by creating appropriate text, image, code, and more. \n\nTake this learning path to get started with generative AI. In it, you'll learn how to:\n- Understand core concepts of generative AI\n- Prepare for an AI development project\n- Describe considerations and practices for responsible generative AI\n- Build an AI agent using Azure AI Foundry"
60876087
iconUrl: /learn/achievements/generic-badge.svg
6088+
- uid: learn.azure.publish-static-web-app-authentication.badge
6089+
type: trophy
6090+
title: Authenticate users with Azure Static Web Apps
6091+
summary: Publish an Angular, React, Svelte, or Vue JavaScript app with API and authentication using Azure Static Web Apps and Azure Functions. Deploy your code from GitHub to a staging site using preview URLs.
6092+
iconUrl: /training/achievements/publish-static-web-app-authentication.svg
60886093
- uid: learn.app-service-autoscale-rules.badge
60896094
type: trophy
60906095
title: Dynamically meet changing web app performance requirements with autoscale rules

learn-pr/azure/publish-app-service-static-web-app-api-dotnet/includes/12-summary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Here are several resources where you can learn more about Azure Static Web Apps,
2424
- Watch the Video series: [Deploy websites to the cloud with Azure Static Web Apps](https://aka.ms/azure/beginnervideos/learn/swa)
2525
- Learn how to [Publish an Angular, React, Svelte, or Vue JavaScript app with Azure Static Web Apps](/training/modules/publish-app-service-static-web-app-api/)
2626
- Learn how to [Publish an API to Azure Static Web Apps](/training/modules/publish-static-web-app-api-preview-url/)
27-
- Learn how to [Authenticate users with Azure Static Web Apps](/training/modules/publish-static-web-app-authentication/)
2827
- [Azure Static Web Apps](/azure/static-web-apps)
2928
- Learn how to [Deploy to Azure Using Azure Functions](/azure/azure-functions/functions-deployment-technologies)
3029
- [Overview of Blazor](/aspnet/core/blazor/)

learn-pr/azure/publish-app-service-static-web-app-api/includes/12-summary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ Here are several resources where you can learn more about Azure Static Web Apps,
1616

1717
- Watch the Video series: [Deploy websites to the cloud with Azure Static Web Apps](https://aka.ms/azure/beginnervideos/learn/swa)
1818
- Learn how to [Publish an API to Azure Static Web Apps](/training/modules/publish-static-web-app-api-preview-url/)
19-
- Learn how to [Authenticate users with Azure Static Web Apps](/training/modules/publish-static-web-app-authentication/)
2019
- [Azure Static Web Apps](/azure/static-web-apps)
2120
- Use [Angular](https://code.visualstudio.com/docs/nodejs/angular-tutorial), [React](https://code.visualstudio.com/docs/nodejs/reactjs-tutorial), and [Vue](https://code.visualstudio.com/docs/nodejs/vuejs-tutorial) in Visual Studio Code

learn-pr/azure/publish-static-web-app-api-preview-url/includes/8-summary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Here are links to several resources where you can learn more about Azure Static
88

99
- Watch the Video series: [Deploy websites to the cloud with Azure Static Web Apps](https://aka.ms/azure/beginnervideos/learn/swa)
1010
- Learn how to [Publish an Angular, React, Svelte, or Vue JavaScript app with Azure Static Web Apps](/training/modules/publish-app-service-static-web-app-api/)
11-
- Learn how to [Authenticate users with Azure Static Web Apps](/training/modules/publish-static-web-app-authentication/)
1211
- Read the [Azure Static Web Apps documentation](/azure/static-web-apps)
1312
- Learn how to [Deploy to Azure Using Azure Functions](/training/modules/publish-static-web-app-api-preview-url/)
1413
- Use [Angular.js](https://code.visualstudio.com/docs/nodejs/angular-tutorial), [React.js](https://code.visualstudio.com/docs/nodejs/reactjs-tutorial), and [Vue.js](https://code.visualstudio.com/docs/nodejs/vuejs-tutorial) in Visual Studio Code

learn-pr/azure/publish-static-web-app-authentication/1-introduction.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

learn-pr/azure/publish-static-web-app-authentication/2-exercise-get-started.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

learn-pr/azure/publish-static-web-app-authentication/3-authentication.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

learn-pr/azure/publish-static-web-app-authentication/4-exercise-add-authentication.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

learn-pr/azure/publish-static-web-app-authentication/5-providers-roles.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)