Skip to content

Commit 97ff343

Browse files
authored
Merge pull request #171494 from MicrosoftDocs/master
Merge master to live, 4 AM
2 parents c0bc9a2 + 98c3eca commit 97ff343

File tree

58 files changed

+631
-109
lines changed

Some content is hidden

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

58 files changed

+631
-109
lines changed

articles/active-directory-b2c/customize-ui.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 06/27/2021
12+
ms.date: 09/06/2021
1313
ms.custom: "project-no-code, b2c-support"
1414
ms.author: mimart
1515
ms.subservice: B2C
@@ -206,11 +206,10 @@ Keep these things in mind when you configure company branding in Azure AD B2C:
206206
* The banner logo appears in the verification emails sent to your users when they initiate a sign-up user flow.
207207

208208

209+
::: zone pivot="b2c-user-flow"
209210

210211
## Enable company branding in user flow pages
211212

212-
::: zone pivot="b2c-user-flow"
213-
214213
Once you've configured company branding, enable it in your user flows.
215214

216215
1. In the left menu of the Azure portal, select **Azure AD B2C**.
@@ -228,6 +227,8 @@ If you'd like to brand all pages in the user flow, set the page layout version f
228227

229228
::: zone pivot="b2c-custom-policy"
230229

230+
## Enable company branding in custom policy pages
231+
231232
Once you've configured company branding, enable it in your custom policy. Configure the [page layout version](contentdefinitions.md#migrating-to-page-layout) with page `contract` version for *all* of the content definitions in your custom policy. The format of the value must contain the word `contract`: _urn:com:microsoft:aad:b2c:elements:**contract**:page-name:version_. To specify a page layout in your custom policies that use an old **DataUri** value. For more information, learn how to [migrate to page layout](contentdefinitions.md#migrating-to-page-layout) with page version.
232233

233234
The following example shows the content definitions with their corresponding the page contract, and *Ocean Blue* page template:

articles/aks/api-server-authorized-ip-ranges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Add another IP address to the approved ranges with the following command.
154154

155155
```bash
156156
# Retrieve your IP address
157-
CURRENT_IP=$(dig @resolver1.opendns.com ANY myip.opendns.com +short)
157+
CURRENT_IP=$(dig +short "myip.opendns.com" "@resolver1.opendns.com")
158158
# Add to AKS approved list
159159
az aks update -g $RG -n $AKSNAME --api-server-authorized-ip-ranges $CURRENT_IP/32
160160
```

articles/app-service/faq-app-service-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ sections:
120120
- question: |
121121
I'm using my own custom container. I want the platform to mount an SMB share to the `/home/` directory.
122122
answer: |
123-
If `WEBSITES_ENABLE_APP_SERVICE_STORAGE` setting is **unspecified** or set to *false*, the `/home/` directory **will not be shared** across scale instances, and files written **will not persist** across restarts. Explicitly setting `WEBSITES_ENABLE_APP_SERVICE_STORAGE` to *true* will enable the mount.
123+
If `WEBSITES_ENABLE_APP_SERVICE_STORAGE` setting is **unspecified** or set to *false*, the `/home/` directory **will not be shared** across scale instances, and files written **will not persist** across restarts. Explicitly setting `WEBSITES_ENABLE_APP_SERVICE_STORAGE` to *true* will enable the mount. Once this is set to true, if you wish to disable the mount, you need to explicitly set `WEBSITES_ENABLE_APP_SERVICE_STORAGE` to *false*.
124124
- question: |
125125
My custom container takes a long time to start, and the platform restarts the container before it finishes starting up.
126126
answer: |

articles/azure-monitor/alerts/alerts-classic-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Learn how to use Azure portal, CLI or PowerShell to create, view an
44
author: yanivlavi
55
ms.author: yalavi
66
ms.topic: conceptual
7-
ms.date: 02/14/2021
7+
ms.date: 09/06/2021
88
---
99
# Create, view, and manage classic metric alerts using Azure Monitor
1010

1111
> [!WARNING]
12-
> This article describes how to create older classic metric alerts. Azure Monitor now supports [newer near-real time metric alerts and a new alerts experience](./alerts-overview.md). Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users, though still in limited use until **31 May 2021**. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
12+
> This article describes how to create older classic metric alerts. Azure Monitor now supports [newer near-real time metric alerts and a new alerts experience](./alerts-overview.md). Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
1313
>
1414
1515
Classic metric alerts in Azure Monitor provide a way to get notified when one of your metrics cross a threshold. Classic metric alerts is an older functionality that allows for alerting only on non-dimensional metrics. There is an existing newer functionality called Metric alerts which has improved functionality over classic metric alerts. You can learn more about the new metric alerts functionality in [metric alerts overview](./alerts-metric-overview.md). In this article, we will describe how to create, view and manage classic metric alert rules through Azure portal, Azure CLI and PowerShell.
@@ -129,4 +129,4 @@ This sections shows how to use PowerShell commands create, view and manage class
129129
## Next steps
130130
131131
- [Create a classic metric alert with a Resource Manager template](./alerts-enable-template.md).
132-
- [Have a classic metric alert notify a non-Azure system using a webhook](./alerts-webhooks.md).
132+
- [Have a classic metric alert notify a non-Azure system using a webhook](./alerts-webhooks.md).

articles/azure-monitor/alerts/alerts-classic.overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 02/14/2021
88
# What are classic alerts in Microsoft Azure?
99

