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
| client_id |Required |The application ID assigned to your app in the [Azure portal](https://portal.azure.com).|
125
125
| client_secret | Yes, in Web Apps | The application secret that was generated in the [Azure portal](https://portal.azure.com/). Client secrets are used in this flow for Web App scenarios, where the client can securely store a client secret. For Native App (public client) scenarios, client secrets cannot be securely stored, and therefore are not used in this call. If you use a client secret, please change it on a periodic basis. |
126
126
| grant_type |Required |The type of grant. For the authorization code flow, the grant type must be `authorization_code`. |
127
-
| scope |Required|A space-separated list of scopes. A single scope value indicates to Azure AD both of the permissions that are being requested. Using the client ID as the scope indicates that your app needs an access token that can be used against your own service or web API, represented by the same client ID. The `offline_access` scope indicates that your app needs a refresh token for long-lived access to resources. You also can use the `openid` scope to request an ID token from Azure AD B2C. |
127
+
| scope |Recommended|A space-separated list of scopes. A single scope value indicates to Azure AD both of the permissions that are being requested. Using the client ID as the scope indicates that your app needs an access token that can be used against your own service or web API, represented by the same client ID. The `offline_access` scope indicates that your app needs a refresh token for long-lived access to resources. You also can use the `openid` scope to request an ID token from Azure AD B2C. |
128
128
| code |Required |The authorization code that you acquired in from the `/authorize` endpoint. |
129
129
| redirect_uri |Required |The redirect URI of the application where you received the authorization code. |
130
130
| code_verifier | recommended | The same `code_verifier` used to obtain the authorization code. Required if PKCE was used in the authorization code grant request. For more information, see the [PKCE RFC](https://tools.ietf.org/html/rfc7636). |
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/faq.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,12 @@ sections:
445
445
446
446
- Switching subscriptions or resources can be done under Settings -> Resource tab.
447
447
448
+
- question: |
449
+
Why am I receiving an AuthorizationFailure error on Auto Label or OCR Upgrade when my Storage Account is configured with a firewall?
450
+
answer: |
451
+
452
+
Please add our website IP address, 20.3.165.95, to the allowlist of firewall. This is Document Intelligence Studio's dedicated IP address and can be safely allowed.
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-show-real-time-traffic.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
@@ -1,18 +1,18 @@
1
1
---
2
2
title: Show real-time traffic on an Azure Maps Power BI visual
3
3
titleSuffix: Microsoft Azure Maps
4
-
description: In this article, you will learn how to show real-time traffic on an Azure Maps Power BI visual.
4
+
description: This article demonstrates how to show real-time traffic on an Azure Maps Power BI visual.
5
5
author: deniseatmicrosoft
6
6
ms.author: limingchen
7
-
ms.date: 11/29/2021
7
+
ms.date: 07/18/2023
8
8
ms.topic: how-to
9
9
ms.service: azure-maps
10
10
services: azure-maps
11
11
---
12
12
13
13
# Show real-time traffic
14
14
15
-
The traffic layer feature overlays real-time traffic data on top of the map. To enable this feature, move the **Traffic layer** slider in the **Format** pane to the **On** position. This will overlay traffic flow data as color coded roads.
15
+
The traffic layer feature overlays real-time traffic data on top of the map. To enable this feature, move the **Traffic layer** slider in the **Format** pane to the **On** position. This overlays traffic flow data as color coded roads.
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-understanding-layers.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
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Layers in an Azure Maps Power BI visual
3
-
titleSuffix: Microsoft Azure Maps
4
-
description: In this article, you will learn about the different layers available in an Azure Maps Power BI visual.
3
+
titleSuffix: Microsoft Azure Maps Power BI visual
4
+
description: This article describes the different layers available in an Azure Maps Power BI visual.
5
5
author: deniseatmicrosoft
6
6
ms.author: limingchen
7
-
ms.date: 11/29/2021
7
+
ms.date: 07/19/2023
8
8
ms.topic: how-to
9
9
ms.service: azure-maps
10
10
services: azure-maps
@@ -74,21 +74,21 @@ The second type of layer connects addition external sources of data to map to pr
74
74
:::column-end:::
75
75
:::row-end:::
76
76
77
-
All the data rendering layers, as well as the **Tile layer**, have options for min and max zoom levels that are used to specify a zoom level range these layers should be displayed at. This allows one type of rendering layer to be used at one zoom level and a transition to another rendering layer at another zoom level.
77
+
All the data rendering layers and the **Tile layer**, have options for min and max zoom levels that are used to specify a zoom level range these layers should be displayed at. These options allow one type of rendering layer to be used at one zoom level and a transition to another rendering layer at another zoom level.
78
78
79
-
These layers also have an option to be positioned relative to other layers in the map. When multiple data rendering layers are used, the order in which they are added to the map determines their relative layering order when they have the same **Layer position** value.
79
+
These layers can also be positioned relative to other layers in the map. When multiple data rendering layers are used, the order in which they're added to the map determines their relative layering order when they have the same **Layer position** value.
80
80
81
81
## General layer settings
82
82
83
83
The general layer section of the **Format** pane are common settings that apply to the layers that are connected to the Power BI dataset in the **Fields** pane (Bubble layer, 3D column layer).
84
84
85
-
| Setting | Description |
86
-
|-------------|---------------|
87
-
| Unselected transparency | The transparency of shapes that are not selected, when one or more shapes are selected. |
88
-
| Show zeros | Specifies if points that have a size value of zero should be shown on the map using the minimum radius. |
89
-
| Show negatives | Specifies if absolute value of negative size values should be plotted. |
90
-
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
91
-
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
Copy file name to clipboardExpand all lines: articles/azure-maps/quick-android-map.md
+33-19Lines changed: 33 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ This article shows you how to add the Azure Maps to an Android app. It walks you
24
24
25
25
## Prerequisites
26
26
27
-
1. A subscription to [Microsoft Azure](https://azure.microsoft.com). If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
27
+
1. A subscription to [Microsoft Azure]. If you don't have an Azure subscription, [create a free account] before you begin.
28
28
29
-
1.[Android Studio](https://developer.android.com/studio/). If you don't have Android Studio, you can get it for free from Google.
29
+
1.[Android Studio]. If you don't have Android Studio, you can get it for free from Google.
30
30
31
31
> [!NOTE]
32
32
> Many of the instructions in this quickstart were created using Android Studio Arctic Fox (2020.3.1). If you use a different version of Android Studio, the steps specific to Android Studio may vary.
@@ -35,7 +35,7 @@ This article shows you how to add the Azure Maps to an Android app. It walks you
35
35
36
36
Create a new Azure Maps account using the following steps:
37
37
38
-
1. In the upper left-hand corner of the [Azure portal](https://portal.azure.com), select **Create a resource**.
38
+
1. In the upper left-hand corner of the [Azure portal], select **Create a resource**.
39
39
2. In the *Search the Marketplace* box, type **Azure Maps**, then select **Azure Maps** from the search results.
40
40
3. Select the **Create** button.
41
41
4. On the **Create Maps Account** page, enter the following values:
@@ -58,7 +58,7 @@ Once your Azure Maps account is successfully created, retrieve the subscription
58
58
3. Copy the **Primary Key** and save it locally to use later in this tutorial.
59
59
60
60
>[!NOTE]
61
-
> For security purposes, it is recommended that you rotate between your primary and secondary keys. To rotate keys, update your app to use the secondary key, deploy, then press the cycle/refresh button beside the primary key to generate a new primary key. The old primary key will be disabled. For more information on key rotation, see [Set up Azure Key Vault with key rotation and auditing](../key-vault/secrets/tutorial-rotation-dual.md)
61
+
> For security purposes, it is recommended that you rotate between your primary and secondary keys. To rotate keys, update your app to use the secondary key, deploy, then press the cycle/refresh button beside the primary key to generate a new primary key. The old primary key will be disabled. For more information on key rotation, see [Set up Azure Key Vault with key rotation and auditing].
62
62
63
63
:::image type="content" source="./media/quick-android-map/get-key.png" alt-text="A screenshot showing the Azure Maps Primary key in the Azure portal.":::
64
64
@@ -76,15 +76,15 @@ Complete the following steps to create a new project with an empty activity in A
76
76
77
77
:::image type="content" source="./media/quick-android-map/3-empty-activity.png" alt-text="A screenshot that shows the Create an Empty Activity screen in Android Studio.":::
78
78
79
-
1. In the **Empty Activity** screen you'll need to enter values for the following fields:
79
+
1. In the **Empty Activity** screen, enter values for the following fields:
80
80
***Name**. Enter **AzureMapsApp**.
81
81
***Package name**. Use the default **com.example.azuremapsapp**.
82
82
***Save location**. Use the default or select a new location to save your project files. Avoid using spaces in the path or filename due to potential problems with the NDK tools.
83
83
***Language**. Select Kotlin or Java.
84
84
***Minimum SDK**. Select `API 21: Android 5.0.0 (Lollipop)` as the minimum SDK. It's the earliest version supported by the Azure Maps Android SDK.
85
85
1. Select **Finish** to create your new project.
86
86
87
-
See the [Android Studio documentation](https://developer.android.com/studio/intro/) for more help with installing Android Studio and creating a new project.
87
+
See the [Android Studio documentation] for more help with installing Android Studio and creating a new project.
88
88
89
89
## Set up a virtual device
90
90
@@ -96,7 +96,7 @@ To set up an Android Virtual Device (AVD):
1. In the **Phones** category, select **Nexus 5X**, and then select **Next**.
98
98
99
-
You can learn more about setting up an AVDin the [Android Studio documentation](https://developer.android.com/studio/run/managing-avds).
99
+
For more information about setting up an AVD, see [Create and manage virtual devices]in the Android Studio documentation.
100
100
101
101
:::image type="content" source="./media/quick-android-map/4-avd-select-hardware.png" alt-text="A screenshot that shows the Select Hardware screen in Android Virtual Device Manager when creating a new Virtual Device.":::
102
102
@@ -121,14 +121,13 @@ The next step in building your application is to install the Azure Maps Android
121
121
:::image type="content" source="./media/quick-android-map/project-settings-file.png" alt-text="A screenshot of the project settings file in Android Studio.":::
122
122
123
123
3. Open the project's **gradle.properties** file, verify that `android.useAndroidX` and `android.enableJetifier` are both set to `true`.
124
-
124
+
125
125
If the **gradle.properties** file doesn't include `android.useAndroidX` and `android.enableJetifier`, add the next two lines to the end of the file:
126
-
126
+
127
127
```gradle
128
128
android.useAndroidX=true
129
129
android.enableJetifier=true
130
130
```
131
-
132
131
133
132
4. Open the application **build.gradle** file and do the following:
134
133
@@ -169,7 +168,7 @@ The next step in building your application is to install the Azure Maps Android
169
168
170
169
::: zone pivot="programming-language-java-android"
171
170
172
-
6. In the **MainActivity.java** file you'll need to:
171
+
6. In the **MainActivity.java** file:
173
172
174
173
* Add imports for the Azure Maps SDK.
175
174
* Set your Azure Maps authentication information.
@@ -277,7 +276,7 @@ The next step in building your application is to install the Azure Maps Android
277
276
278
277
::: zone pivot="programming-language-kotlin"
279
278
280
-
7. In the **MainActivity.kt** file you'll need to:
279
+
7. In the **MainActivity.kt** file:
281
280
282
281
* add imports for the Azure Maps SDK
283
282
* set your Azure Maps authentication information
@@ -397,7 +396,7 @@ Android Studio takes a few seconds to build the application. After the build is
397
396
## Clean up resources
398
397
399
398
>[!WARNING]
400
-
> The tutorials listed in the [Next Steps](#next-steps) section detail how to use and configure Azure Maps with your account. Don't clean up the resources created in this quickstart if you plan to continue to the tutorials.
399
+
> The tutorials listed in the [Next Steps] section detail how to use and configure Azure Maps with your account. Don't clean up the resources created in this quickstart if you plan to continue to the tutorials.
401
400
402
401
If you don't plan to continue to the tutorials, take these steps to clean up the resources:
403
402
@@ -412,15 +411,30 @@ If you don't plan on continuing to develop with the Azure Maps Android SDK:
412
411
413
412
For more code examples, see these guides:
414
413
415
-
* [Manage authentication in Azure Maps](how-to-manage-authentication.md)
416
-
* [Change map styles in Android maps](set-android-map-styles.md)
417
-
* [Add a symbol layer](how-to-add-symbol-to-android-map.md)
418
-
* [Add a line layer](android-map-add-line-layer.md)
419
-
* [Add a polygon layer](how-to-add-shapes-to-android-map.md)
414
+
* [Manage authentication in Azure Maps]
415
+
* [Change map styles in Android maps]
416
+
* [Add a symbol layer]
417
+
* [Add a line layer]
418
+
* [Add a polygon layer]
420
419
421
420
## Next steps
422
421
423
422
In this quickstart, you created your Azure Maps account and created a demo application. Take a look at the following tutorial to learn more about Azure Maps:
424
423
425
424
> [!div class="nextstepaction"]
426
-
> [Load GeoJSON data into Azure Maps](tutorial-load-geojson-file-android.md)
425
+
> [Tutorial: Load GeoJSON data into Azure Maps Android SDK]
426
+
427
+
[Add a line layer]: android-map-add-line-layer.md
428
+
[Add a polygon layer]: how-to-add-shapes-to-android-map.md
429
+
[Add a symbol layer]: how-to-add-symbol-to-android-map.md
430
+
[Android Studio documentation]: https://developer.android.com/studio/intro
0 commit comments