Skip to content

Commit 2583536

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into esanACS
2 parents 8e0cec6 + 9c46127 commit 2583536

File tree

211 files changed

+3044
-2870
lines changed

Some content is hidden

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

211 files changed

+3044
-2870
lines changed

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/internet-analyzer/internet-analyzer-cli.md",
5+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-cli",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/internet-analyzer/internet-analyzer-create-test-portal.md",
10+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-create-test-portal",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/internet-analyzer/internet-analyzer-custom-endpoint.md",
15+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-custom-endpoint",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/internet-analyzer/internet-analyzer-embed-client.md",
20+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-embed-client",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/internet-analyzer/internet-analyzer-faq.md",
25+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-faq",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "articles/internet-analyzer/internet-analyzer-overview.md",
30+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-overview",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "articles/internet-analyzer/internet-analyzer-scorecard.md",
35+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-scorecard",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path": "articles/internet-analyzer/troubleshoot.md",
40+
"redirect_url": "/previous-versions/azure/internet-analyzer/troubleshoot",
41+
"redirect_document_id": false
42+
},
343
{
444
"source_path": "articles/batch/batch-pool-no-public-ip-address.md",
545
"redirect_url": "/previous-versions/azure/batch/articles/batch/batch-pool-no-public-ip-address",

articles/azure-arc/servers/run-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to remotely and securely configure servers using Run command (Preview)
33
description: Learn how to remotely and securely configure servers using Run Command.
44
ms.date: 02/07/2024
5-
ms.topic: conceptual
5+
ms.topic: how-to
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell
77
---
88

articles/azure-monitor/alerts/action-groups.md

Lines changed: 7 additions & 68 deletions
Large diffs are not rendered by default.

articles/azure-monitor/alerts/alerts-create-log-alert-rule.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
126126
127127
Select values for these fields under **Number of violations to trigger the alert**:
128128
129-
|Field |Description |
130-
|---------|---------|
131-
|Number of violations|The number of violations that trigger the alert.|
132-
|Evaluation period|The time period within which the number of violations occur. |
133-
|Override query time range| If you want the alert evaluation period to be different than the query time range, enter a time range here.<br> The alert time range is limited to a maximum of two days. Even if the query contains an **ago** command with a time range of longer than two days, the two-day maximum time range is applied. For example, even if the query text contains **ago(7d)**, the query only scans up to two days of data. If the query requires more data than the alert evaluation you can change the time range manually. If the query contains **ago** command, it will be changed automatically to 2 days (48 hours).|
134-
135-
> [!NOTE]
129+
|Field |Description |
130+
|---------|---------|
131+
|Number of violations|The number of violations that trigger the alert.|
132+
|Evaluation period|The time period within which the number of violations occur. |
133+
|Override query time range| If you want the alert evaluation period to be different than the query time range, enter a time range here.<br> The alert time range is limited to a maximum of two days. Even if the query contains an **ago** command with a time range of longer than two days, the two-day maximum time range is applied. For example, even if the query text contains **ago(7d)**, the query only scans up to two days of data. If the query requires more data than the alert evaluation, you can change the time range manually. If the query contains an **ago** command, it will be changed automatically to 2 days (48 hours).|
134+
135+
> [!NOTE]
136136
> If you or your administrator assigned the Azure Policy **Azure Log Search Alerts over Log Analytics workspaces should use customer-managed keys**, you must select **Check workspace linked storage**. If you don't, the rule creation will fail because it won't meet the policy requirements.
137137
138138
1. The **Preview** chart shows query evaluations results over time. You can change the chart period or select different time series that resulted from a unique alert splitting by dimensions.

articles/azure-monitor/alerts/migrate-from-alerts-summary-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Resource Graph queries provide more functionality than the alertsSummary A
1717
* The ability to add new fields to the query that returns the alert summary.
1818
* More flexibility in the query that returns the alert summary.
1919

20-
## Implementation of the current alertsSummary API:
20+
## Current implementation of the alertsSummary API
2121

2222
This is the format for the calling the alertsSummary API:
2323

articles/cosmos-db/mongodb/vcore/quickstart-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 03/18/2024
1212
---
1313

1414
# Azure Cosmos DB for MongoDB (vCore) with Terraform
15-
This document provides instructions on using Terraform to deploy Azure Cosmos DB for MongoDB vCore resources. This involves directly calling the ARM API through Terraform.
15+
This document provides instructions on using Terraform to deploy Azure Cosmos DB for MongoDB vCore resources. This involves directly calling the ARM API through Terraform. Full support for Terraform is targetted for the second half of 2024.
1616

1717
## Prerequisites
1818
- Terraform installed on your machine.

articles/frontdoor/front-door-cdn-comparison.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ The following table provides a comparison between Azure Front Door and Azure CDN
3030
| Dynamic site delivery | Yes | Yes | Yes | No | Yes | Yes |
3131
| **Domains and Certs** | | | | | | |
3232
| Custom domains | Yes - DNS TXT record based domain validation | Yes - DNS TXT record based domain validation | Yes - CNAME based validation | Yes - CNAME based validation | Yes - CNAME based validation | Yes - CNAME based validation |
33+
| Prevalidated domain integration with Azure PaaS Service | Yes | Yes | No | No | No | No |
3334
| HTTPS support | Yes | Yes | Yes | Yes | Yes | Yes |
3435
| Custom domain HTTPS | Yes | Yes | Yes | Yes | Yes | Yes |
3536
| Bring your own certificate | Yes | Yes | Yes | Yes | Yes | Yes |
36-
| Supported TLS Versions | TLS1.2, TLS1.0 | TLS1.2, TLS1.0 | TLS1.2, TLS1.0 | TLS 1.2, TLS 1.0/1.1 | TLS 1.2, TLS 1.3 | TLS 1.2, TLS 1.3 |
37+
| Supported TLS Versions | TLS1.3, TLS1.2, TLS1.0 | TLS1.3 TLS1.2, TLS1.0 | TLS1.3, TLS1.2, TLS1.0 | TLS1.3, TLS 1.2, TLS 1.0/1.1 | TLS 1.2, TLS 1.3 | TLS 1.2, TLS 1.3 |
3738
| **Caching** | | | | | | |
3839
| Query string caching | Yes | Yes | Yes | Yes | Yes | Yes |
3940
| Cache manage (purge, rules, and compression) | Yes | Yes | Yes | Yes | Yes | Yes |
@@ -61,6 +62,8 @@ The following table provides a comparison between Azure Front Door and Azure CDN
6162
| Geo-filtering | Yes | Yes | Yes | Yes | Yes | Yes |
6263
| Token authentication | No | No | No | No | No | Yes |
6364
| DDOS protection | Yes | Yes | Yes | Yes | Yes | Yes |
65+
| DDOS protection | Yes | Yes | Yes | Yes | Yes | Yes |
66+
| Domain Fronting Block | Yes | Yes | Yes | Yes | Yes | Yes |
6467
| **Analytics and reporting** | | | | | | |
6568
| Monitoring Metrics | Yes (more metrics than Classic) | Yes (more metrics than Classic) | Yes | Yes | Yes | Yes |
6669
| Advanced analytics/built-in reports | Yes | Yes - includes WAF report | No | No | No | Yes |
@@ -72,7 +75,7 @@ The following table provides a comparison between Azure Front Door and Azure CDN
7275
| Compression MIME types | Configurable | Configurable | Configurable | Configurable | Configurable | Configurable |
7376
| Compression encodings | gzip, brotli | gzip, brotli | gzip, brotli | gzip, brotli | gzip, deflate, bzip2 | gzip, deflate, bzip2, brotli |
7477
| Azure Policy integration | No | No | Yes | No | No | No |
75-
| Azure Advisory integration | Yes | Yes | No | No | Yes | Yes |
78+
| Azure Advisory integration | Yes | Yes | No | Yes | Yes | Yes |
7679
| Managed Identities with Azure Key Vault | Yes | Yes | No | No | No | No |
7780
| **Pricing** | | | | | | |
7881
| Simplified pricing | Yes | Yes | No | Yes | Yes | Yes |

articles/internet-analyzer/TOC.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,10 @@
11
- name: Internet Analyzer Documentation
22
href: index.yml
33
- name: Overview
4-
items:
5-
- name: About Internet Analyzer
6-
href: internet-analyzer-overview.md
74
- name: Tutorial
8-
items:
9-
- name: Create an Internet Analyzer test using Portal
10-
href: internet-analyzer-create-test-portal.md
11-
- name: Create an Internet Analyzer test using CLI
12-
href: internet-analyzer-cli.md
135
- name: How-to guides
14-
items:
15-
- name: Embed client
16-
href: internet-analyzer-embed-client.md
17-
- name: Configure a custom endpoint
18-
href: internet-analyzer-custom-endpoint.md
19-
- name: Interpreting your scorecard
20-
href: internet-analyzer-scorecard.md
216
- name: Resources
227
items:
23-
- name: Internet Analyzer FAQ
24-
href: internet-analyzer-faq.md
25-
- name: Internet Analyzer troubleshooting
26-
href: troubleshoot.md
278
- name: Internet Analyzer CLI reference
289
href: /cli/azure/internet-analyzer
2910
- name: Azure Roadmap
@@ -35,4 +16,4 @@
3516
- name: Preview SLA
3617
href: https://azure.microsoft.com/support/legal/preview-supplemental-terms
3718
- name: SLA
38-
href: https://azure.microsoft.com/support/legal/sla
19+
href: https://azure.microsoft.com/support/legal/sla

articles/internet-analyzer/internet-analyzer-cli.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)