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/ai-services/speech-service/batch-transcription.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ To use the batch transcription REST API:
35
35
1.[Create a batch transcription](batch-transcription-create.md) - Submit the transcription job with parameters such as the audio files, the transcription language, and the transcription model.
36
36
1.[Get batch transcription results](batch-transcription-get.md) - Check transcription status and retrieve transcription results asynchronously.
37
37
38
-
Batch transcription jobs are scheduled on a best-effort basis. You can't estimate when a job will change into the running state, but it should happen within minutes under normal system load. When the job is in the running state, the transcription occurs faster than the audio runtime playback speed.
38
+
> [!IMPORTANT]
39
+
> Batch transcription jobs are scheduled on a best-effort basis. At pick hours it may take up to 30 minutes or longer for a transcription job to start processing. See how to check the current status of a batch transcription job in [this section](batch-transcription-get.md#get-transcription-status).
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/concepts-high-availability.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ The overall failover time depends on the current workload and the last checkpoin
82
82
> [!NOTE]
83
83
>Azure Resource Health event is generated in the event of planned failover, representing the failover time during which server was unavailable. The triggered events can be seen when clicked on "Resource Health" in the left pane. User initiated/ Manual failover is represented by status as **"Unavailable"** and tagged as **"Planned"**. Example - "A failover operation was triggered by an authorized user (Planned)". If your resource remains in this state for an extended period of time, please open a [support ticket](https://azure.microsoft.com/support/create-ticket/) and we will assist you.
84
84
85
-
85
+
86
86
### Unplanned: Automatic failover
87
87
88
88
Unplanned service downtime can be caused by software bugs or infrastructure faults like compute, network, or storage failures, or power outages that affect the availability of the database. If the database becomes unavailable, replication to the standby replica is severed and the standby replica is activated as the primary database. DNS is updated, and clients reconnect to the database server and resume their operations.
@@ -122,8 +122,8 @@ Here are some considerations to keep in mind when you use high availability:
122
122
- Zone-redundant high availability can be set only when the flexible server is created.
123
123
- High availability isn't supported in the burstable compute tier.
124
124
- Restarting the primary database server to pick up static parameter changes also restarts the standby replica.
125
-
- Data-in Replication isn't supported for HA servers.
126
125
- GTID mode will be turned on as the HA solution uses GTID. Check whether your workload has [restrictions or limitations on replication with GTIDs](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html).
126
+
127
127
>[!Note]
128
128
>If you are enabling same-zone HA post the server create, you need to make sure the server parameters enforce_gtid_consistency” and [“gtid_mode”](./concepts-read-replicas.md#global-transaction-identifier-gtid) is set to ON before enabling HA.
129
129
@@ -176,13 +176,7 @@ You need to be able to mitigate downtime for your application even when you're n
176
176
Yes, read replicas are supported for HA servers.</br>
177
177
178
178
-**Can I use Data-in Replication for HA servers?**</br>
179
-
Data-in Replication isn't supported for HA servers. But Data-in Replication for HA servers is on our roadmap and will be available soon. For now, if you want to use Data-in Replication for migration, you can follow these steps:
180
-
1. Create the server with zone-redundant HA enabled.
181
-
1. Disable HA.
182
-
1. Complete the steps to [set up Data-in Replication](./concepts-data-in-replication.md). (Be sure `gtid_mode` has the same setting on the source and target servers.)
183
-
1. Post cutovers remove the Data-in Replication configuration.
184
-
1. Enable HA.
185
-
179
+
Yes, support for data-in replication for high availability (HA) enabled server is available only through GTID-based replication.
186
180
-**To reduce downtime, can I fail over to the standby server during server restarts or while scaling up or down?** </br>
187
181
Currently, Azure MySQL Flexible Server has utlized Planned Failover to optmize the HA operations including scaling up/down, and planned maintenance to help reduce the downtime.
188
182
When such operations started, it would operate on the original standby instance first, followed by triggering a planned failover operation, and then operate on the original primary instance. </br>
@@ -195,3 +189,4 @@ If you create the server with Zone-redundant HA mode enabled then you can change
195
189
- Learn about [business continuity](./concepts-business-continuity.md).
196
190
- Learn about [zone-redundant high availability](./concepts-high-availability.md).
197
191
- Learn about [backup and recovery](./concepts-backup-restore.md).
Service Connector is an Azure extension resource provider designed to provide a simple way to create and manage connections between Azure services.
@@ -25,11 +24,11 @@ Service Connector offers the following features:
25
24
The concept of *service connection* is a key concept in the resource model of Service Connector. A service connection represents an abstraction of the link between two services. Service connections have the following properties:
| Connection Name | The unique name of the service connection. |
30
-
| Source Service Type | Source services are services you can connect to target services. They are usually Azure compute services and they include Azure App Service, Azure Container Apps and Azure Spring Apps. |
29
+
| Source Service Type | Source services are services you can connect to target services. They are usually Azure compute services and they include Azure App Service, Azure Functions, Azure Container Apps and Azure Spring Apps.
31
30
| Target Service Type | Target services are backing services or dependency services that your compute services connect to. Service Connector supports various target service types including major databases, storage, real-time services, state, and secret stores. |
32
-
| Client Type | Client type refers to your compute runtime stack, development framework, or specific type of client library that accepts the specific format of the connection environment variables or properties. |
31
+
| Client Type | Client type refers to your compute runtime stack, development framework, or specific type of client library that accepts the specific format of the connection environment variables or properties. |
33
32
| Authentication Type | The authentication type used for the service connection. It could be a secret/connection string, a managed identity, or a service principal. |
34
33
35
34
Source services and target services support multiple simultaneous service connections, which means that you can connect each resource to multiple resources.
@@ -89,8 +88,8 @@ az containerapp connection list-configuration --resource-group <source-service-r
89
88
Service Connector sets the connection configuration when creating a connection. The environment variable key-value pairs are determined based on your client type and authentication type. For example, using the Azure SDK with a managed identity requires a client ID, client secret, etc. Using a JDBC driver requires a database connection string. Follow these conventions to name the configurations:
90
89
91
90
- Spring Boot client: the Spring Boot library for each target service has its own naming convention. For example, MySQL connection settings would be `spring.datasource.url`, `spring.datasource.username`, `spring.datasource.password`. Kafka connection settings would be `spring.kafka.properties.bootstrap.servers`.
92
-
93
91
- Other clients:
92
+
94
93
- The key name of the first connection configuration uses the format `<Cloud>_<Type>_<Name>`. For example, `AZURE_STORAGEBLOB_RESOURCEENDPOINT`, `CONFLUENTCLOUD_KAFKA_BOOTSTRAPSERVER`.
95
94
- For the same type of target resource, the key name of the second connection configuration uses the format `<Cloud>_<Type>_<Connection Name>_<Name>`. For example, `AZURE_STORAGEBLOB_CONN2_RESOURCEENDPOINT`, `CONFLUENTCLOUD_KAFKA_CONN2_BOOTSTRAPSERVER`.
96
95
@@ -110,7 +109,7 @@ Service Connector offers three network solutions for users to choose from when c
110
109
- The compute resource must have virtual network integration enabled. For Azure App Service, it can be configured in its networking settings; for Azure Spring Apps, users must set VNet injection during the resource creation stage.
111
110
- The target service must support private endpoints. For a list of supported services, refer to [Private-link resource](/azure/private-link/private-endpoint-overview#private-link-resource).
112
111
113
-
When selecting this option, Service Connector doesn't perform any more configurations in the compute or target resources. Instead, it verifies the existence of a valid private endpoint and fails the connection if not found. For convenience, users can select the "New Private Endpoint" checkbox in the Azure Portal when creating a connection. With it, Service Connector automatically creates all related resources for the private endpoint in the proper sequence, simplifying the connection creation process.
112
+
When selecting this option, Service Connector doesn't perform any more configurations in the compute or target resources. Instead, it verifies the existence of a valid private endpoint and fails the connection if not found. For convenience, users can select the "New Private Endpoint" checkbox in the Azure portal when creating a connection. With it, Service Connector automatically creates all related resources for the private endpoint in the proper sequence, simplifying the connection creation process.
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-app-configuration.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,21 @@ ms.service: service-connector
7
7
ms.topic: how-to
8
8
ms.date: 10/26/2023
9
9
---
10
-
11
10
# Integrate Azure App Configuration with Service Connector
12
11
13
12
This page shows supported authentication methods and clients, and shows sample code you can use to connect Azure App Configuration to other cloud services using Service Connector. You might still be able to connect to App Configuration using other methods. This page also shows default environment variable names and values you get when you create the service connection.
14
13
15
14
## Supported compute services
16
15
17
16
- Azure App Service
17
+
- Azure Functions
18
18
- Azure Container Apps
19
19
- Azure Spring Apps
20
20
21
21
## Supported authentication types and client types
22
22
23
-
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
23
+
Supported authentication and clients for App Service, Azure Functions, Container Apps and Azure Spring Apps:
24
+
24
25
25
26
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-confluent-kafka.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,23 @@ ms.topic: how-to
8
8
ms.date: 11/07/2023
9
9
ms.custom: event-tier1-build-2022
10
10
---
11
-
12
11
# Integrate Apache Kafka on Confluent Cloud with Service Connector
13
12
14
13
This page shows supported authentication methods and clients to connect Apache Kafka on Confluent Cloud to other cloud services using Service Connector. You might still be able to connect to Apache Kafka on Confluent Cloud in other programming languages without using Service Connector. This page also shows default environment variable names and values (or Spring Boot configuration) you get when you create the service connection.
15
14
16
15
## Supported compute services
17
16
18
17
- Azure App Service
18
+
- Azure Functions
19
19
- Azure Container Apps
20
20
- Azure Spring Apps
21
21
22
22
## Supported Authentication types and client types
23
23
24
-
Supported authentication and clients for App Service, Container Apps and Azure Spring Apps:
24
+
Supported authentication and clients for App Service, Azure Functions, Container Apps and Azure Spring Apps:
25
25
26
-
| Client type | System-assigned managed identity | User-assigned managed identity | Secret / connection string | Service principal |
0 commit comments