Skip to content

Commit de0fabc

Browse files
authored
Merge pull request #51199 from ShawnKupfer/WB1857
User Story 446505: Q&M: Retire Enable real-time updates in a web appl…
2 parents f03fdec + c3d93e4 commit de0fabc

File tree

49 files changed

+50
-834
lines changed

Some content is hidden

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

49 files changed

+50
-834
lines changed

.openpublishing.redirection.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51227,6 +51227,51 @@
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/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/1-introduction.yml",
51232+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51233+
"redirect_document_id": false
51234+
},
51235+
{
51236+
"source_path": "learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/2-analyze-limitations-of-polling-in-a-web-app.yml",
51237+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51238+
"redirect_document_id": false
51239+
},
51240+
{
51241+
"source_path": "learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/3-exercise-analyze-limitations-of-polling-in-a-web-app.yml",
51242+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51243+
"redirect_document_id": false
51244+
},
51245+
{
51246+
"source_path": "learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/4-enable-automatic-updates-in-a-web-app-using-signalr.yml",
51247+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51248+
"redirect_document_id": false
51249+
},
51250+
{
51251+
"source_path": "learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/5-exercise-enable-automatic-updates-in-a-web-app-using-signalr.yml",
51252+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51253+
"redirect_document_id": false
51254+
},
51255+
{
51256+
"source_path": "learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/6-host-a-static-website-using-a-storage-account.yml",
51257+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51258+
"redirect_document_id": false
51259+
},
51260+
{
51261+
"source_path": "learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/7-exercise-host-a-static-website-using-a-storage-account.yml",
51262+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51263+
"redirect_document_id": false
51264+
},
51265+
{
51266+
"source_path": "learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/8-summary.yml",
51267+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51268+
"redirect_document_id": false
51269+
},
51270+
{
51271+
"source_path": "learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/index.yml",
51272+
"redirect_url": "https://learn.microsoft.com/azure/azure-signalr/signalr-tutorial-authenticate-azure-functions",
51273+
"redirect_document_id": false
51274+
},
5123051275
{
5123151276
"source_path": "learn-pr/azure/publish-static-web-app-authentication/1-introduction.yml",
5123251277
"redirect_url": "https://learn.microsoft.com/azure/static-web-apps/authentication-authorization",

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.advocates.azure-functions-and-signalr.badge
6089+
type: trophy
6090+
title: Enable real-time updates in a web application using Azure Functions and SignalR Service
6091+
summary: Change a JavaScript web app update mechanism from polling to push-based architecture with SignalR Service, Azure Cosmos DB, and Azure Functions.
6092+
iconUrl: /training/achievements/advocates/enable-automatic-updates-in-a-web-app-using-azure-functions-and-signalr.svg
60886093
- uid: learn.azure.publish-static-web-app-authentication.badge
60896094
type: trophy
60906095
title: Authenticate users with Azure Static Web Apps

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/1-introduction.yml

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

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/2-analyze-limitations-of-polling-in-a-web-app.yml

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

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/3-exercise-analyze-limitations-of-polling-in-a-web-app.yml

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

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/4-enable-automatic-updates-in-a-web-app-using-signalr.yml

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

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/5-exercise-enable-automatic-updates-in-a-web-app-using-signalr.yml

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

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/6-host-a-static-website-using-a-storage-account.yml

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

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/7-exercise-host-a-static-website-using-a-storage-account.yml

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

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/8-summary.yml

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

0 commit comments

Comments
 (0)