Skip to content

Commit f62645e

Browse files
committed
2 parents a8a5b4a + 0587789 commit f62645e

File tree

86 files changed

+948
-293
lines changed

Some content is hidden

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

86 files changed

+948
-293
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38602,7 +38602,7 @@
3860238602
},
3860338603
{
3860438604
"source_path": "articles/billing/billing-set-up-alerts.md",
38605-
"redirect_url": "/azure/billing/billing-getting-started",
38605+
"redirect_url": "/azure/cost-management-billing/costs/cost-mgt-alerts-monitor-usage-spending",
3860638606
"redirect_document_id": false
3860738607
},
3860838608
{

articles/active-directory/develop/quickstart-v2-windows-desktop.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this quickstart, you'll learn how to write a Windows desktop .NET (WPF) appli
4646
> - In the **Supported account types** section, select **Accounts in any organizational directory and personal Microsoft accounts (for example, Skype, Xbox, Outlook.com)**.
4747
> - Select **Register** to create the application.
4848
> 1. In the list of pages for the app, select **Authentication**.
49-
> 1. In the **Redirect URIs** | **Suggested Redirect URIs for public clients (mobile, desktop)** section, check **https://login.microsoftonline.com/common/oauth2/nativeclient**.
49+
> 1. In the **Redirect URIs** | **Suggested Redirect URIs for public clients (mobile, desktop)** section, use **https://login.microsoftonline.com/common/oauth2/nativeclient**.
5050
> 1. Select **Save**.
5151
5252
> [!div class="sxs-lookup" renderon="portal"]
@@ -110,6 +110,7 @@ Then, initialize MSAL using the following code:
110110
```csharp
111111
public static IPublicClientApplication PublicClientApp;
112112
PublicClientApplicationBuilder.Create(ClientId)
113+
.WithRedirectUri("https://login.microsoftonline.com/common/oauth2/nativeclient")
113114
.WithAuthority(AzureCloudInstance.AzurePublic, Tenant)
114115
.Build();
115116
```

articles/active-directory/identity-protection/howto-identity-protection-configure-notifications.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Azure AD Identity Protection sends two types of automated notification emails to
2424

2525
This article provides you with an overview of both notification emails.
2626

27+
>[!NOTE]
28+
>Email notifications are available only in the public cloud and are not currently available in the US Government cloud.
29+
2730
## Users at risk detected email
2831

2932
In response to a detected account at risk, Azure AD Identity Protection generates an email alert with **Users at risk detected** as subject. The email includes a link to the **[Users flagged for risk](../reports-monitoring/concept-user-at-risk.md)** report. As a best practice, you should immediately investigate the users at risk.

articles/aks/use-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You must have the following resources installed:
4040
To install the aks-preview 0.4.14 extension or later, use the following Azure CLI commands:
4141

4242
```azurecli
43-
az extension update --name aks-preview
43+
az extension add --name aks-preview
4444
az extension list
4545
```
4646

articles/azure-functions/disable-function.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This article explains how to disable a function in Azure Functions. To *disable*
1111

1212
The recommended way to disable a function is by using an app setting in the format `AzureWebJobs.<FUNCTION_NAME>.Disabled`. You can create and modify this application setting in a number of ways, including by using the [Azure CLI](/cli/azure/) and from your function's **Manage** tab in the [Azure portal](https://portal.azure.com).
1313

14+
> [!NOTE]
15+
> When you disable an HTTP triggered function by using the methods described in this article, the endpoint may still by accessible when running on your local computer.
16+
1417
## Use the Azure CLI
1518

1619
In the Azure CLI, you use the [`az functionapp config appsettings set`](/cli/azure/functionapp/config/appsettings#az-functionapp-config-appsettings-set) command to create and modify the app setting. The following command disables a function named `QueueTrigger` by creating an app setting named `AzureWebJobs.QueueTrigger.Disabled` set it to `true`.

articles/azure-government/compliance/azure-services-in-fedramp-auditscope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,5 @@ This article provides a detailed list of in-scope cloud services across Azure Pu
272272
| [VPN Gateway](https://azure.microsoft.com/services/vpn-gateway/) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
273273
| [Web Apps (App Service)](https://azure.microsoft.com/services/app-service/web/) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
274274

275-
**&ast;** Some services such as the Azure portal and Azure Resource Manager do not store or process DoD CC SRG IIL 5 content, however still inherit the IIL5 control set.
275+
**&ast;** Some services such as the Azure portal and Azure Resource Manager do not store or process DoD CC SRG IL 5 content, however still inherit the IL5 control set.
276276

articles/azure-monitor/platform/autoscale-best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Similarly, when autoscale switches back to the default profile, it first checks
107107

108108
### Considerations for scaling when multiple rules are configured in a profile
109109

110-
There are cases where you may have to set multiple rules in a profile. The following autoscale rules are used by services when multiple rules are set.
110+
There are cases where you may have to set multiple rules in a profile. The following autoscale rules are used by the autoscale engine when multiple rules are set.
111111

112112
On *scale-out*, autoscale runs if any rule is met.
113113
On *scale-in*, autoscale require all rules to be met.
@@ -127,13 +127,13 @@ Then the follow occurs:
127127
On the other hand, if CPU is 25% and memory is 51% autoscale does **not** scale-in. In order to scale-in, CPU must be 29% and Memory 49%.
128128

129129
### Always select a safe default instance count
130-
The default instance count is important autoscale scales your service to that count when metrics are not available. Therefore, select a default instance count that's safe for your workloads.
130+
The default instance count is important because autoscale scales your service to that count when metrics are not available. Therefore, select a default instance count that's safe for your workloads.
131131

132132
### Configure autoscale notifications
133133
Autoscale will post to the Activity Log if any of the following conditions occur:
134134

135-
* Autoscale issues a scale operation
136-
* Autoscale service successfully completes a scale action
135+
* Autoscale issues a scale operation.
136+
* Autoscale service successfully completes a scale action.
137137
* Autoscale service fails to take a scale action.
138138
* Metrics are not available for autoscale service to make a scale decision.
139139
* Metrics are available (recovery) again to make a scale decision.

articles/azure-monitor/platform/autoscale-webhook-email.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Webhooks allow you to route the Azure alert notifications to other systems for p
1414
## Email
1515
Email can be sent to any valid email address. Administrators and co-administrators of the subscription where the rule is running will also be notified.
1616

17-
## Cloud Services and Web Apps
18-
You can opt-in from the Azure portal for Cloud Services and Server Farms (Web Apps).
17+
## Cloud Services and App Services
18+
You can opt-in from the Azure portal for Cloud Services and Server Farms (App Services).
1919

2020
* Choose the **scale by** metric.
2121

articles/backup/backup-azure-afs-automation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@ testAzureFS ConfigureBackup Completed 11/12/2018 2:15:26 P
245245

246246
## Important notice - Backup item identification for AFS backups
247247

248-
This section outlines the changes in the Backup item retrieval for AFS backups from preview to GA.
248+
This section outlines an important change in AFS backup in preparation for GA.
249249

250-
While enabling the backup for AFS, user supplies the customer friendly File share name as the entity name and a backup item is created. The backup item's 'name' is a unique identifier created by Azure Backup service. Usually the identifier involves user friendly name. But there has been a change in the way Azure services internally identify an azure file share uniquely. This means that the unique-name of the backup item for AFS backup will be a GUID and will not have any relation to the customer friendly name. In order to know the unique name of each item, just run the ```Get-AzRecoveryServicesBackupItem``` command with the relevant filters for backupManagementType and WorkloadType to get all the relevant items and then observe the name field in the returned PS object/response. It is always recommended to list items and then retrieve their unique name from 'name' field in response. Use this value to filter the items with the 'Name' parameter. Otherwise use the FriendlyName parameter to retrieve the item with it's customer friendly name/identifier.
250+
While enabling the backup for AFS, user supplies the customer friendly File share name as the entity name and a backup item is created. The backup item's 'name' is a unique identifier created by Azure Backup service. Usually the identifier involves user friendly name. But to handle the important scenario of soft-delete, where a file share can be deleted and another file-share can be created with the same name, the unique identity of Azure file share will now be an ID instead of customer friendly name. In order to know the unique identity/name of each item, just run the ```Get-AzRecoveryServicesBackupItem``` command with the relevant filters for backupManagementType and WorkloadType to get all the relevant items and then observe the name field in the returned PS object/response. It is always recommended to list items and then retrieve their unique name from 'name' field in response. Use this value to filter the items with the 'Name' parameter. Otherwise use the FriendlyName parameter to retrieve the item with it's customer friendly name/identifier.
251251

252252
> [!WARNING]
253-
> Make sure the PS version is upgraded to the minimum version for 'Az.RecoveryServices 2.6.0' for AFS backups. With this version, the 'friendlyName' filter is available for ```Get-AzRecoveryServicesBackupItem``` command. Pass the azure file share name to friendlyName parameter. If you pass the azure file share name to the 'Name' parameter, this version throws a warning to pass this friendly name to the friendly name parameter. Not installing this minimum version might result in failure of existing scripts. Install the minimum version of PS with the following command.
253+
> Make sure the PS version is upgraded to the minimum version for 'Az.RecoveryServices 2.6.0' for AFS backups. With this version, the 'friendlyName' filter is available for ```Get-AzRecoveryServicesBackupItem``` command. Pass the Azure File Share name to friendlyName parameter. If you pass the Azure File Share name to the 'Name' parameter, this version throws a warning to pass this friendly name to the friendly name parameter. Not installing this minimum version might result in failure of existing scripts. Install the minimum version of PS with the following command.
254254
255255
```powershell
256256
Install-module -Name Az.RecoveryServices -RequiredVersion 2.6.0

articles/cognitive-services/LUIS/developer-reference-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Bot framework provides [several tools](https://github.com/microsoft/botbuilder-t
7171
* [LUIS CLI](https://github.com/microsoft/botbuilder-tools/blob/master/packages/LUIS) - Create and manage your LUIS.ai applications
7272
* [Dispatch](https://github.com/microsoft/botbuilder-tools/blob/master/packages/Dispatch)- manage parent and child apps
7373
* [LUISGen](https://github.com/microsoft/botbuilder-tools/blob/master/packages/LUISGen) - Auto generate backing C#/Typescript classes for your LUIS intents and entities.
74-
* [Bot emulator](https://github.com/Microsoft/BotFramework-Emulator/releases) - a desktop application that allows bot developers to test and debug bots built using the Bot Framework SDK
74+
* [Bot Framework emulator](https://github.com/Microsoft/BotFramework-Emulator/releases) - a desktop application that allows bot developers to test and debug bots built using the Bot Framework SDK
7575

7676

7777
## Next steps
@@ -80,4 +80,4 @@ Bot framework provides [several tools](https://github.com/microsoft/botbuilder-t
8080
* [Reference documentation](https://docs.microsoft.com/azure/index#pivot=sdkstools) for all APIs and SDKs
8181
* [Bot framework](https://github.com/Microsoft/botbuilder-dotnet) and [Azure Bot Service](https://dev.botframework.com/)
8282
* [LUDown](https://github.com/microsoft/botbuilder-tools/blob/master/packages/Ludown)
83-
* [Cognitive Containers](../cognitive-services-container-support.md)
83+
* [Cognitive Containers](../cognitive-services-container-support.md)

0 commit comments

Comments
 (0)