Skip to content

Commit c21f072

Browse files
committed
User Story 540582: Q&M: Retire Git and Azure Static Web Apps training modules
1 parent 0b493e3 commit c21f072

41 files changed

Lines changed: 71 additions & 986 deletions

Some content is hidden

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

.openpublishing.redirection.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61308,6 +61308,71 @@
6130861308
"source_path": "learn-pr/azure-devops/host-build-agent/index.yml",
6130961309
"redirect_url": "https://learn.microsoft.com/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=yaml%2Cbrowser",
6131061310
"redirect_document_id": false
61311+
},
61312+
{
61313+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/index.yml",
61314+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61315+
"redirect_document_id": false
61316+
},
61317+
{
61318+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/1-introduction.yml",
61319+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61320+
"redirect_document_id": false
61321+
},
61322+
{
61323+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/2-exercise-get-started.yml",
61324+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61325+
"redirect_document_id": false
61326+
},
61327+
{
61328+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/3-static-web-apps.yml",
61329+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61330+
"redirect_document_id": false
61331+
},
61332+
{
61333+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/4-exercise-static-web-apps.yml",
61334+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61335+
"redirect_document_id": false
61336+
},
61337+
{
61338+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/5-fallback-routes.yml",
61339+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61340+
"redirect_document_id": false
61341+
},
61342+
{
61343+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/6-exercise-fallback-routes.yml",
61344+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61345+
"redirect_document_id": false
61346+
},
61347+
{
61348+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/7-build-api.yml",
61349+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61350+
"redirect_document_id": false
61351+
},
61352+
{
61353+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/8-exercise-function-app.yml",
61354+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61355+
"redirect_document_id": false
61356+
},
61357+
{
61358+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/9-action.yml",
61359+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61360+
"redirect_document_id": false
61361+
},
61362+
{
61363+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/10-exercise-action.yml",
61364+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61365+
"redirect_document_id": false
61366+
},
61367+
{
61368+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/11-knowledge-check.yml",
61369+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61370+
"redirect_document_id": false
61371+
},
61372+
{
61373+
"source_path": "learn-pr/azure/publish-app-service-static-web-app-api-dotnet/12-summary.yml",
61374+
"redirect_url": "https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly/azure-static-web-apps?view=aspnetcore-10.0",
61375+
"redirect_document_id": false
6131161376
}
6131261377
]
6131361378
}

learn-pr/achievements.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7390,3 +7390,9 @@ achievements:
73907390
title: Host your own build agent in Azure Pipelines
73917391
summary: Learn how to use your own build agent when Microsoft-hosted agents don't meet your needs.
73927392
iconUrl: /training/achievements/azure-devops/host-your-own-build-server-in-your-build-pipeline.svg
7393+
- uid: learn.azure.publish-static-web-app-and-api-dotnet.badge
7394+
type: badge
7395+
title: Publish a Blazor WebAssembly app and .NET API with Azure Static Web Apps
7396+
summary: Automatically deploy and update a Blazor web application and its API from a GitHub repository.
7397+
iconUrl: /training/achievements/publish-static-web-app-and-api-dotnet.svg
7398+

learn-pr/azure/publish-app-service-static-web-app-api-dotnet/1-introduction.yml

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

learn-pr/azure/publish-app-service-static-web-app-api-dotnet/10-exercise-action.yml

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

learn-pr/azure/publish-app-service-static-web-app-api-dotnet/11-knowledge-check.yml

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

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

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

learn-pr/azure/publish-app-service-static-web-app-api-dotnet/2-exercise-get-started.yml

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

learn-pr/azure/publish-app-service-static-web-app-api-dotnet/3-static-web-apps.yml

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

learn-pr/azure/publish-app-service-static-web-app-api-dotnet/4-exercise-static-web-apps.yml

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

learn-pr/azure/publish-app-service-static-web-app-api-dotnet/5-fallback-routes.yml

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

0 commit comments

Comments
 (0)