Skip to content

Commit ae3300e

Browse files
author
gitName
committed
User Story 446505: Q&M: Retire Enable real-time updates in a web application
1 parent 7de662e commit ae3300e

File tree

48 files changed

+50
-833
lines changed

Some content is hidden

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

48 files changed

+50
-833
lines changed

.openpublishing.redirection.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51226,6 +51226,51 @@
5122651226
"source_path": "learn-pr/aspnetcore/secure-aspnet-core-identity/index.yml",
5122751227
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
5122851228
"redirect_document_id": false
51229+
},
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
5122951274
}
5123051275
]
5123151276
}

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6085,3 +6085,8 @@ 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

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)