Skip to content

Commit 1c2bce8

Browse files
authored
Merge pull request #266256 from MicrosoftDocs/main
Publish to Live Wednesday 4AM PST 2/14
2 parents 51ad128 + 29cdb58 commit 1c2bce8

File tree

82 files changed

+1372
-1008
lines changed

Some content is hidden

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

82 files changed

+1372
-1008
lines changed

articles/ai-services/translator/document-translation/quickstarts/includes/rest-api/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: laujan
55
manager: nitinme
66
ms.service: azure-ai-translator
77
ms.topic: include
8-
ms.date: 01/17/2024
8+
ms.date: 02/14/2024
99
ms.author: lajanuar
1010
recommendations: false
1111
---
@@ -35,7 +35,7 @@ If cURL isn't installed, here are links for your platform:
3535

3636
1. Copy and paste the document translation **request sample** into your `document-translation.json` file. Replace **`{your-source-container-SAS-URL}`** and **`{your-target-container-SAS-URL}`** with values from your Azure portal Storage account containers instance.
3737

38-
`**Request sample**`
38+
***Request sample***
3939

4040
```json
4141
{

articles/aks/monitor-control-plane-metrics.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ This article helps you understand this new feature, how to implement it, and how
2323
- [Private link](../azure-monitor/logs/private-link-security.md) isn't supported.
2424
- Only the default [ama-metrics-settings-config-map](../azure-monitor/containers/prometheus-metrics-scrape-configuration.md#configmaps) can be customized. All other customizations are not supported.
2525
- The cluster must use [managed identity authentication](use-managed-identity.md).
26-
- This feature is currently available in the following regions: West Central US, East Asia, UK South, East US, Australia Central, Australia East, Brazil South, Canada Central, Central India, East US 2, France Central, and Germany West Central, Israel Central, Italy North, Japan East, JioIndia West, Korea Central, Malaysia South, Mexico Central, North Central US, North Europe, Norway East, Qatar Central, South Africa North, Sweden Central, Switzerland North, Taiwan North, UAE North, UK West, West US 2, Australia Central 2, Austrial South East, Austria East, Belgium Central, Brazil South East, Canada East, Central US, Chile Central, France South, Germany North, Israel North West, Japan West, Jio India Central.
2726

2827
### Install or update the `aks-preview` Azure CLI extension
2928

@@ -65,6 +64,12 @@ az provider register --namespace "Microsoft.ContainerService"
6564

6665
You can enable control plane metrics with the Azure Monitor managed service for Prometheus add-on during cluster creation or for an existing cluster. To collect Prometheus metrics from your Kubernetes cluster, see [Enable Prometheus and Grafana for Kubernetes clusters][enable-monitoring-kubernetes-cluster] and follow the steps on the **CLI** tab for an AKS cluster. On the command-line, be sure to include the parameters `--generate-ssh-keys` and `--enable-managed-identity`.
6766

67+
If your cluster already has the Prometheus addon deployed, then you can simply run an `az aks update` to ensure the cluster updates to start collecting control plane metrics.
68+
69+
```azurecli
70+
az aks update -n <cluster-name> -g <resource-group>
71+
```
72+
6873
>[!NOTE]
6974
> Unlike the metrics collected from cluster nodes, control plane metrics are collected by a component which isn't part of the **ama-metrics** add-on. Enabling the `AzureMonitorMetricsControlPlanePreview` feature flag and the managed prometheus add-on ensures control plane metrics are collected. After enabling metric collection, it can take several minutes for the data to appear in the workspace.
7075

articles/api-management/backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-03-01-previ
103103
name: 'myAPIM/myBackend'
104104
properties: {
105105
url: 'https://mybackend.com'
106-
protocol: 'http'
106+
protocol: 'https'
107107
circuitBreaker: {
108108
rules: [
109109
{
@@ -140,7 +140,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
140140
"name": "myAPIM/myBackend",
141141
"properties": {
142142
"url": "https://mybackend.com",
143-
"protocol": "http",
143+
"protocol": "https",
144144
"circuitBreaker": {
145145
"rules": [
146146
{

articles/attestation/policy-signer-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: attestation
55
author: msmbaldwin
66
ms.service: attestation
77
ms.topic: overview
8-
ms.date: 11/14/2022
8+
ms.date: 01/30/2024
99
ms.author: mbaldwin
1010

1111

articles/attestation/private-endpoint-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: attestation
55
author: msmbaldwin
66
ms.service: attestation
77
ms.topic: overview
8-
ms.date: 11/14/2022
8+
ms.date: 01/30/2024
99
ms.author: mbaldwin
1010
ms.custom: devx-track-azurepowershell
1111

articles/attestation/quickstart-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: attestation
55
author: msmbaldwin
66
ms.service: attestation
77
ms.topic: quickstart
8-
ms.date: 11/14/2022
8+
ms.date: 01/30/2024
99
ms.author: mbaldwin
1010
ms.custom: mode-api, devx-track-azurecli
1111
ms.devlang: azurecli

articles/attestation/quickstart-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: attestation
55
author: msmbaldwin
66
ms.service: attestation
77
ms.topic: quickstart
8-
ms.date: 11/14/2022
8+
ms.date: 01/30/2024
99
ms.author: mbaldwin
1010

1111

articles/attestation/quickstart-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: attestation
55
author: msmbaldwin
66
ms.service: attestation
77
ms.topic: overview
8-
ms.date: 11/14/2022
8+
ms.date: 01/30/2024
99
ms.author: mbaldwin
1010
ms.custom: devx-track-azurepowershell
1111

articles/attestation/quickstart-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: attestation
77
ms.topic: quickstart
88
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
99
ms.author: mbaldwin
10-
ms.date: 01/23/2023
10+
ms.date: 01/30/2024
1111
---
1212

1313
# Quickstart: Create an Azure Attestation provider with an ARM template

articles/azure-cache-for-redis/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@
131131

132132
- name: Authentication and authorization
133133
items:
134-
- name: Role-based access control
135-
href: cache-configure-role-based-access-control.md
136134
- name: Microsoft Entra ID for authentication
137135
href: cache-azure-active-directory-for-authentication.md
136+
- name: Role-based access control
137+
href: cache-configure-role-based-access-control.md
138138
- name: Managed identity for storage accounts
139139
href: cache-managed-identity.md
140140

0 commit comments

Comments
 (0)