Skip to content

Commit daee0d5

Browse files
committed
move arcgispro image links to use lightbox
1 parent 8142821 commit daee0d5

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

articles/planetary-computer/create-connection-arcgispro.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -28,78 +28,78 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
2828
## Register Web API Application for ArcGIS Pro
2929

3030
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+
[ ![Screenshot showing a user selecting Microsoft Entra ID from Azure portal.](media/microsoft-entra-id.png) ](media/microsoft-entra-id.png#lightbox)
3232

3333
1. Navigate to **App registrations** \> **New registration**.
3434

35-
:::image type="content" source="./media/new-app-registration.png" alt-text="Screenshot showing new app registration.":::
35+
[ ![Screenshot showing new app registration.](media/new-app-registration.png) ](media/new-app-registration.png#lightbox)
3636

3737
1. Register the Web API app. Suggested names:
3838
- ArcGISPro-GeoCatalog-WebAPI or
3939
- ArcGIS Pro
4040

4141
1. Set **Multitenant** as the account type.
42-
:::image type="content" source="./media/register-an-app-arcgis-pro.png" alt-text="Screenshot showing register an app ArcGIS Pro.":::
42+
[ ![Screenshot showing register an app ArcGIS Pro.](media/register-an-app-arcgis-pro.png) ](media/register-an-app-arcgis-pro.png#lightbox)
4343

4444
Here's the overview page of the new app registration ArcGIS Pro:
4545

46-
:::image type="content" source="./media/new-app-registration-arcgis-pro.png" alt-text="Screenshot showing new app registration ArcGIS Pro.":::
46+
[ ![Screenshot showing new app registration ArcGIS Pro.](media/new-app-registration-arcgis-pro.png) ](media/new-app-registration-arcgis-pro.png#lightbox)
4747

4848
1. After registration, complete the following configuration within the new app registration ArcGIS Pro:
4949

5050
- Go to the **Authentication** tab:
5151
- Add platform: **Web**
5252

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+
[ ![Screenshot showing the selection to add a web platform type of authentication.](media/add-web-platform.png) ](media/add-web-platform.png#lightbox)
5454

5555
1. Set **Redirect URI**: <https://localhost>
5656

57-
:::image type="content" source="./media/add-redirect-uri.png" alt-text="Screenshot showing how to add a redirect URI.":::
57+
[ ![Screenshot showing how to add a redirect URI.](media/add-redirect-uri.png) ](media/add-redirect-uri.png#lightbox)
5858

5959
1. Add platform: **Mobile and Desktop applications**
6060

61-
:::image type="content" source="./media/add-mobile-desktop-app.png" alt-text="Screenshot showing add mobile desktop app.":::
61+
[ ![Screenshot showing add mobile desktop app.](media/add-mobile-desktop-app.png) ](media/add-mobile-desktop-app.png#lightbox)
6262

6363
1. Set **Custom Redirect URI**: arcgis-pro://auth
6464

65-
:::image type="content" source="./media/configure-desktop-device.png" alt-text="Screenshot showing configure desktop device.":::
65+
[ ![Screenshot showing configure desktop device.](media/configure-desktop-device.png) ](media/configure-desktop-device.png#lightbox)
6666

6767
1. Enable **ID tokens** under **Implicit grant and hybrid flows**,
6868

6969
1. Select **Save**
7070

71-
:::image type="content" source="./media/enable-id-tokens.png" alt-text="Screenshot showing enable ID tokens ArcGIS App authentication.":::
71+
[ ![Screenshot showing enable ID tokens ArcGIS App authentication.](media/enable-id-tokens.png) ](media/enable-id-tokens.png#lightbox)
7272

7373
1. Go to **API Permissions**:
7474

7575
- Add and grant admin consent for:
7676
- Azure Storage \> user_impersonation
7777
- Microsoft Graph \> User.Read (This permission is enabled by default)
7878

79-
:::image type="content" source="./media/add-api-permissions.png" alt-text="Screenshot showing howto configure the addition of API permissions.":::
79+
[ ![Screenshot showing howto configure the addition of API permissions.](media/add-api-permissions.png) ](media/add-api-permissions.png#lightbox)
8080

8181
1. **Grant admin consent** after permissions are added.
8282

83-
:::image type="content" source="./media/grant-admin-consent.png" alt-text="Screenshot showing how to grant admins consent.":::
83+
[ ![Screenshot showing how to grant admins consent.](media/grant-admin-consent.png) ](media/grant-admin-consent.png#lightbox)
8484

8585
1. Go to **Expose an API**:
8686

8787
- Add **App ID URI**
8888

89-
:::image type="content" source="./media/add-app-id-uri.png" alt-text="Screenshot showing how to add the app id URI .":::
89+
[ ![Screenshot showing how to add the app id URI .](media/add-app-id-uri.png) ](media/add-app-id-uri.png#lightbox)
9090

9191
1. Define scopes:
9292

9393
- user_authentication (Display name: ArcGISPro-API-User-Auth)
9494
- user_impersonation (Display name: ArcGISPro-API-Impersonation)
9595

96-
:::image type="content" source="./media/add-user-authentication-scope.png" alt-text="Screenshot showing add user authentication scope.":::
96+
[ ![Screenshot showing add user authentication scope.](media/add-user-authentication-scope.png) ](media/add-user-authentication-scope.png#lightbox)
9797

98-
:::image type="content" source="./media/add-user-impersonation-scope.png" alt-text="Screenshot showing add user impersonation scope.":::
98+
[ ![Screenshot showing add user impersonation scope.](media/add-user-impersonation-scope.png) ](media/add-user-impersonation-scope.png#lightbox)
9999

100100
1. Select **Add a client application** and note the App ID.
101101

102-
:::image type="content" source="./media/add-a-client-app.png" alt-text="Screenshot showing how to add a client app.":::
102+
[ ![Screenshot showing how to add a client app.](media/add-a-client-app.png) ](media/add-a-client-app.png#lightbox)
103103

104104
## Register Desktop Client Application for ArcGIS Pro
105105

@@ -114,11 +114,11 @@ access to the web API exposed by the first application.
114114

115115
- Set account type: **Single tenant**
116116

117-
:::image type="content" source="./media/register-second-app-arcgis-prodesktopclient.png" alt-text="Screenshot showing register second app arcgisprodesktopclient.":::
117+
[ ![Screenshot showing register second app arcgisprodesktopclient.](media/register-second-app-arcgis-prodesktopclient.png) ](media/register-second-app-arcgis-prodesktopclient.png#lightbox)
118118

119119
Here's the overview page of the new app registration GeoCatalog-ArcGIS:
120120

121-
:::image type="content" source="./media/new-app-registration-geocatalog-arcgis.png" alt-text="Screenshot showing new app registration GeoCatalog ArcGIS.":::
121+
[ ![Screenshot showing new app registration GeoCatalog ArcGIS.](media/new-app-registration-geocatalog-arcgis.png) ](media/new-app-registration-geocatalog-arcgis.png#lightbox)
122122

123123
1. Configure the Desktop Client App
124124

@@ -144,13 +144,13 @@ access to the web API exposed by the first application.
144144

145145
- Select the app name to open the **Request API Permissions** screen.
146146

147-
:::image type="content" source="./media/request-api-permissions.png" alt-text="Screenshot showing request API permissions.":::
147+
[ ![Screenshot showing request API permissions.](media/request-api-permissions.png) ](media/request-api-permissions.png#lightbox)
148148

149149
- Select both user_authentication and user_impersonation; the delegated permissions defined in the first app
150150

151151
- Select **Add permissions**
152152

153-
:::image type="content" source="./media/add-api-permissions-arcgis-pro.png" alt-text="Screenshot showing add API permissions ArcGIS Pro.":::
153+
[ ![Screenshot showing add API permissions ArcGIS Pro.](media/add-api-permissions-arcgis-pro.png) ](media/add-api-permissions-arcgis-pro.png#lightbox)
154154

155155
- Continue to add the following delegated permissions:
156156

@@ -160,9 +160,9 @@ access to the web API exposed by the first application.
160160
- Select **Add permissions**
161161
- **Grant admin consent**
162162

163-
:::image type="content" source="./media/app-selection-on-request-api-permissions-screen.png" alt-text="Screenshot showing app selection on request API permissions screen.":::
163+
[ ![Screenshot showing app selection on request API permissions screen.](media/app-selection-on-request-api-permissions-screen.png) ](media/app-selection-on-request-api-permissions-screen.png#lightbox)
164164

165-
:::image type="content" source="./media/grant-admin-consents--4-.png" alt-text="Screenshot showing grant admin consents (4).":::
165+
[ ![Screenshot showing grant admin consents (4).](media/grant-admin-consents--4-.png) ](media/grant-admin-consents--4-.png#lightbox)
166166

167167
## Configure ArcGIS Pro (Desktop) for Microsoft Planetary Computer Pro GeoCatalog Access
168168

@@ -196,13 +196,13 @@ This section outlines how to configure authentication and data access in the **A
196196

197197
- <https://geocatalog.spatio.azure.com/.default>
198198

199-
:::image type="content" source="./media/add-connection.png" alt-text="Screenshot showing how to add a connection.":::
199+
[ ![Screenshot showing how to add a connection.](media/add-connection.png) ](media/add-connection.png#lightbox)
200200

201201
- Select **OK**
202202

203203
- Sign in through the Authentication dialog and complete the prompts.
204204

205-
:::image type="content" source="./media/sign-in.png" alt-text="Screenshot showing how to sign in with the Authentication dialog.":::
205+
[ ![Screenshot showing how to sign in with the Authentication dialog.](media/sign-in.png) ](media/sign-in.png#lightbox)
206206

207207
> [!TIP]
208208
> 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
214214
arcgisprogeocatalog), and locate it in the appropriate resource
215215
group.
216216

217-
:::image type="content" source="./media/find-hidden-type-geocatalog.png" alt-text="Screenshot showing find hiddentype GeoCatalog.":::
217+
[ ![Screenshot showing find hiddentype GeoCatalog.](media/find-hidden-type-geocatalog.png) ](media/find-hidden-type-geocatalog.png#lightbox)
218218

219219
1. Select on the GeoCatalog (for example, arcgisprogeocatalog)
220220

221221
1. Record the **GeoCatalog URI** (e.g.,
222222
https://arcgisprogeocatalog.\<unique-identity\>.\<cloud-region\>.geocatalog.spatio.azure.com)
223223

224-
:::image type="content" source="./media/get-geocatalog-uri.png" alt-text="Screenshot showing how to retrieve the GeoCatalog URI.":::
224+
[ ![Screenshot showing how to retrieve the GeoCatalog URI.](media/get-geocatalog-uri.png) ](media/get-geocatalog-uri.png#lightbox)
225225

226226
1. Open the link to your GeoCatalog URI in the browser and select on the
227227
**Collections** button
228228

229-
:::image type="content" source="./media/media-processing-center-pro-collections.png" alt-text="Screenshot showing Microsoft Planetary Computer Pro web interface.":::
229+
[ ![Screenshot showing Microsoft Planetary Computer Pro web interface.](media/media-processing-center-pro-collections.png) ](media/media-processing-center-pro-collections.png#lightbox)
230230

231231
1. Record the **Collection Name** (for example, sentinel-2-l2a-turorial-1000)
232232

@@ -243,11 +243,11 @@ This section outlines how to configure authentication and data access in the **A
243243

244244
1. Select on the collection name
245245

246-
:::image type="content" source="./media/click-on-collectionname.png" alt-text="Screenshot showing click on collectionname.":::
246+
[ ![Screenshot showing click on collectionname.](media/click-on-collectionname.png) ](media/click-on-collectionname.png#lightbox)
247247

248248
1. Select on **Edit collection** button
249249

250-
:::image type="content" source="./media/edit-collection.png" alt-text="Screenshot showing how to edit a GeoCatalog collection.":::
250+
[ ![Screenshot showing how to edit a GeoCatalog collection.](media/edit-collection.png) ](media/edit-collection.png#lightbox)
251251

252252
1. In the resulting JSON display, locate the key
253253
"**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
262262
- **Account Name**: for example \<unique-storage\>
263263
- **Container Name**: for example sentinel-2-l2a-tutorial-1000-\<unique-id\>
264264

265-
:::image type="content" source="./media/collection-json-display.png" alt-text="Screenshot showing collection json display.":::
265+
[ ![Screenshot showing collection json display.](media/collection-json-display.png) ](media/collection-json-display.png#lightbox)
266266

267267
## Set up a connection to Azure Blob
268268

@@ -288,7 +288,7 @@ This section outlines how to configure authentication and data access in the **A
288288
1. Add the provider option **ARC_TOKEN_OPTION_NAME** and set the value
289289
to AZURE_STORAGE_SAS_TOKEN
290290

291-
:::image type="content" source="./media/create-cloud-storage-connection-file-sample.png" alt-text="Screenshot showing create cloud storage connection file sample.":::
291+
[ ![Screenshot showing create cloud storage connection file sample.](media/create-cloud-storage-connection-file-sample.png) ](media/create-cloud-storage-connection-file-sample.png#lightbox)
292292

293293
## Create a STAC Connection to Microsoft Planetary Computer Pro
294294

@@ -298,7 +298,7 @@ This section outlines how to configure authentication and data access in the **A
298298
> 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)
299299

300300

301-
:::image type="content" source="./media/create-new-stac-connection.png" alt-text="Screenshot showing create new stac connection.":::
301+
[ ![Screenshot showing create new stac connection.](media/create-new-stac-connection.png) ](media/create-new-stac-connection.png#lightbox)
302302

303303
- Provide a name for the STAC Connection: For example, GeoCatalog_Connection
304304

@@ -312,20 +312,20 @@ This section outlines how to configure authentication and data access in the **A
312312

313313
- Select the OK button
314314

315-
:::image type="content" source="./media/create-stac-connection.png" alt-text="Screenshot showing how to create a STAC connection.":::
315+
[ ![Screenshot showing how to create a STAC connection.](media/create-stac-connection.png) ](media/create-stac-connection.png#lightbox)
316316

317317
1. Explore the STAC connection
318318

319319
> [!TIP]
320320
> Learn more about the ArcGIS [Explore STAC Pane](https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/explore-stac.htm)
321321

322-
:::image type="content" source="./media/explore-stac.png" alt-text="Screenshot showing the Explore STAC dialog box.":::
322+
[ ![Screenshot showing the Explore STAC dialog box.](media/explore-stac.png) ](media/explore-stac.png#lightbox)
323323

324324
- Search, fetch extensive STAC metadata, and view the browse images
325325

326326
- Add selected images to Map or Scene
327327

328-
:::image type="content" source="./media/explore-stac-data.png" alt-text="Screenshot showing explore the STAC data window.":::
328+
[ ![Screenshot showing explore the STAC data window.](media/explore-stac-data.png) ](media/explore-stac-data.png#lightbox)
329329

330330

331331
## Related Content

0 commit comments

Comments
 (0)