Skip to content

Commit 98deade

Browse files
committed
Fix em-dash usage
1 parent 2600036 commit 98deade

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

learn-pr/wwl-azure/guided-project-build-basic-website-endpoint-with-functions/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Azure Functions is a serverless compute service that lets you run code in respon
44

55
## Scenario
66

7-
Your team needs a lightweight endpoint for a contact page without maintaining servers. You create a Function App, deploy an HTTP-triggered function using Cloud Shell, and then test, secure, and monitor the endpointall in one session.
7+
Your team needs a lightweight endpoint for a contact page without maintaining servers. You create a Function App, deploy an HTTP-triggered function using Cloud Shell, and then test, secure, and monitor the endpointall in one session.
88

99
- Exercise 1 - Create a Function App with the serverless Flex Consumption plan.
1010
- Exercise 2 - Deploy an HTTP-trigger function from Cloud Shell.

learn-pr/wwl-azure/guided-project-build-basic-website-endpoint-with-functions/includes/2-exercise-create-function-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Set up the Function App with serverless hosting. The Flex Consumption plan ensur
4848
> **Validation step:** Verify you selected all required settings before deployment: resource group, runtime stack (Node.js), region, and Flex Consumption hosting plan.
4949
5050
> [!NOTE]
51-
> Each exercise includes validation steps like this one. Track your results as you goyou'll review them all in the validation unit at the end of this module.
51+
> Each exercise includes validation steps like this one. Track your results as you goyou'll review them all in the validation unit at the end of this module.
5252
5353
## Task 3: Verify the deployment
5454

learn-pr/wwl-azure/guided-project-build-basic-website-endpoint-with-functions/includes/4-exercise-test-endpoint-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Confirm the deployed function appears in the Azure portal alongside the Function
4343
4444
## Task 3: Enable Application Insights
4545

46-
When you created the Function App, you skipped past the Monitoring tab and accepted the defaults. Now that you want to track invocations, you need to enable Application Insights. This is a common pattern in Azureyou can add monitoring after the fact without recreating your resources.
46+
When you created the Function App, you skipped past the Monitoring tab and accepted the defaults. Now that you want to track invocations, you need to enable Application Insights. This is a common pattern in Azureyou can add monitoring after the fact without recreating your resources.
4747

4848
1. Select **GetStatus** from the function list.
4949
2. In the top menu, select **Invocations**.
5050
3. The page displays a message that Application Insights is not configured. Select the **Configure Application Insights** button.
5151
4. On the Application Insights configuration page, select **Turn on Application Insights**.
52-
5. Before selecting **Apply**, note the **Log Analytics Workspace** name and location shown on the page. Write down the last four characters of the workspace name and the locationyou need this information during cleanup.
52+
5. Before selecting **Apply**, note the **Log Analytics Workspace** name and location shown on the page. Write down the last four characters of the workspace name and the locationyou need this information during cleanup.
5353
6. Select **Apply**. When the **Apply monitoring settings** dialog appears noting the site will be restarted, select **Yes**. Wait for the configuration to complete.
5454
7. Refresh the portal page (press **F5**) so the portal picks up the new Application Insights configuration.
5555

learn-pr/wwl-azure/guided-project-build-basic-website-endpoint-with-functions/includes/6-clean-up-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you enabled Application Insights, Azure created a Log Analytics workspace i
2727
- If the resource group contains other resources, delete only the Log Analytics workspace that matches your noted name. Select the workspace, select **Delete**, and confirm.
2828

2929
> [!WARNING]
30-
> Do not delete a Log Analytics workspace used by other services in your subscriptiondoing so would break monitoring for those services.
30+
> Do not delete a Log Analytics workspace used by other services in your subscriptiondoing so would break monitoring for those services.
3131
3232
### Clean up Cloud Shell files
3333

0 commit comments

Comments
 (0)