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
@@ -267,8 +267,8 @@ An error response (400 Bad Request) looks like this:
267
267
Now that you've acquired a token, use the token to make requests to the resource. When the token expires, repeat the request to the `/token` endpoint to acquire a fresh access token.
<sup>1</sup> Depends on how the gateway is deployed, but is the responsibility of the customer.<br/>
79
81
<sup>2</sup> Connectivity to the self-hosted gateway v2 [configuration endpoint](self-hosted-gateway-overview.md#fqdn-dependencies) requires DNS resolution of the default endpoint hostname; custom domain name is currently not supported.<br/>
@@ -93,7 +95,7 @@ The following table compares features available in the managed gateway versus th
Copy file name to clipboardExpand all lines: articles/api-management/self-hosted-gateway-overview.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
@@ -55,9 +55,12 @@ We provide a variety of container images for self-hosted gateways to meet your n
55
55
|`v{major}`| Use this tag to always run a major version of the gateway with every new feature and patch. |`v2`| ✔️ | ❌ |
56
56
|`v{major}-preview`| Use this tag if you always want to run our latest preview container image. |`v2-preview`| ✔️ | ❌ |
57
57
|`latest`| Use this tag if you want to evaluate the self-hosted gateway. |`latest`| ✔️ | ❌ |
58
+
|`beta`<sup>1</sup> | Use this tag if you want to evaluate preview versions of the self-hosted gateway. |`beta`| ✔️ | ❌ |
58
59
59
60
You can find a full list of available tags [here](https://mcr.microsoft.com/product/azure-api-management/gateway/tags).
60
61
62
+
<sup>1</sup>Preview versions are not officially supported and are for experimental purposes only.<br/>
63
+
61
64
### Use of tags in our official deployment options
62
65
63
66
Our deployment options in the Azure portal use the `v2` tag that allows customers to use the most recent version of the self-hosted gateway v2 container image with all feature updates and patches.
Copy file name to clipboardExpand all lines: articles/app-service/overview.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
@@ -12,7 +12,7 @@ ms.custom: UpdateFrequency3
12
12
13
13
*Azure App Service* is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and [Linux](#app-service-on-linux)-based environments.
14
14
15
-
App Service not only adds the power of Microsoft Azure to your application, such as security, load balancing, autoscaling, and automated management. You can also take advantage of its DevOps capabilities, such as continuous deployment from Azure DevOps, GitHub, Docker Hub, and other sources, package management, staging environments, custom domain, and TLS/SSL certificates.
15
+
App Service adds the power of Microsoft Azure to your application, such as security, load balancing, autoscaling, and automated management. Additionally, you can take advantage of its DevOps capabilities, such as continuous deployment from Azure DevOps, GitHub, Docker Hub, and other sources, package management, staging environments, custom domain, and TLS/SSL certificates.
16
16
17
17
With App Service, you pay for the Azure compute resources you use. The compute resources you use are determined by the *App Service plan* that you run your apps on. For more information, see [Azure App Service plans overview](overview-hosting-plans.md).
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-connect-msi-azure-database.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,8 +251,8 @@ In this section, connectivity to the Azure database in your code follows the `De
251
251
1. Instantiate a `DefaultAzureCredential` from the Azure Identity client library. If you're using a user-assigned identity, specify the client ID of the identity.
252
252
1. Get an access token for the resource URI respective to the database type.
253
253
- For Azure SQL Database: `https://database.windows.net/.default`
254
-
- For Azure Database for MySQL: `https://ossrdbms-aad.database.windows.net`
255
-
- For Azure Database for PostgreSQL: `https://ossrdbms-aad.database.windows.net`
254
+
- For Azure Database for MySQL: `https://ossrdbms-aad.database.windows.net/.default`
255
+
- For Azure Database for PostgreSQL: `https://ossrdbms-aad.database.windows.net/.default`
256
256
1. Add the token to your connection string.
257
257
1. Open the connection.
258
258
@@ -319,7 +319,7 @@ For Azure Database for MySQL and Azure Database for PostgreSQL, the database use
Copy file name to clipboardExpand all lines: articles/azure-maps/drawing-requirements.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
@@ -261,7 +261,7 @@ The `unitProperties` object contains a JSON array of unit properties.
261
261
| Property | Type | Required | Description |
262
262
|-----------|------|----------|-------------|
263
263
|`unitName`|string|true|Name of unit to associate with this `unitProperty` record. This record is only valid when a label matching `unitName` is found in the `unitLabel` layers. |
264
-
|`categoryName`|string|false|Purpose of the unit. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json).|
264
+
|`categoryName`|string|false|Purpose of the unit. A list of values that the provided rendering styles can make use of is documented in [categories.json](https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json).|
265
265
|`occupants`|array of directoryInfo objects |false |List of occupants for the unit. |
266
266
|`nameAlt`|string|false|Alternate name of the unit. |
267
267
|`nameSubtitle`|string|false|Subtitle of the unit. |
@@ -279,7 +279,7 @@ The `zoneProperties` object contains a JSON array of zone properties.
279
279
| Property | Type | Required | Description |
280
280
|-----------|------|----------|-------------|
281
281
|zoneName |string |true |Name of zone to associate with `zoneProperty` record. This record is only valid when a label matching `zoneName` is found in the `zoneLabel` layer of the zone. |
282
-
|categoryName| string| false |Purpose of the zone. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json).|
282
+
|categoryName| string| false |Purpose of the zone. A list of values that the provided rendering styles can make use of is documented in [categories.json](https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json).|
283
283
|zoneNameAlt| string| false |Alternate name of the zone. |
284
284
|zoneNameSubtitle| string | false |Subtitle of the zone. |
285
285
|zoneSetId| string | false | Set ID to establish a relationship among multiple zones so that they can be queried or selected as a group. For example, zones that span multiple levels. |
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-use-map-control.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-js
15
15
16
16
The Map Control client-side JavaScript library allows you to render maps and embedded Azure Maps functionality into your web or mobile application.
17
17
18
-
This documentation uses the Azure Maps Web SDK, however the Azure Maps services can be used with any map control. [Here](open-source-projects.md#third-part-map-control-plugins) are some popular open-source map controls that the Azure Maps team has created plugin's for.
18
+
This article uses the Azure Maps Web SDK, however the Azure Maps services work with any map control. For a list of third-party map control plug-ins, see [Azure Maps community - Open-source projects](open-source-projects.md#third-part-map-control-plugins).
19
19
20
20
## Prerequisites
21
21
@@ -122,7 +122,7 @@ You can embed a map in a web page by using the Map Control client-side JavaScrip
122
122
</script>
123
123
```
124
124
125
-
For more information about authentication with Azure Maps, see the [Authentication with Azure Maps](azure-maps-authentication.md) document. Also, a list of samples showing how to integrate Azure Active Directory (AAD) with Azure Maps can be found [here](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples).
125
+
For more information about authentication with Azure Maps, see the [Authentication with Azure Maps](azure-maps-authentication.md) document. For a list of samples showing how to integrate Azure Active Directory (AAD) with Azure Maps, see [Azure Maps & Azure Active Directory Samples](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples) in GitHub.
126
126
127
127
>[!TIP]
128
128
>In this example, we've passed in the `id` of the map `<div>`. Another way to do this is to pass in the `HTMLElement` object by passing`document.getElementById('myMap')` as the first parameter.
@@ -227,7 +227,7 @@ Here is an example of Azure Maps with the language set to "fr-FR" and the region
227
227
228
228

229
229
230
-
A complete list of supported languages and regional views is documented [here](supported-languages.md).
230
+
For a list of supported languages and regional views, see [Localization support in Azure Maps](supported-languages.md).
Copy file name to clipboardExpand all lines: articles/azure-maps/map-accessibility.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
@@ -10,20 +10,20 @@ ms.service: azure-maps
10
10
11
11
# Building an accessible application
12
12
13
-
Upwards of 20% of internet users have a need for accessible web applications. As such, it's important to make sure your application is designed such that any user can easily use it. Rather than thinking of accessibility as a set of tasks to complete, think of it as part of your overall user experience. The more accessible your application, the more people who can use it.
13
+
Upwards of 20% of internet users have a need for accessible web applications. As such, it's important to make sure your application is designed such that any user can easily use it. Rather than thinking of accessibility as a set of tasks to complete, think of it as part of your overall user experience. The more accessible your application, the more people who can use it.
14
14
15
15
When it comes to rich interactive content like a map, some common accessibility considerations are:
16
16
- Support the screen reader for users who have difficulty seeing the web application.
17
17
- Have multiple methods for interacting with and navigating the web application such as mouse, touch, and keyboard.
18
-
- Ensure color contrast is such that colors don't blend together and become hard to distinguish from each other.
18
+
- Ensure color contrast is such that colors don't blend together and become hard to distinguish from each other.
19
19
20
20
The Azure Maps Web SDK comes prebuilt with many accessibility features such as:
21
21
- Screen reader descriptions when the map moves and when the user focuses on a control or popup.
22
22
- Mouse, touch, and keyboard support.
23
23
- Accessible color contrast support in the road map style.
24
24
- High contrast support.
25
25
26
-
Full accessibility conformance details for all Microsoft products can be found [here](https://cloudblogs.microsoft.com/industry-blog/government/2018/09/11/accessibility-conformance-reports/). Search for "Azure Maps web" to find the document specifically for the Azure Maps Web SDK.
26
+
For accessibility conformance details for all Microsoft products, see [Accessibility Conformance Reports](https://cloudblogs.microsoft.com/industry-blog/government/2018/09/11/accessibility-conformance-reports/). Search for "Azure Maps web" to find the document specifically for the Azure Maps Web SDK.
27
27
28
28
## Navigating the map
29
29
@@ -49,16 +49,16 @@ There are several different ways in which the map can be zoomed, panned, rotated
49
49
50
50
**Rotate the map**
51
51
52
-
- Using a mouse, press down with the right mouse button on the map and drag left or right.
52
+
- Using a mouse, press down with the right mouse button on the map and drag left or right.
53
53
- Using a touch screen, touch the map with two fingers and rotate.
54
54
- With the map focused, use the shift key and the left or right arrow keys.
55
55
- Using the rotation control with a mouse, touch or keyboard tab/enter keys.
56
56
57
57
**Pitch the map**
58
58
59
-
- Using the mouse, press down with the right mouse button on the map and drag up or down.
59
+
- Using the mouse, press down with the right mouse button on the map and drag up or down.
60
60
- Using a touch screen, touch the map with two fingers and drag them up or down together.
61
-
- With the map focused, use the shift key plus the up or down arrow keys.
61
+
- With the map focused, use the shift key plus the up or down arrow keys.
62
62
- Using the pitch control with a mouse, touch or keyboard tab/enter keys.
0 commit comments