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/planetary-computer/create-connection-arcgispro.md
+34-34Lines changed: 34 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,78 +28,78 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
28
28
## Register Web API Application for ArcGIS Pro
29
29
30
30
1. Open the Azure Portal and go to **Microsoft Entra ID**.
31
-
:::image type="content" source="./media/microsoft-entra-id.png" alt-text="Screenshot showing a user selecting Microsoft Entra ID from Azure portal.":::
31
+
[](media/microsoft-entra-id.png#lightbox)
32
32
33
33
1. Navigate to **App registrations**\>**New registration**.
[](media/new-app-registration-arcgis-pro.png#lightbox)
47
47
48
48
1. After registration, complete the following configuration within the new app registration ArcGIS Pro:
49
49
50
50
- Go to the **Authentication** tab:
51
51
- Add platform: **Web**
52
52
53
-
:::image type="content" source="./media/add-web-platform.png" alt-text="Screenshot showing the selection to add a web platform type of authentication.":::
53
+
[](media/add-web-platform.png#lightbox)
54
54
55
55
1. Set **Redirect URI**: <https://localhost>
56
56
57
-
:::image type="content" source="./media/add-redirect-uri.png" alt-text="Screenshot showing how to add a redirect URI.":::
57
+
[](media/add-redirect-uri.png#lightbox)
58
58
59
59
1. Add platform: **Mobile and Desktop applications**
[](media/new-app-registration-geocatalog-arcgis.png#lightbox)
122
122
123
123
1. Configure the Desktop Client App
124
124
@@ -144,13 +144,13 @@ access to the web API exposed by the first application.
144
144
145
145
- Select the app name to open the **Request API Permissions** screen.
146
146
147
-
:::image type="content" source="./media/request-api-permissions.png" alt-text="Screenshot showing request API permissions.":::
147
+
[](media/request-api-permissions.png#lightbox)
148
148
149
149
- Select both user_authentication and user_impersonation; the delegated permissions defined in the first app
150
150
151
151
- Select **Add permissions**
152
152
153
-
:::image type="content" source="./media/add-api-permissions-arcgis-pro.png" alt-text="Screenshot showing add API permissions ArcGIS Pro.":::
153
+
[](media/add-api-permissions-arcgis-pro.png#lightbox)
154
154
155
155
- Continue to add the following delegated permissions:
156
156
@@ -160,9 +160,9 @@ access to the web API exposed by the first application.
160
160
- Select **Add permissions**
161
161
-**Grant admin consent**
162
162
163
-
:::image type="content" source="./media/app-selection-on-request-api-permissions-screen.png" alt-text="Screenshot showing appselection on request API permissionsscreen.":::
163
+
[](media/app-selection-on-request-api-permissions-screen.png#lightbox)
[](media/grant-admin-consents--4-.png#lightbox)
166
166
167
167
## Configure ArcGIS Pro (Desktop) for Microsoft Planetary Computer Pro GeoCatalog Access
168
168
@@ -196,13 +196,13 @@ This section outlines how to configure authentication and data access in the **A
196
196
197
197
-<https://geocatalog.spatio.azure.com/.default>
198
198
199
-
:::image type="content" source="./media/add-connection.png" alt-text="Screenshot showing how to add a connection.":::
199
+
[](media/add-connection.png#lightbox)
200
200
201
201
- Select **OK**
202
202
203
203
- Sign in through the Authentication dialog and complete the prompts.
204
204
205
-
:::image type="content" source="./media/sign-in.png" alt-text="Screenshot showing how to sign in with the Authentication dialog.":::
205
+
[](media/sign-in.png#lightbox)
206
206
207
207
> [!TIP]
208
208
> For more information, see the official ArcGIS Pro documentation [Connect to authentication providers from ArcGIS Pro](https://pro.arcgis.com/en/pro-app/latest/get-started/connect-to-authentication-providers-from-arcgis-pro.htm)
@@ -214,19 +214,19 @@ This section outlines how to configure authentication and data access in the **A
214
214
arcgisprogeocatalog), and locate it in the appropriate resource
:::image type="content" source="./media/get-geocatalog-uri.png" alt-text="Screenshot showing how to retrieve the GeoCatalog URI.":::
224
+
[](media/get-geocatalog-uri.png#lightbox)
225
225
226
226
1. Open the link to your GeoCatalog URI in the browser and select on the
227
227
**Collections** button
228
228
229
-
:::image type="content" source="./media/media-processing-center-pro-collections.png" alt-text="Screenshot showing Microsoft Planetary Computer Pro web interface.":::
229
+
[](media/media-processing-center-pro-collections.png#lightbox)
230
230
231
231
1. Record the **Collection Name** (for example, sentinel-2-l2a-turorial-1000)
232
232
@@ -243,11 +243,11 @@ This section outlines how to configure authentication and data access in the **A
243
243
244
244
1. Select on the collection name
245
245
246
-
:::image type="content" source="./media/click-on-collectionname.png" alt-text="Screenshot showing click on collectionname.":::
246
+
[  ](media/click-on-collectionname.png#lightbox)
247
247
248
248
1. Select on **Edit collection** button
249
249
250
-
:::image type="content" source="./media/edit-collection.png" alt-text="Screenshot showing how to edit a GeoCatalog collection.":::
250
+
[  ](media/edit-collection.png#lightbox)
251
251
252
252
1. In the resulting JSON display, locate the key
253
253
"**title:assets:thumbnail:href**" and copy the corresponding value.
@@ -262,7 +262,7 @@ This section outlines how to configure authentication and data access in the **A
262
262
- **Account Name**: for example \<unique-storage\>
263
263
- **Container Name**: for example sentinel-2-l2a-tutorial-1000-\<unique-id\>
## Create a STAC Connection to Microsoft Planetary Computer Pro
294
294
@@ -298,7 +298,7 @@ This section outlines how to configure authentication and data access in the **A
298
298
> Refer to ArcGIS Pro documentation to [Create a STAC connection](https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/create-a-stac-connection.htm)
0 commit comments