Skip to content

Commit 8e1cfa2

Browse files
authored
Merge pull request #289401 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 c4e7a04 + 6471584 commit 8e1cfa2

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

articles/container-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
href: managed-identity.md
228228
- name: Azure Container Registry image pull with managed identity
229229
href: managed-identity-image-pull.md
230-
- name: Resiliency (preview)
230+
- name: Resiliency
231231
items:
232232
- name: Service discovery resiliency
233233
href: service-discovery-resiliency.md
@@ -264,7 +264,7 @@
264264
items:
265265
- name: Dapr components
266266
href: dapr-components.md
267-
- name: Dapr component resiliency (preview)
267+
- name: Dapr component resiliency
268268
href: dapr-component-resiliency.md
269269
- name: Scale Dapr apps with KEDA using Bicep
270270
href: dapr-keda-scaling.md

articles/container-apps/dapr-component-resiliency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Dapr component resiliency (preview)
2+
title: Dapr component resiliency
33
titleSuffix: Azure Container Apps
44
description: Learn how to make your Dapr components resilient in Azure Container Apps.
55
services: container-apps
@@ -12,7 +12,7 @@ ms.custom: ignite-fall-2023, ignite-2023, devx-track-azurecli
1212
# Customer Intent: As a developer, I'd like to learn how to make my container apps resilient using Azure Container Apps.
1313
---
1414

15-
# Dapr component resiliency (preview)
15+
# Dapr component resiliency
1616

1717
Resiliency policies proactively prevent, detect, and recover from your container app failures. In this article, you learn how to apply resiliency policies for applications that use Dapr to integrate with different cloud services, like state stores, pub/sub message brokers, secret stores, and more.
1818

articles/container-apps/service-discovery-resiliency.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Service discovery resiliency (preview)
2+
title: Service discovery resiliency
33
titleSuffix: Azure Container Apps
44
description: Learn how to apply container app to container app resiliency when using the application's service name in Azure Container Apps.
55
services: container-apps
@@ -12,7 +12,7 @@ ms.custom: ignite-fall-2023, ignite-2023, devx-track-azurecli
1212
# Customer Intent: As a developer, I'd like to learn how to make my container apps resilient using Azure Container Apps.
1313
---
1414

15-
# Service discovery resiliency (preview)
15+
# Service discovery resiliency
1616

1717
With Azure Container Apps resiliency, you can proactively prevent, detect, and recover from service request failures using simple resiliency policies. In this article, you learn how to configure Azure Container Apps resiliency policies when initiating requests using Azure Container Apps service discovery.
1818

@@ -238,7 +238,7 @@ az containerapp resiliency delete --group MyResourceGroup --name MyResiliency --
238238

239239
# [Azure portal](#tab/portal)
240240

241-
Navigate into your container app in the Azure portal. In the left side menu under **Settings**, select **Resiliency (preview)** to open the resiliency pane.
241+
Navigate into your container app in the Azure portal. In the left side menu under **Settings**, select **Resiliency** to open the resiliency pane.
242242

243243
:::image type="content" source="media/service-discovery-resiliency/resiliency-pane.png" alt-text="Screenshot demonstrating how to access the service discovery resiliency pane.":::
244244

articles/dev-box/concept-dev-box-network-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The following table is the list of FQDNs and endpoints your dev boxes need to ac
144144

145145
|Address |Protocol |Outbound port |Purpose |Service tag|
146146
|---|---|---|---|---|
147-
|login.microsoftonline.com |TCP |443 |Authentication to Microsoft Online Services |
147+
|login.microsoftonline.com |TCP |443 |Authentication to Microsoft Online Services | AzureActiveDirectory |
148148
|*.wvd.microsoft.com |TCP |443 |Service traffic |WindowsVirtualDesktop |
149149
|*.prod.warm.ingest.monitor.core.windows.net |TCP |443 |Agent traffic [Diagnostic output](/azure/virtual-desktop/diagnostics-log-analytics) |AzureMonitor |
150150
|catalogartifact.azureedge.net |TCP |443 |Azure Marketplace |AzureFrontDoor.Frontend|

articles/event-grid/handler-event-grid-namespace-topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Now, you're ready to create an event subscription to the system topic for the so
102102
1. On the **Create Event Subscription** page, follow these steps:
103103
1. For **Name**, enter the name for an event subscription.
104104
1. For **Event Schema**, select the event schema as **Cloud Events Schema v1.0**. It's the only schema type that the Event Grid Namespace Topic destination supports.
105-
1. For **Filter to Event Types**, select types of events you want to subscribe too.
105+
1. For **Filter to Event Types**, select types of events you want to subscribe to.
106106
1. For **Endpoint type**, select **Event Grid Namespace Topic**.
107107
1. Select **Configure an endpoint**.
108108

articles/event-hubs/schema-registry-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To learn more about using Avro schema format with Event Hubs Schema Registry, se
3434
- [How to use schema registry with Kafka and Avro](schema-registry-kafka-java-send-receive-quickstart.md)
3535
- [How to use Schema registry with Event Hubs .NET SDK (AMQP) and Avro.](schema-registry-dotnet-send-receive-quickstart.md)
3636

37-
#### JSON Schema (Preview)
37+
#### JSON Schema
3838
[JSON Schema](https://json-schema.org/) is a standardized way of defining the structure and data types of the events. JSON Schema enables the confident and reliable use of the JSON data format in event streaming.
3939

4040
To learn more about using JSON schema format with Event Hubs Schema Registry, see:

articles/iot-edge/tutorial-monitor-with-workbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ A Log Analytics workspace is necessary to collect the metrics data and provides
5050

5151
1. Once your workspace is created, select **Go to resource**.
5252

53-
1. From the main menu under **Settings**, select **Agents management**.
53+
1. From the main menu under **Settings**, select **Agents**.
5454

55-
1. Copy the values of **Workspace ID** and **Primary key**. You'll use these two values later in the tutorial to configure the metrics collector module to send the metrics to this workspace.
55+
1. Copy the values of **Workspace ID** and **Primary key**, available under 'Log Analytics agent instructions'. You'll use these two values later in the tutorial to configure the metrics collector module to send the metrics to this workspace.
5656

5757
## Retrieve your IoT hub resource ID
5858

articles/oracle/oracle-db/oracle-database-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table lists Azure regions and corresponding OCI regions that suppo
2222
|----------------|--------------------------|-------------------|-------------------|
2323
| Australia East | Australia East (Sydney) |||
2424
| Southeast Asia | Singapore (Singapore) |||
25-
| Japan East | Japan East(Tokyo) || |
25+
| Japan East | Japan East(Tokyo) || |
2626

2727
## Europe, Middle East, Africa (EMEA)
2828

0 commit comments

Comments
 (0)