Skip to content

Commit 8354b57

Browse files
committed
review-3
1 parent d34648c commit 8354b57

10 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.advocates.azure-functions-and-signalr.1-introduction
33
metadata:
44
title: Introduction
55
description: Learn to update an application to implement automatic updates that are nearly instantaneous.
6-
ms.date: 01/22/2025
6+
ms.date: 04/24/2025
77
author: glenga
88
ms.author: glenga
99
ms.topic: unit

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.advocates.azure-functions-and-signalr.2-analyze-limitations-of-pollin
33
metadata:
44
title: Analyze the limitations of a polling-based web app
55
description: Discuss the drawbacks of a web application that relies on polling to keep the UI updated.
6-
ms.date: 01/22/2025
6+
ms.date: 04/24/2025
77
author: glenga
88
ms.author: glenga
99
ms.topic: unit

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.advocates.azure-functions-and-signalr.3-exercise-analyze-limitations-
33
metadata:
44
title: Exercise - Analyze the limitations of a polling-based web app
55
description: Review the implementation of polling website and run the app on your machine.
6-
ms.date: 01/22/2025
6+
ms.date: 04/24/2025
77
author: glenga
88
ms.author: glenga
99
ms.topic: unit

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.advocates.azure-functions-and-signalr.4-enable-automatic-updates-in-a
33
metadata:
44
title: Enable automatic updates in a web application using SignalR Service
55
description: Learn how a push-based architecture can make a better performing application.
6-
ms.date: 01/22/2025
6+
ms.date: 04/24/2025
77
author: glenga
88
ms.author: glenga
99
ms.topic: unit

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.advocates.azure-functions-and-signalr.5-exercise-enable-automatic-upd
33
metadata:
44
title: Exercise – Enable automatic updates in a web application using SignalR Service
55
description: Implement integration with Azure Functions and SignalR Service for fast and targeted automatic updates.
6-
ms.date: 01/22/2025
6+
ms.date: 04/24/2025
77
author: glenga
88
ms.author: glenga
99
ms.topic: unit

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.advocates.azure-functions-and-signalr.6-host-a-static-website-using-a
33
metadata:
44
title: Use a storage account to host a static website
55
description: Learn how an Azure Storage account is able to host static files over a secure server.
6-
ms.date: 01/22/2025
6+
ms.date: 04/24/2025
77
author: glenga
88
ms.author: glenga
99
ms.topic: unit

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.advocates.azure-functions-and-signalr.7-exercise-host-a-static-websit
33
metadata:
44
title: Exercise - Use a storage account to host a static website
55
description: Customize your storage account, publish your function app, and view your application hosted in the cloud.
6-
ms.date: 01/22/2025
6+
ms.date: 04/24/2025
77
author: glenga
88
ms.author: glenga
99
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.advocates.azure-functions-and-signalr.8-summary
33
metadata:
44
title: Summary
55
description: Review changes made to your application that removed polling and added server push technologies.
6-
ms.date: 01/22/2025
6+
ms.date: 04/24/2025
77
author: glenga
88
ms.author: glenga
99
ms.topic: unit

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Before you change the prototype, you need to run it to validate the assumptions.
1010
git clone https://github.com/<YOUR-GITHUB-ALIAS>/mslearn-advocates.azure-functions-and-signalr stock-prototype
1111
```
1212

13-
1. Ensure that you're in the **stock-prototype** repo and install the dependencies in the **setup-resources** folder.
13+
1. Ensure that you're in the **stock-prototype** folder `cd stock-prototype` if needed). Install the dependencies in the **setup-resources** folder.
1414
1515
```bash
16-
cd stock-prototype/setup-resources && npm install
16+
cd setup-resources && npm install
1717
```
1818
1919
If you receive warnings about `EBADENGINE`, you can ignore them.
@@ -29,7 +29,7 @@ Before you change the prototype, you need to run it to validate the assumptions.
2929
View the subscriptions.
3030
3131
```bash
32-
az account list --output json | jq -r '.[] | .name' | sort
32+
az account list
3333
```
3434
3535
To set the default subscription, replace `YOUR-SUBSCRIPTION-ID` with a subscription ID from the previous Azure CLI output.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ uid: learn.advocates.azure-functions-and-signalr
1010
metadata:
1111
title: Enable real-time updates in a web application using Azure Functions and SignalR Service
1212
description: Change a JavaScript web app update mechanism from polling to real-time push-based architecture with SignalR Service, Azure Cosmos DB, and Azure Functions. Use Vue.js and JavaScript to use SignalR using Visual Studio Code.
13-
ms.date: 01/22/2025
13+
ms.date: 04/24/2025
1414
author: glenga
1515
ms.author: glenga
1616
ms.topic: module-standard-task-based

0 commit comments

Comments
 (0)