Skip to content

Commit 2235436

Browse files
authored
Merge pull request #226294 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 46686ae + b202439 commit 2235436

File tree

10 files changed

+32
-20
lines changed

10 files changed

+32
-20
lines changed

articles/bastion/bastion-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You may use a private DNS zone ending with one of the names listed above (ex: pr
4646

4747
Azure Bastion isn't supported with Azure Private DNS Zones in national clouds.
4848

49-
### <a name="dns"></a>Does Azure Bastion support Private Link?"
49+
### <a name="dns"></a>Does Azure Bastion support Private Link?
5050

5151
No, Azure Bastion doesn't currently support private link.
5252

articles/container-apps/application-lifecycle-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ As a container app is updated with a [revision scope-change](revisions.md#revisi
3232

3333
### Zero downtime deployment
3434

35-
In single revision mode, Container Apps automatically ensures your app does not experience downtime when creating new a revision. The existing active revision is not deactivated until the new revision is ready. If ingress is enabled, the existing revision will continue to receive 100% of the traffic until the new revision is ready.
35+
In single revision mode, Container Apps automatically ensures your app does not experience downtime when creating a new revision. The existing active revision is not deactivated until the new revision is ready. If ingress is enabled, the existing revision will continue to receive 100% of the traffic until the new revision is ready.
3636

3737
> [!NOTE]
3838
> A new revision is considered ready when one of its replicas starts and becomes ready. A replica is ready when all of its containers start and pass their [startup and readiness probes](./health-probes.md).

articles/defender-for-cloud/includes/defender-for-containers-enable-plan-aks.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@ Request body parameters:
145145
> [!IMPORTANT]
146146
> Ensure that you use the same subscription ID for ``<your-subscription-id>`` as the one associated with your AKS cluster.
147147
148-
1. Enable the feature flag in the CLI:
149-
150-
```azurecli
151-
az feature register --namespace Microsoft.ContainerService --name AKS-AzureDefender
152-
```
153-
154148
1. Enable the Defender profile on your containers:
155149
156150
- Run the following command to create a new cluster with the Defender profile enabled:

articles/energy-data-services/faq-energy-data-services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ sections:
3434
questions:
3535
- question: Where can I learn about the pricing for Microsoft Energy Data Services?
3636
answer: >
37-
Pricing for Microsoft Energy Data Services will be made available by February 2023.
37+
Pricing for Microsoft Energy Data Services will be made available on Azure.com via the Product Pricing Page.
3838
3939
- question: When will billing begin for Microsoft Energy Data Services Preview?
4040
answer: >
41-
Microsoft Energy Data Services is currently free and billing will begin starting December 1, 2022.
41+
Microsoft Energy Data Services is currently free and billing will begin February 15th, 2023.
4242
4343
- name: Support policies
4444
questions:

articles/event-hubs/event-hubs-geo-dr.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ Note the following considerations to keep in mind:
157157

158158
5. Synchronizing entities can take some time, approximately 50-100 entities per minute.
159159

160+
6. Some aspects of the management plane for the secondary namespace become read-only while geo-recovery pairing is active.
161+
162+
7. The data plane of the secondary namespace will be read-only while geo-recovery pairing is active. The data plane of the secondary namespace will accept GET requests to enable validation of client connectivity and access controls.
163+
160164
## Availability Zones
161165
Event Hubs supports [Availability Zones](../availability-zones/az-overview.md), providing fault-isolated locations within an Azure region. The Availability Zones support is only available in [Azure regions with availability zones](../availability-zones/az-region.md#azure-regions-with-availability-zones). Both metadata and data (events) are replicated across data centers in the availability zone.
162166

articles/iot-dps/tutorial-custom-hsm-enrollment-group-x509.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,19 @@ To add the root CA certificate to your DPS instance, follow these steps:
771771
772772
:::image type="content" source="./media/tutorial-custom-hsm-enrollment-group-x509/verify-root-certificate.png" alt-text="Screenshot that shows the verified root C A certificate in the list of certificates.":::
773773
774+
## (Optional) Manual verification of root certificate
775+
If you didn't choose to automatically verify the certificate during upload, you manually prove possession:
776+
777+
1. Select the new CA certificate.
778+
779+
1. Select Generate Verification Code in the Certificate Details dialog.
780+
781+
1. Create a certificate that contains the verification code. For example, if you're using the Bash script supplied by Microsoft, run `./certGen.sh create_verification_certificate "<verification code>"` to create a certificate named `verification-code.cert.pem`, replacing `<verification code>` with the previously generated verification code. For more information, you can download the [files](https://github.com/Azure/azure-iot-sdk-c/tree/main/tools/CACertificates) relevant to your system to a working folder and follow the instructions in the [Managing CA certificates readme](https://github.com/Azure/azure-iot-sdk-c/blob/main/tools/CACertificates/CACertificateOverview.md) to perform proof-of-possession on a CA certificate.
782+
783+
1. Upload `verification-code.cert.pem` to your provisioning service in the Certificate Details dialog.
784+
785+
1. Select Verify.
786+
774787
## Update the certificate store on Windows-based devices
775788
776789
On non-Windows devices, you can pass the certificate chain from the code as the certificate store.

articles/machine-learning/how-to-attach-kubernetes-anywhere.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Train model in cloud, deploy model on-premises | Cloud | Make use of cloud compu
7373

7474
## KubernetesCompute and legacy AksCompute
7575

76-
With AzureML CLI/Python SDK v1, you can deploy models on AKS using AksCompute target. Both KubernetesCompute target and AksCompute target support AKS integration, however they support it differently. Following table shows key differences.
76+
With AzureML CLI/Python SDK v1, you can deploy models on AKS using AksCompute target. Both KubernetesCompute target and AksCompute target support AKS integration, however they support it differently. The following table shows their key differences:
7777

7878
|Capabilities |AKS integration with AksCompute (legacy) |AKS integration with KubernetesCompute|
7979
|--|--|--|
@@ -84,7 +84,7 @@ With AzureML CLI/Python SDK v1, you can deploy models on AKS using AksCompute ta
8484
|Batch inference | No | Yes |
8585
|Real-time inference new features | No new features development | Active roadmap |
8686

87-
With these key differences and overall AzureML evolves to use SDK/CLI v2, AzureML recommends you to use Kubernetes compute target to deploy models if you decide to use AKS for model deployment.
87+
With these key differences and overall AzureML evolution to use SDK/CLI v2, AzureML recommends you to use Kubernetes compute target to deploy models if you decide to use AKS for model deployment.
8888

8989
## Next steps
9090

@@ -107,4 +107,4 @@ For any AzureML example, you only need to update the compute target name to your
107107
* Explore model deployment with online endpoint samples with CLI v2 - [https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/kubernetes](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/online/kubernetes)
108108
* Explore batch endpoint samples with CLI v2 - [https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/batch](https://github.com/Azure/azureml-examples/tree/main/cli/endpoints/batch)
109109
* Explore training job samples with SDK v2 -[https://github.com/Azure/azureml-examples/tree/main/sdk/python/jobs](https://github.com/Azure/azureml-examples/tree/main/sdk/python/jobs)
110-
* Explore model deployment with online endpoint samples with SDK v2 -[https://github.com/Azure/azureml-examples/tree/main/sdk/python/endpoints/online/kubernetes](https://github.com/Azure/azureml-examples/tree/main/sdk/python/endpoints/online/kubernetes)
110+
* Explore model deployment with online endpoint samples with SDK v2 -[https://github.com/Azure/azureml-examples/tree/main/sdk/python/endpoints/online/kubernetes](https://github.com/Azure/azureml-examples/tree/main/sdk/python/endpoints/online/kubernetes)

articles/mysql/flexible-server/concepts-service-tiers-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Remember that storage once auto-scaled up, cannot be scaled down.
136136

137137
Azure Database for MySQL – Flexible Server supports the provisioning of additional IOPS. This feature enables you to provision additional IOPS above the complimentary IOPS limit. Using this feature, you can increase or decrease the number of IOPS provisioned based on your workload requirements at any time.
138138

139-
The minimum IOPS is 360 across all compute sizes and the maximum IOPS is determined by the selected compute size. To learn more about the maximum IOPS per compute size refer to the [table].(#compute-tiers-size-and-server-types)
139+
The minimum IOPS is 360 across all compute sizes and the maximum IOPS is determined by the selected compute size. To learn more about the maximum IOPS per compute size refer to the [table](#service-tiers-size-and-server-types).
140140

141141
The maximum IOPS is dependent on the maximum available IOPS per compute size. Refer to the column *Max uncached disk throughput: IOPS/MBps* in the [B-series](../../virtual-machines/sizes-b-series-burstable.md), [Ddsv4-series](../../virtual-machines/ddv4-ddsv4-series.md), and [Edsv4-series](../../virtual-machines/edv4-edsv4-series.md)/ [Edsv5-series](../../virtual-machines/edv5-edsv5-series.md)] documentation.
142142

@@ -181,4 +181,4 @@ If you would like to optimize server cost, you can consider following tips:
181181
## Next steps
182182

183183
- Learn how to [create a MySQL server in the portal](quickstart-create-server-portal.md).
184-
- Learn about [service limitations](concepts-limitations.md).
184+
- Learn about [service limitations](concepts-limitations.md).

articles/reliability/migrate-app-service-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This guide describes how to migrate an App Service Environment from non-availabi
1919
2020
Azure App Service Environment can be deployed across [availability zones (AZ)](../reliability/availability-zones-overview.md) to help you achieve resiliency and reliability for your business-critical workloads. This architecture is also known as zone redundancy.
2121

22-
When you configure to be zone redundant, the platform automatically spreads the instances of the Azure App Service plan across all three zones in the selected region. This means that the minimum App Service Plan instance count will always be three. If you specify a capacity larger than three, and the number of instances is divisible by three, the instances are spread evenly. Otherwise, instance counts beyond 3*N are spread across the remaining one or two zones.
22+
When you configure to be zone redundant, the platform automatically spreads the instances of the Azure App Service plan across three zones in the selected region. This means that the minimum App Service Plan instance count will always be three. If you specify a capacity larger than three, and the number of instances is divisible by three, the instances are spread evenly. Otherwise, instance counts beyond 3*N are spread across the remaining one or two zones.
2323

2424
## Prerequisites
2525

@@ -44,7 +44,7 @@ If you want your App Service Environment to use availability zones, redeploy you
4444

4545
Traffic is routed to all of your available App Service instances. In the case when a zone goes down, the App Service platform will detect lost instances and automatically attempt to find new replacement instances and spread traffic as needed. If you have [autoscale](../app-service/manage-scale-up.md) configured, and if it decides more instances are needed, autoscale will also issue a request to App Service to add more instances. Note that [autoscale behavior is independent of App Service platform behavior](../azure-monitor/autoscale/autoscale-overview.md) and that your autoscale instance count specification doesn't need to be a multiple of three. It's also important to note there's no guarantee that requests for additional instances in a zone-down scenario will succeed since back filling lost instances occurs on a best-effort basis. The recommended solution is to create and configure your App Service plans to account for losing a zone as described in the next section.
4646

47-
Applications that are deployed in an App Service Environment that has availability zones enabled will continue to run and serve traffic even if other zones in the same region suffer an outage. However it's possible that non-runtime behaviors including App Service plan scaling, application creation, application configuration, and application publishing may still be impacted from an outage in other Availability Zones. Zone redundancy for App Service Environments only ensures continued uptime for deployed applications.
47+
Applications that are deployed in an App Service Environment that has availability zones enabled will continue to run and serve traffic if a single zone becomes unavailable. However it's possible that non-runtime behaviors including App Service plan scaling, application creation, application configuration, and application publishing may still be impacted from an outage in other Availability Zones. Zone redundancy for App Service Environments only ensures continued uptime for deployed applications.
4848

4949
When the App Service platform allocates instances to a zone redundant App Service plan, it uses [best effort zone balancing offered by the underlying Azure Virtual Machine Scale Sets](../virtual-machine-scale-sets/virtual-machine-scale-sets-use-availability-zones.md#zone-balancing). An App Service plan will be "balanced" if each zone has either the same number of VMs, or +/- one VM in all of the other zones used by the App Service plan.
5050

@@ -101,4 +101,4 @@ There's a minimum charge of nine App Service plan instances in a zone redundant
101101
## Next steps
102102

103103
> [!div class="nextstepaction"]
104-
> [Azure services and regions that support availability zones](availability-zones-service-support.md)
104+
> [Azure services and regions that support availability zones](availability-zones-service-support.md)

articles/sentinel/connect-microsoft-purview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ To disconnect the Azure Information Protection connector:
8080
1. In the **Data connectors** blade, in the search bar, type *Azure Information Protection*.
8181
1. Select **Azure Information Protection**.
8282
1. Below the connector description, select **Open connector page**.
83-
1. Under **Configuration**, select **Disconnect**.
83+
1. Under **Configuration**, select **Connect Azure Information Protection logs**.
84+
1. Select the configured workspace and select **Ok**.
8485

8586
## Known issues and limitations
8687

@@ -109,4 +110,4 @@ In this article, you learned how to set up the Microsoft Purview Information Pro
109110
110111
- Learn how to [get visibility into your data, and potential threats](get-visibility.md).
111112
- Get started [detecting threats with Microsoft Sentinel](detect-threats-built-in.md).
112-
- [Use workbooks](monitor-your-data.md) to monitor your data.
113+
- [Use workbooks](monitor-your-data.md) to monitor your data.

0 commit comments

Comments
 (0)