Skip to content

Commit 0daf542

Browse files
committed
resolve conflict
2 parents 78cb54d + 834e11f commit 0daf542

File tree

55 files changed

+566
-580
lines changed

Some content is hidden

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

55 files changed

+566
-580
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13520,6 +13520,11 @@
1352013520
"redirect_url": "/azure/azure-toolkit-for-intelliJ",
1352113521
"redirect_document_id": false
1352213522
},
13523+
{
13524+
"source_path_from_root": "/articles/azure-vmware/reset-vsphere-credentials.md",
13525+
"redirect_url": "/azure/azure-vmware/rotate-cloudadmin-credentials",
13526+
"redirect_document_id": false
13527+
},
1352313528
{
1352413529
"source_path_from_root": "/articles/azure-vmware/set-up-backup-server-for-azure-vmware-solution.md",
1352513530
"redirect_url": "/azure/backup/backup-azure-microsoft-azure-backup",
@@ -64855,6 +64860,11 @@
6485564860
"redirect_url": "/azure/azure-monitor/alerts/tutorial-response",
6485664861
"redirect_document_id": false
6485764862
},
64863+
{
64864+
"source_path_from_root": "/articles/azure-monitor/alerts/tutorial-response.md",
64865+
"redirect_url": "/azure/azure-monitor/alerts/alerts-log",
64866+
"redirect_document_id": false
64867+
},
6485864868
{
6485964869
"source_path_from_root": "/articles/azure-monitor/samples/cli-samples.md",
6486064870
"redirect_url": "/azure/azure-monitor//cli-samples",

articles/active-directory-b2c/azure-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ The workbook will display reports in the form of a dashboard.
255255

256256
## Create alerts
257257

258-
Alerts are created by alert rules in Azure Monitor and can automatically run saved queries or custom log searches at regular intervals. You can create alerts based on specific performance metrics or when certain events are created, absence of an event, or a number of events are created within a particular time window. For example, alerts can be used to notify you when average number of sign-in exceeds a certain threshold. For more information, see [Create alerts](../azure-monitor/alerts/tutorial-response.md).
258+
Alerts are created by alert rules in Azure Monitor and can automatically run saved queries or custom log searches at regular intervals. You can create alerts based on specific performance metrics or when certain events are created, absence of an event, or a number of events are created within a particular time window. For example, alerts can be used to notify you when average number of sign-in exceeds a certain threshold. For more information, see [Create alerts](../azure-monitor/alerts/alerts-log.md).
259259

260260

261261
Use the following instructions to create a new Azure Alert, which will send an [email notification](../azure-monitor/alerts/action-groups.md#configure-notifications) whenever there is a 25% drop in the **Total Requests** compare to previous period. Alert will run every 5 minutes and look for the drop within last 24 hours windows. The alerts are created using Kusto query language.

articles/active-directory/app-provisioning/application-provisioning-log-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ AADProvisioningLogs
9191

9292
Azure Monitor lets you configure custom alerts so that you can get notified about key events related to Provisioning. For example, you might want to receive an alert on spikes in failures. Or perhaps spikes in disables or deletes. Another example of where you might want to be alerted is a lack of any provisioning, which indicates something is wrong.
9393

94-
To learn more about alerts, see [Respond to events with Azure Monitor Alerts](../../azure-monitor/alerts/tutorial-response.md).
94+
To learn more about alerts, see [Azure Monitor Log Alerts](../../azure-monitor/alerts/alerts-log.md).
9595

9696
Alert when there's a spike in failures. Replace the jobID with the jobID for your application.
9797

articles/active-directory/conditional-access/concept-conditional-access-cloud-apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Administrators can assign a Conditional Access policy to the following cloud app
3535
- [Office 365](#office-365)
3636
- Azure Analysis Services
3737
- Azure DevOps
38+
- Azure Event Hubs
39+
- Azure Service Bus
3840
- [Azure SQL Database and Azure Synapse Analytics](../../azure-sql/database/conditional-access-configure.md)
3941
- Dynamics CRM Online
4042
- Microsoft Application Insights Analytics

articles/app-service/samples-resource-manager-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To learn about the JSON syntax and properties for App Services resources, see [M
3131
|**Protecting an app**| **Description** |
3232
| [App integrated with Azure Application Gateway](https://github.com/Azure/azure-quickstart-templates/tree/master/201-web-app-with-app-gateway-v2)| Deploys an App Service app and an Application Gateway, and isolates the traffic using service endpoint and access restrictions. |
3333
|**Linux app with connected resources**| **Description** |
34-
| [App on Linux with MySQL](https://github.com/Azure/azure-quickstart-templates/tree/master/101-webapp-linux-managed-mysql) | Deploys an App Service app on Linux with Azure Database for MySQL. |
34+
| [App on Linux with MySQL](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/webapp-linux-managed-mysql) | Deploys an App Service app on Linux with Azure Database for MySQL. |
3535
| [App on Linux with PostgreSQL](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/webapp-linux-managed-postgresql) | Deploys an App Service app on Linux with Azure Database for PostgreSQL. |
3636
|**App with connected resources**| **Description** |
3737
| [App with MySQL](https://github.com/Azure/azure-quickstart-templates/tree/master/101-webapp-managed-mysql)| Deploys an App Service app on Windows with Azure Database for MySQL. |

articles/attestation/quickstart-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-resource-manager
77
ms.topic: quickstart
88
ms.custom: subject-armqs, devx-track-azurepowershell
99
ms.author: mbaldwin
10-
ms.date: 10/16/2020
10+
ms.date: 05/20/2021
1111
---
1212

1313
# Quickstart: Create an Azure Attestation provider with an ARM template
@@ -18,7 +18,7 @@ ms.date: 10/16/2020
1818

1919
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
2020

21-
[![Deploy To Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-attestation-provider-create%2Fazuredeploy.json)
21+
[![Deploy To Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.attestation%2Fattestation-provider-create%2Fazuredeploy.json)
2222

2323
## Prerequisites
2424

@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2828

2929
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/101-attestation-provider-create).
3030

31-
:::code language="json" source="~/quickstart-templates/101-attestation-provider-create/azuredeploy.json":::
31+
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.attestation/attestation-provider-create/azuredeploy.json":::
3232

3333
Azure resources defined in the template:
3434

@@ -38,7 +38,7 @@ Azure resources defined in the template:
3838

3939
1. Select the following image to sign in to Azure and open the template.
4040

41-
[![Deploy To Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-attestation-provider-create%2Fazuredeploy.json)
41+
[![Deploy To Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.attestation%2Fattestation-provider-create%2Fazuredeploy.json)
4242

4343
1. Select or enter the following values.
4444

articles/azure-australia/gateway-log-audit-visibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Azure Alerts can be used to notify support and security personnel in response to
391391
|---|---|
392392
|Overview of Alerts in Microsoft Azure|[https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-overview-alerts](../azure-monitor/alerts/alerts-overview.md)|
393393
|Managing and responding to security alerts in Azure Security Center|[https://docs.microsoft.com/azure/security-center/security-center-managing-and-responding-alerts](../security-center/security-center-managing-and-responding-alerts.md)|
394-
|Respond to events with Azure Monitor Alerts|[https://docs.microsoft.com/azure/azure-monitor/learn/tutorial-response](../azure-monitor/alerts/tutorial-response.md)|
394+
|Azure Monitor Log Alerts|[https://docs.microsoft.com/azure/azure-monitor/learn/tutorial-response](../azure-monitor/alerts/alerts-log.md)|
395395
|
396396

397397
### Azure Automation

articles/azure-functions/functions-deployment-slots.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Azure Functions deployment slots have the following limitations:
206206

207207
- The number of slots available to an app depends on the plan. The Consumption plan is only allowed one deployment slot. Additional slots are available for apps running under the App Service plan.
208208
- Swapping a slot resets keys for apps that have an `AzureWebJobsSecretStorageType` app setting equal to `files`.
209+
- When slots are enabled, your Functions app is set to read-only mode in the portal.
209210

210211
## Support levels
211212

Binary file not shown.

0 commit comments

Comments
 (0)