1010
> [!NOTE]
11-
> This article describes how to create older classic metric alerts. Azure Monitor now supports [newer near-real time metric alerts and a new alerts experience](./alerts-overview.md). Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users, though still in limited use until **31 May 2021**. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
11+
> This article describes how to create older classic metric alerts. Azure Monitor now supports [newer near-real time metric alerts and a new alerts experience](./alerts-overview.md). Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
1212
>
1313
1414
Alerts allow you to configure conditions over data and become notified when the conditions match the latest monitoring data.
@@ -90,4 +90,4 @@ Get information about alert rules and configuring them by using:
9090
* Configure [Activity Log Alerts via Resource Manager](./alerts-activity-log.md)
9191
* Review the [activity log alert webhook schema](activity-log-alerts-webhook.md)
9292
* Learn more about [Action groups](./action-groups.md)
93-
* Configure [newer Alerts](alerts-metric.md)
93+
* Configure [newer Alerts](alerts-metric.md)

articles/azure-monitor/alerts/alerts-enable-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Learn how to use a Resource Manager template to create a classic me
44
author: rboucher
55
ms.author: robb
66
ms.topic: conceptual
7-
ms.date: 02/14/2021
7+
ms.date: 09/06/2021
88
---
99
# Create a classic metric alert with a Resource Manager template
1010

1111
> [!WARNING]
12-
> This article describes how to create older classic metric alerts. Azure Monitor now supports [newer near-real time metric alerts and a new alerts experience](./alerts-overview.md). Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users, though still in limited use until **31 May 2021**. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
12+
> This article describes how to create older classic metric alerts. Azure Monitor now supports [newer near-real time metric alerts and a new alerts experience](./alerts-overview.md). Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
1313
>
1414
1515
This article shows how you can use an [Azure Resource Manager template](../../azure-resource-manager/templates/syntax.md) to configure Azure classic metric alerts. This enables you to automatically set up alerts on your resources when they are created to ensure that all resources are monitored correctly.
@@ -394,4 +394,4 @@ An alert on a Resource Manager template is most often useful when creating an al
394394
## Next Steps
395395
* [Read more about Alerts](./alerts-overview.md)
396396
* [Add Diagnostic Settings](../essentials/resource-manager-diagnostic-settings.md) to your Resource Manager template
397-
* For the JSON syntax and properties, see [Microsoft.Insights/alertrules](/azure/templates/microsoft.insights/alertrules) template reference.
397+
* For the JSON syntax and properties, see [Microsoft.Insights/alertrules](/azure/templates/microsoft.insights/alertrules) template reference.

articles/azure-monitor/alerts/alerts-understand-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Understand migration for Azure Monitor alerts
33
description: Understand how the alerts migration works and troubleshoot problems.
44
ms.topic: conceptual
5-
ms.date: 02/14/2021
5+
ms.date: 09/06/2021
66
ms.author: yalavi
77
author: yalavi
88
---
99
# Understand migration options to newer alerts
1010

11-
Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users, though still in limited use until **31 May 2021**. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
11+
Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
1212

1313
This article explains how the manual migration and voluntary migration tool work, which will be used to migrate remaining alert rules. It also describes solutions for some common problems.
1414

@@ -221,4 +221,4 @@ As part of the migration, new metric alerts and new action groups will be create
221221
## Next steps
222222

223223
- [How to use the migration tool](alerts-using-migration-tool.md)
224-
- [Prepare for the migration](alerts-prepare-migration.md)
224+
- [Prepare for the migration](alerts-prepare-migration.md)

articles/azure-monitor/alerts/alerts-webhooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Learn how to reroute Azure metric alerts to other, non-Azure system
44
author: harelbr
55
ms.author: harelbr
66
ms.topic: conceptual
7-
ms.date: 02/14/2021
7+
ms.date: 09/06/2021
88
---
99
# Call a webhook with a classic metric alert in Azure Monitor
1010

1111
> [!WARNING]
12-
> This article describes how to use older classic metric alerts. Azure Monitor now supports [newer near-real time metric alerts and a new alerts experience](./alerts-overview.md). Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users, though still in limited use until **31 May 2021**. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
12+
> This article describes how to use older classic metric alerts. Azure Monitor now supports [newer near-real time metric alerts and a new alerts experience](./alerts-overview.md). Classic alerts are [retired](./monitoring-classic-retirement.md) for public cloud users. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
1313
>
1414
1515
You can use webhooks to route an Azure alert notification to other systems for post-processing or custom actions. You can use a webhook on an alert to route it to services that send SMS messages, to log bugs, to notify a team via chat or messaging services, or for various other actions.

articles/azure-monitor/alerts/monitoring-classic-retirement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: yalavi
1111

1212
Azure Monitor is a unified monitoring stack that supports ‘One Metric’ and ‘One Alerts’ across Azure resources. See more information in this [blog post](https://azure.microsoft.com/blog/new-full-stack-monitoring-capabilities-in-azure-monitor/). The new Azure monitoring and alerting platforms has been built to be faster, smarter, and extensible – keeping pace with the growing expanse of cloud computing and in-line with Microsoft Intelligent Cloud philosophy.
1313

14-
With the new Azure monitoring and alerting platform in place, classic alerts in Azure Monitor are retired for public cloud users, though still in limited use until **31 May 2021**. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
14+
With the new Azure monitoring and alerting platform in place, classic alerts in Azure Monitor are retired for public cloud users. Classic alerts for Azure Government cloud and Azure China 21Vianet will retire on **29 February 2024**.
1515

1616
![Classic alert in Azure portal](media/monitoring-classic-retirement/monitor-alert-screen2.png) 
1717

@@ -62,4 +62,4 @@ The following are examples of cases where you'll incur a charge for your alert r
6262
## Next steps
6363

6464
* Learn about the [new unified Azure Monitor](../overview.md).
65-
* Learn more about the new [Azure Alerts](./alerts-overview.md).
65+
* Learn more about the new [Azure Alerts](./alerts-overview.md).

0 commit comments

Comments
 (0)