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/active-directory-domain-services/tutorial-configure-ldaps.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
@@ -66,7 +66,7 @@ The certificate you request or create must meet the following requirements. Your
66
66
***Key usage** - The certificate must be configured for *digital signatures* and *key encipherment*.
67
67
***Certificate purpose** - The certificate must be valid for SSL server authentication.
68
68
69
-
In this tutorial, let's create a self-signed certificate for secure LDAP using the [New-SelfSignedCertificate][New-SelfSignedCertificate] cmdlet. Open a PowerShell window as **Administrator** and run the following commands. Replace the *$dnsName* variable with the DNS name used by your own managed domain, such as *aaddscontoso.com*:
69
+
There are several tools available to create self-signed certificate such as OpenSSL, Keytool, MakeCert, [New-SelfSignedCertificate][New-SelfSignedCertificate] cmdlet etc. In this tutorial, let's create a self-signed certificate for secure LDAP using the [New-SelfSignedCertificate][New-SelfSignedCertificate] cmdlet. Open a PowerShell window as **Administrator** and run the following commands. Replace the *$dnsName* variable with the DNS name used by your own managed domain, such as *aaddscontoso.com*:
70
70
71
71
```powershell
72
72
# Define your own DNS name used by your Azure AD DS managed domain
@@ -140,7 +140,7 @@ Before you can use the digital certificate created in the previous step with you
140
140
1. As this certificate is used to decrypt data, you should carefully control access. A password can be used to protect the use of the certificate. Without the correct password, the certificate can't be applied to a service.
141
141
142
142
On the **Security** page, choose the option for **Password** to protect the *.PFX* certificate file. Enter and confirm a password, then select **Next**. This password is used in the next section to enable secure LDAP for your Azure AD DS managed domain.
143
-
1. On the **File to Export** page, specify the file name and location where you'd like to export the certificate, such as *C:\Users\accountname\azure-ad-ds.pfx*.
143
+
1. On the **File to Export** page, specify the file name and location where you'd like to export the certificate, such as *C:\Users\accountname\azure-ad-ds.pfx*. Keep a note of the password and location of the *.PFX* file as this information would be required in next steps.
144
144
1. On the review page, select **Finish** to export the certificate to a *.PFX* certificate file. A confirmation dialog is displayed when the certificate has been successfully exported.
145
145
1. Leave the MMC open for use in the following section.
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql-query-st-distance.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
@@ -9,7 +9,7 @@ ms.author: girobins
9
9
ms.custom: query-reference
10
10
---
11
11
# ST_DISTANCE (Azure Cosmos DB)
12
-
Returns the distance between the two GeoJSON Point, Polygon, or LineString expressions.
12
+
Returns the distance between the two GeoJSON Point, Polygon, MultiPolygon or LineString expressions. To learn more, see the [Geospatial and GeoJSON location data](sql-query-geospatial-intro.md) article.
|**[Aryaka Networks](https://www.aryaka.com/)**|Supported |Supported |Amsterdam, Chicago, Dallas, Hong Kong SAR, Sao Paulo, Seattle, Silicon Valley, Singapore, Tokyo, Washington DC |
79
79
|**[Ascenty Data Centers](https://www.ascenty.com/en/cloud/microsoft-express-route)**|Supported |Supported |Sao Paulo |
80
80
|**[AT&T NetBond](https://www.synaptic.att.com/clouduser/html/productdetail/ATT_NetBond.htm)**|Supported |Supported |Amsterdam, Chicago, Dallas, London, Silicon Valley, Singapore, Sydney, Tokyo, Toronto, Washington DC |
The following sections describe capacity, storage engine support, privilege support, data manipulation statement support, and functional limits in the database service.
12
12
13
-
## Maximum connections
14
-
The maximum number of connections per pricing tier and vCores are as follows:
The minimum and maximum values of several popular server parameters are determined by the pricing tier and vCores. Refer to the below tables for limits.
When connections exceed the limit, you may receive the following error:
33
36
> ERROR 1040 (08004): Too many connections
@@ -37,6 +40,108 @@ When connections exceed the limit, you may receive the following error:
37
40
38
41
Creating new client connections to MariaDB takes time and once established, these connections occupy database resources, even when idle. Most applications request many short-lived connections, which compounds this situation. The result is fewer resources available for your actual workload leading to decreased performance. A connection pooler that decreases idle connections and reuses existing connections will help avoid this. To learn about setting up ProxySQL, visit our [blog post](https://techcommunity.microsoft.com/t5/azure-database-for-mysql/load-balance-read-replicas-using-proxysql-in-azure-database-for/ba-p/880042).
39
42
43
+
## query_cache_size
44
+
45
+
The query cache is turned off by default. To enable the query cache, configure the `query_cache_type` parameter.
46
+
47
+
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#query_cache_size) to learn more about this parameter.
@@ -92,5 +197,5 @@ Requires super privileges to create and is restricted. If importing data using a
92
197
- MariaDB server instance displays the incorrect server version after connection is established. To get the correct server instance engine version, use the `select version();` command.
93
198
94
199
## Next steps
95
-
-[What’s available in each service tier](concepts-pricing-tiers.md)
200
+
-[What's available in each service tier](concepts-pricing-tiers.md)
Copy file name to clipboardExpand all lines: articles/media-services/latest/manage-streaming-endpoints-howto.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Review:
39
39
## Use the Azure portal
40
40
41
41
1. Sign in at the [Azure portal](https://portal.azure.com/).
42
+
1. Navigate to your Azure Media Services account.
42
43
1. On the left, select **Streaming Endpoints**.
43
44
1. Select the streaming endpoint you want to start, click **Start**.
44
45
@@ -52,7 +53,7 @@ if (streamingEndpoint.resourceState() != StreamingEndpointResourceState.RUNNING)
52
53
}
53
54
```
54
55
55
-
The samples [in this repository](https://docs.microsoft.com/samples/azure-samples/media-services-v3-dotnet/azure-media-services-v3-samples-using-net/) shows how to start the default streaming endpoint with .NET.
56
+
See the complete [Java code sample](https://github.com/Azure-Samples/media-services-v3-java/blob/master/DynamicPackagingVODContent/StreamHLSAndDASH/src/main/java/sample/StreamHLSAndDASH.java#L128).
56
57
57
58
## Use the .NETSDK
58
59
@@ -67,7 +68,7 @@ if (streamingEndpoint != null)
67
68
}
68
69
```
69
70
70
-
The samples [in this repository](https://docs.microsoft.com/samples/azure-samples/media-services-v3-java/azure-media-services-v3-samples-using-java/) shows how to start the default streaming endpoint with Java.
71
+
See the complete [.NET code sample](https://github.com/Azure-Samples/media-services-v3-dotnet/blob/master/DynamicPackagingVODContent/StreamHLSAndDASH/Program.cs#L112).
71
72
72
73
## UseCLI
73
74
@@ -93,7 +94,7 @@ For more information, see:
93
94
*The [start a StreamingEndpoint](https://docs.microsoft.com/rest/api/media/streamingendpoints/start) reference documentation.
94
95
*Starting a streaming endpoint is an asynchronous operation.
95
96
96
-
For details on how to monitor a long-running operations see[Long-running operations](media-services-apis-overview.md)
97
+
For details on how to monitor a long-running operations see[Long-running operations](media-services-apis-overview.md)
97
98
*This [Postman collection](https://github.com/Azure-Samples/media-services-v3-rest-postman/blob/master/Postman/Media%20Services%20v3.postman_collection.json) contains examples of multiple REST operations including on how to start a streaming endpoint.
0 commit comments