Skip to content

Commit 46bd1b7

Browse files
author
gitName
committed
User Story 446140: Q&M: Retire: Authenticate users with Azure Static Web Apps
1 parent a417778 commit 46bd1b7

File tree

53 files changed

+45
-1903
lines changed

Some content is hidden

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

53 files changed

+45
-1903
lines changed

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51156,6 +51156,46 @@
5115651156
"source_path": "learn-pr/aspnetcore/secure-aspnet-core-identity/index.yml",
5115751157
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
5115851158
"redirect_document_id": false
51159+
},
51160+
{
51161+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/1-introduction.yml",
51162+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51163+
"redirect_document_id": false
51164+
},
51165+
{
51166+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/2-exercise-get-started.yml",
51167+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51168+
"redirect_document_id": false
51169+
},
51170+
{
51171+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/3-authentication.yml",
51172+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51173+
"redirect_document_id": false
51174+
},
51175+
{
51176+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/4-exercise-add-authentication.yml",
51177+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51178+
"redirect_document_id": false
51179+
},
51180+
{
51181+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/5-providers-roles.yml",
51182+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51183+
"redirect_document_id": false
51184+
},
51185+
{
51186+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/6-exercise-configure-access.yml",
51187+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51188+
"redirect_document_id": false
51189+
},
51190+
{
51191+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/7-summary.yml",
51192+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51193+
"redirect_document_id": false
51194+
},
51195+
{
51196+
"source_path": "learn-pr/azure/publish-static-web-app-authentication/index.yml",
51197+
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",
51198+
"redirect_document_id": false
5115951199
}
5116051200
]
5116151201
}

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6075,3 +6075,8 @@ achievements:
60756075
title: 'Microsoft Azure AI Fundamentals: Generative AI'
60766076
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"
60776077
iconUrl: /learn/achievements/generic-badge.svg
6078+
- uid: learn.azure.publish-static-web-app-authentication.badge
6079+
type: trophy
6080+
title: Authenticate users with Azure Static Web Apps
6081+
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.
6082+
iconUrl: /training/achievements/publish-static-web-app-authentication.svg

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)