You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/access-private-cluster.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ The pod created by the `run` command provides `helm` and the latest compatible v
28
28
29
29
`command invoke` runs the commands from your cluster, so any commands run in this manner are subject to your configured networking restrictions and any other configured restrictions. Make sure there are enough nodes and resources in your cluster to schedule this command pod.
30
30
31
+
> [!NOTE]
32
+
> The output for `command invoke` is limited to 512kB in size.
Copy file name to clipboardExpand all lines: articles/aks/auto-upgrade-node-image.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ AKS now supports an exclusive channel dedicated to controlling node-level OS sec
15
15
16
16
## How does node OS auto-upgrade work with cluster auto-upgrade?
17
17
18
-
Node-level OS security updates come in at a faster cadence than Kubernetes patch or minor version updates. This is the main reason for introducing a separate, dedicated Node OS auto-upgrade channel. With this feature, you can have a flexible and customized strategy for node-level OS security updates and a separate plan for cluster-level Kubernetes version auto-upgrades [auto-upgrade][Autoupgrade].
18
+
Node-level OS security updates come in at a faster cadence than Kubernetes patch or minor version updates. This is the main reason for introducing a separate, dedicated Node OS auto-upgrade channel. With this feature, you can have a flexible and customized strategy for node-level OS security updates and a separate plan for cluster-level Kubernetes version [auto-upgrades][Autoupgrade].
19
19
It's highly recommended to use both cluster-level [auto-upgrades][Autoupgrade] and the node OS auto-upgrade channel together. Scheduling can be fine-tuned by applying two separate sets of [maintenance windows][planned-maintenance] - `aksManagedAutoUpgradeSchedule` for the cluster [auto-upgrade][Autoupgrade] channel and `aksManagedNodeOSUpgradeSchedule` for the node OS auto-upgrade channel.
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/collect-custom-metrics-linux-telegraf.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.date: 08/01/2023
14
14
This article explains how to deploy and configure the [InfluxData](https://www.influxdata.com/) Telegraf agent on a Linux virtual machine to send metrics to Azure Monitor.
15
15
16
16
> [!NOTE]
17
-
> InfluxData Telegraf is an open source agent and not officially supported by Azure Monitor. For issues wuth the Telegraf connector, please refer to the Telegraf GitHub page here: [InfluxData](https://github.com/influxdata/telegraf)
17
+
> InfluxData Telegraf is an open source agent and not officially supported by Azure Monitor. For issues with the Telegraf connector, please refer to the Telegraf GitHub page here: [InfluxData](https://github.com/influxdata/telegraf)
Copy file name to clipboardExpand all lines: articles/cosmos-db/partial-document-update-faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ sections:
20
20
- question: |
21
21
Is this an implementation of JSON Patch RFC 6902?
22
22
answer: |
23
-
Azure Cosmos DB partial document update is *inspired* by [JSON Patch RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902). There are other features such as [Conditional Patch](partial-document-update.md#supported-modes) while some of the features of JSON Patch RFC 6902 such as (`Copy`, `Move`, `Test`) have not been implemented.
23
+
Azure Cosmos DB partial document update is *inspired* by [JSON Patch RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902). There are other features such as [Conditional Patch](partial-document-update.md#supported-modes) while some of the features of JSON Patch RFC 6902 such as (`Copy`, `Test`) have not been implemented.
24
24
25
25
- question: |
26
26
Is partial document update compatible with serverless, provisioned throughput and autoscale modes of billing?
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-authorize-rest-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ The IoT Central REST API lets you develop client applications that integrate wit
17
17
18
18
Every IoT Central REST API call requires an authorization header that IoT Central uses to determine the identity of the caller and the permissions that caller is granted within the application.
19
19
20
-
This article describes the types of token you can use in the authorization header, and how to get them.
20
+
This article describes the types of token you can use in the authorization header, and how to get them. Please note that service principals are the recommended method for access management for IoT Central REST APIs.
21
21
22
22
## Token types
23
23
24
24
To access an IoT Central application using the REST API, you can use an:
25
25
26
-
-_Azure Active Directory bearer token_. A bearer token is associated with an Azure Active Directory user account or service principal. The token grants the caller the same permissions the user or service principal has in the IoT Central application.
26
+
-_Azure Active Directory bearer token_. A bearer token is associated with an Azure Active Directory user account or service principal. The token grants the caller the same permissions the user or service principal has in the IoT Central application.
27
27
- IoT Central API token. An API token is associated with a role in your IoT Central application.
28
28
29
29
Use a bearer token associated with your user account while you're developing and testing automation and scripts that use the REST API. Use a bearer token that's associated with a service principal for production automation and scripts. Use a bearer token in preference to an API token to reduce the risk of leaks and problems when tokens expire.
Copy file name to clipboardExpand all lines: articles/key-vault/certificates/create-certificate.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The following descriptions correspond to the green lettered steps in the precedi
31
31
4. Your chosen CA responds with an X509 Certificate.
32
32
5. Your application completes the new certificate creation with a merger of the X509 Certificate from your CA.
33
33
34
-
-**Create a certificate with a known issuer provider:** This method requires you to do a one-time task of creating an issuer object. Once an issuer object is created in you key vault, its name can be referenced in the policy of the KV certificate. A request to create such a KV certificate will create a key pair in the vault and communicate with the issuer provider service using the information in the referenced issuer object to get an x509 certificate. The x509 certificate is retrieved from the issuer service and is merged with the key pair to complete the KV certificate creation.
34
+
-**Create a certificate with a known issuer provider:** This method requires you to do a one-time task of creating an issuer object. Once an issuer object is created in your key vault, its name can be referenced in the policy of the KV certificate. A request to create such a KV certificate will create a key pair in the vault and communicate with the issuer provider service using the information in the referenced issuer object to get an x509 certificate. The x509 certificate is retrieved from the issuer service and is merged with the key pair to complete the KV certificate creation.
35
35
36
36

37
37
@@ -92,4 +92,4 @@ When an order is placed with the issuer provider, it may honor or override the x
92
92
## See Also
93
93
94
94
- How-to guide to create certificates in Key Vault using [Portal](./quick-create-portal.md), [Azure CLI](./quick-create-cli.md), [Azure PowerShell](./quick-create-powershell.md)
95
-
-[Monitor and manage certificate creation](create-certificate-scenarios.md)
95
+
-[Monitor and manage certificate creation](create-certificate-scenarios.md)
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/how-to-deploy-to-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ For managed online endpoints, Azure Machine Learning reserves 20% of your comput
40
40
41
41
Each flow will have a folder which contains codes/prompts, definition and other artifacts of the flow. If you have developed your flow with UI, you can download the flow folder from the flow details page. If you have developed your flow with CLI or SDK, you should have the flow folder already.
42
42
43
-
This article will use the [sample flow "basic-chat"](https://github.com/Azure/azureml-examples/examples/flows/chat/basic-chat) as an example to deploy to Azure Machine Learning managed online endpoint.
43
+
This article will use the [sample flow "basic-chat"](https://github.com/microsoft/promptflow/tree/main/examples/flows/chat/basic-chat) as an example to deploy to Azure Machine Learning managed online endpoint.
Copy file name to clipboardExpand all lines: articles/networking/nva-accelerated-connections.md
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ ms.author: steveesp
9
9
10
10
---
11
11
12
-
# Accelerated connections and NVAs (Preview)
12
+
# Accelerated connections and NVAs (Limited GA)
13
13
14
-
This article helps you understand the **Accelerated Connections** feature. When Accelerated Connections is enabled on the virtual network interface (vNIC) with Accelerated Networking, networking performance is improved. This high-performance feature is available on Network Virtual Appliances (NVAs) deployed from Azure Marketplace and offers competitive performance in Connections Per Second (CPS) optimization, along with improvements to handling large amounts of simultaneous connections. To access this feature during preview, use the [Preview sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
14
+
This article helps you understand the **Accelerated Connections** feature. When Accelerated Connections is enabled on the virtual network interface (vNIC) with Accelerated Networking, networking performance is improved. This high-performance feature is available on Network Virtual Appliances (NVAs) deployed from Azure Marketplace and offers competitive performance in Connections Per Second (CPS) optimization, along with improvements to handling large amounts of simultaneous connections. To access this feature during limited GA, use the [sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
15
15
16
16
> [!IMPORTANT]
17
17
> This feature is currently in public preview. This public preview is provided without a service-level agreement and shouldn't be used for production workloads. Certain features might not be supported, might have constrained capabilities, or might not be available in all Azure locations. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -24,7 +24,7 @@ Accelerated Connections is implemented at the network interface level to allow m
24
24
Network Virtual Appliances (NVAs) with most large scale solutions requiring v-firewall, v-switch, load balancers and other critical network features would experience higher CPS performance with Accelerated Connections.
25
25
26
26
> [!NOTE]
27
-
> During preview, this feature is only supported for NVAs available on the [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?search=network%20virtual%20appliance&page=1&filters=virtual-machine-images%3Bpartners).
27
+
> During limited GA, this feature is only supported for NVAs available on the [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?search=network%20virtual%20appliance&page=1&filters=virtual-machine-images%3Bpartners).
28
28
>
29
29
30
30
**Diagram 1**
@@ -41,14 +41,14 @@ Network Virtual Appliances (NVAs) with most large scale solutions requiring v-fi
41
41
42
42
### Considerations and limitations
43
43
44
-
* This feature is available only for NVAs deployed from Azure Marketplace during preview.
45
-
* To enable this feature, you must sign up for the preview using the [Preview sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
46
-
* During preview, this feature is only available on Resource Groups created after sign-up.
44
+
* This feature is available only for NVAs deployed from Azure Marketplace during limited GA.
45
+
* To enable this feature, you must sign up using the [sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
46
+
* During limited GA, this feature is only available on Resource Groups created after sign-up.
47
47
* This feature can be enabled and is supported on new deployments using an Azure Resource Manager (ARM) template and preview instructions.
48
48
* Feature support may vary as per the NVAs available on Marketplace.
49
49
* Detaching and attaching a network interface on a running VM isn't supported as other Azure features.
50
-
* Marketplace portal isn't supported for the public preview.
51
-
* This feature is free during the preview, and chargeable after GA.
50
+
* Marketplace portal isn't supported for the limited GA.
51
+
* This feature is free during the limited GA, and chargeable after GA.
52
52
53
53
## Prerequisites
54
54
@@ -57,7 +57,7 @@ The following section lists the required prerequisites:
57
57
*[Accelerated networking](../virtual-network/accelerated-networking-overview.md) must be enabled on the traffic network interfaces of the NVA.
58
58
* Custom tags must be added to the resources during deployment (instructions will be provided).
59
59
* The data path tags should be added to the vNIC properties.
60
-
* You've signed up for the preview using the [Preview sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
60
+
* You've signed up for the limited GA using the [sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
61
61
62
62
## Supported regions
63
63
@@ -67,11 +67,24 @@ This list will be updated as more regions become available. The following region
67
67
* West Central US
68
68
* East US
69
69
* West US
70
+
* East US 2
71
+
* Central US
70
72
71
73
## Supported SKUs
72
74
73
-
This feature is supported on all SKUs supported by Accelerated Networking except the Dv5 VM family, which isn't yet supported during preview.
75
+
This feature is supported on all SKUs supported by Accelerated Networking except the Dv5 VM family, which isn't yet supported during limited GA.
76
+
77
+
## Supported enablement methods
78
+
79
+
This feature enablement and deployment is supported using following methods:
80
+
81
+
* PowerShell
82
+
* ARM templates via Azure portal
83
+
* Azure CLI
84
+
* Terraform
85
+
* SDK Package Deployment
86
+
74
87
75
88
## Next steps
76
89
77
-
Sign up for the [Preview](https://go.microsoft.com/fwlink/?linkid=2223706).
90
+
Sign up for the [Limited GA](https://go.microsoft.com/fwlink/?linkid=2223706).
0 commit comments