Skip to content

Commit 7e59667

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mdb-troubleshooting-toc
2 parents f6423b2 + 39a9e92 commit 7e59667

File tree

252 files changed

+657
-789
lines changed

Some content is hidden

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

252 files changed

+657
-789
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4554,6 +4554,21 @@
45544554
"source_path_from_root": "/articles/virtual-network/tutorial-restrict-network-access-to-resources-powershell.md",
45554555
"redirect_url": "/azure/virtual-network/tutorial-restrict-network-access-to-resources",
45564556
"redirect_document_id": false
4557+
},
4558+
{
4559+
"source_path_from_root": "/articles/virtual-network/how-to-create-encryption-portal.md",
4560+
"redirect_url": "/azure/virtual-network/how-to-create-encryption",
4561+
"redirect_document_id": false
4562+
},
4563+
{
4564+
"source_path_from_root": "/articles/virtual-network/how-to-create-encryption-powershell.md",
4565+
"redirect_url": "/azure/virtual-network/how-to-create-encryption",
4566+
"redirect_document_id": false
4567+
},
4568+
{
4569+
"source_path_from_root": "/articles/virtual-network/how-to-create-encryption-cli.md",
4570+
"redirect_url": "/azure/virtual-network/how-to-create-encryption",
4571+
"redirect_document_id": false
45574572
}
45584573
]
45594574
}

.openpublishing.redirection.sentinel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/sentinel/notebooks-troubleshoot.md",
5+
"redirect_url": "/azure/sentinel/notebooks-hunt",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path": "articles/sentinel/detect-threats-built-in.md#use-analytics-rule-templates",
510
"redirect_url": "/azure/sentinel/create-analytics-rule-from-template",

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
/articles/mariadb @tynevi @thomps23
1616
/articles/mysql @tynevi @thomps23
1717
/articles/managed-instance-apache-cassandra @tynevi @thomps23
18+
/articles/virtual-machines @jasonwhowell @thomps23
19+
/articles/virtual-machines-scale-set @jasonwhowell @thomps23
20+
/articles/container-instances @jasonwhowell @thomps23
21+
/articles/service-fabric @jasonwhowell @thomps23

articles/ai-services/openai/concepts/models.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ For more information on Provisioned deployments, see our [Provisioned guidance](
228228
The following models support global batch:
229229

230230
| Model | Version | Input format |
231-
|---|---|
231+
|---|---|---|
232+
|`gpt-4o-mini`| 2024-07-18 | text + image |
232233
|`gpt-4o` | 2024-05-13 |text + image |
233234
|`gpt-4` | turbo-2024-04-09 | text |
234235
|`gpt-4` | 0613 | text |

articles/azure-arc/kubernetes/diagnose-connection-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Here's an example procedure for checking DNS resolution:
211211
1. Run the [kubectl exec](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#exec) command to connect to the pod by using PowerShell:
212212

213213
```bash
214-
kubectl exec -it dnsutil-win powershell
214+
kubectl exec -it dnsutil-win -- powershell
215215
```
216216

217217
1. Run the [Resolve-DnsName](/powershell/module/dnsclient/resolve-dnsname) cmdlet in PowerShell to check whether the DNS resolution is working for the endpoint:

articles/azure-cache-for-redis/cache-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Select **Data persistence** to enable, disable, or configure data persistence fo
244244
For more information, see [How to configure persistence for a Premium Azure Cache for Redis](cache-how-to-premium-persistence.md).
245245

246246
> [!IMPORTANT]
247-
> Redis data persistence is only available for Premium caches.
247+
> Redis data persistence is for Premium caches, Enterprise caches (Preview), and Enterprise Flash caches (Preview).
248248
249249
### Identity
250250

articles/azure-functions/functions-create-first-quarkus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Now that you've opened your Azure function in the portal, here are more features
305305
306306
## Clean up resources
307307
308-
If you don't need these resources, you can delete them by running the following command in Azure Cloud Shell or on your local terminal:
308+
If you don't need these resources, you can delete them by running the following command:
309309
310310
```azurecli
311311
az group delete --name <yourResourceGroupName> --yes

articles/azure-monitor/agents/data-collection-log-json.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ Invoke-AzRestMethod -Path "/subscriptions/{subscription}/resourcegroups/{resourc
105105
> The agent based JSON custom file ingestion is currently in preview and does not have a complete UI experience in the portal yet. While you can create the DCR using the portal, you must modify it to define the columns in the incoming stream. This section includes details on creating the DCR using an ARM template.
106106
107107
### Incoming stream schema
108+
109+
> [!NOTE]
110+
> Multiline support that uses an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) time stamp to delimited events is expected mid-October 2024
111+
108112
JSON files include a property name with each value, and the incoming stream in the DCR needs to include a column matching the name of each property. You need to modify the `columns` section of the ARM template with the columns from your log.
109113

110114
The following table describes optional columns that you can include in addition to the columns defining the data in your log file.

articles/azure-monitor/agents/data-collection-log-text.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Adhere to the following recommendations to ensure that you don't experience data
4949

5050

5151
## Incoming stream
52+
53+
> [!NOTE]
54+
> Multiline support that uses an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) time stamp to delimited events is expected mid-October 2024
55+
5256
The incoming stream of data includes the columns in the following table.
5357

5458
| Column | Type | Description |

articles/azure-monitor/app/opentelemetry-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ There are two methods to instrument your application:
2323

2424
**Autoinstrumentation** enables telemetry collection through configuration without touching the application's code. Although it's more convenient, it tends to be less configurable. It's also not available in all languages. See [Autoinstrumentation supported environments and languages](codeless-overview.md). When autoinstrumentation is available, it's the easiest way to enable Azure Monitor Application Insights.
2525

26-
> [!TIP]
27-
> Currently, [Microsoft Entra authentication](azure-ad-authentication.md) is not available with autoinstrumentation. If you require Microsoft Entra auth, you'll need to use manual instrumentation.
28-
2926
**Manual instrumentation** is coding against the Application Insights or OpenTelemetry API. In the context of a user, it typically refers to installing a language-specific SDK in an application. This means that you have to manage the updates to the latest package version by yourself. You can use this option if you need to make custom dependency calls or API calls that are not captured by default with autoinstrumentation. There are two options for manual instrumentation:
3027

3128
- [Application Insights SDKs](asp-net-core.md)

0 commit comments

Comments
 (0)