Skip to content

Commit 41aa0fb

Browse files
authored
Small changes
1 parent a042d05 commit 41aa0fb

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

articles/planetary-computer/create-connection-arc-gis-pro.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Learn how to securely browse and access data hosted in Microsoft Planetary Compu
3030
- Azure subscription with permissions to manage app registrations
3131
- ArcGIS Pro installed on your machine
3232

33-
> [!TIP]
34-
> Before you begin, review background information in [Register an application in Microsoft Entra ID](/entra/identity-platform/quickstart-register-app).
33+
> [!TIP]
34+
> Before you begin, review background information in [Register an application in Microsoft Entra ID](/entra/identity-platform/quickstart-register-app).
3535
3636
## Register a web API application for ArcGIS Pro
3737

@@ -94,10 +94,11 @@ Learn how to securely browse and access data hosted in Microsoft Planetary Compu
9494
1. Select **Add a scope** and add the following information:
9595

9696
- **user_authentication** (display name: **ArcGISPro-API-User-Auth**)
97-
- **user_impersonation** (display name: **ArcGISPro-API-Impersonation**)
9897

9998
:::image type="content" source="media/add-user-authentication-scope.png" alt-text="Screenshot that shows how to add a user authentication scope." lightbox="media/add-user-authentication-scope.png":::
10099

100+
- **user_impersonation** (display name: **ArcGISPro-API-Impersonation**)
101+
101102
:::image type="content" source="media/add-user-impersonation-scope.png" alt-text="Screenshot that shows how to add a user impersonation scope." lightbox="media/add-user-impersonation-scope.png":::
102103

103104
1. Select **Add a client application**. Choose and take note of the client ID. You need the client ID to set up [an authentication connection](#add-an-authentication-connection) in ArcGIS Pro.
@@ -154,7 +155,7 @@ Learn how to securely browse and access data hosted in Microsoft Planetary Compu
154155
- **Azure Storage** > **user_impersonation**
155156
- **Microsoft Graph** > **User.Read** (default)
156157

157-
:::image type="content" source="media/add-api-permissions.png" alt-text="Screenshot that shows how to configure API permissions." lightbox="media/add-api-permissions.png":::
158+
:::image type="content" source="media/add-api-permissions.png" alt-text="Screenshot that shows how to configure API permissions." lightbox="media/add-api-permissions.png":::
158159

159160
1. After you add permissions, select **Grant admin consent for Default Directory**.
160161

@@ -220,9 +221,9 @@ After you register your first application, register a second (with a distinct na
220221
- **Add permissions**
221222
- **Grant admin consent**
222223

223-
:::image type="content" source="media/app-selection-on-request-api-permissions-screen.png" alt-text="Screenshot that shows app selection on the request API permissions screen." lightbox="media/app-selection-on-request-api-permissions-screen.png":::
224+
:::image type="content" source="media/app-selection-on-request-api-permissions-screen.png" alt-text="Screenshot that shows app selection on the request API permissions screen." lightbox="media/app-selection-on-request-api-permissions-screen.png":::
224225

225-
:::image type="content" source="media/grant-admin-consents-4.png" alt-text="Screenshot that shows grant admin consent." lightbox="media/grant-admin-consents-4.png":::
226+
:::image type="content" source="media/grant-admin-consents-4.png" alt-text="Screenshot that shows grant admin consent." lightbox="media/grant-admin-consents-4.png":::
226227

227228
### [US Gov](#tab/usgov)
228229

@@ -295,15 +296,15 @@ This section outlines how to configure authentication and data access in the Arc
295296

296297
1. Enter values in the **Entra Domain** and **Client ID** fields.
297298

298-
- You can [find your Microsoft Entra ID domain](/partner-center/account-settings/find-ids-and-domain-names) (also known as your primary domain) from Microsoft Entra ID in the Azure portal
299+
- You can [find your Microsoft Entra ID domain](/partner-center/account-settings/find-ids-and-domain-names) (also known as your primary domain) from Microsoft Entra ID in the Azure portal.
299300
- For **Client ID**, enter the client ID you set in the **Add a client application** step.
300301

301302
1. Add the following values in the **Scopes** fields:
302303

303304
- `https://storage.azure.com/.default`
304305
- `https://geocatalog.spatio.azure.com/.default`
305306

306-
:::image type="content" source="media/add-connection.png" alt-text="Screenshot that shows how to add a connection." lightbox="media/add-connection.png":::
307+
:::image type="content" source="media/add-connection.png" alt-text="Screenshot that shows how to add a connection." lightbox="media/add-connection.png":::
307308

308309
1. Select **OK**.
309310

@@ -335,15 +336,15 @@ This section outlines how to configure authentication and data access in the Arc
335336

336337
1. Enter values in the **Entra Domain** and **Client ID** fields.
337338

338-
- You can [find your Microsoft Entra ID domain](/partner-center/account-settings/find-ids-and-domain-names) (also known as your primary domain) from Microsoft Entra ID in the Azure portal
339+
- You can [find your Microsoft Entra ID domain](/partner-center/account-settings/find-ids-and-domain-names) (also known as your primary domain) from Microsoft Entra ID in the Azure portal.
339340
- For **Client ID**, enter the client ID that you set in the **Add a client application** step.
340341

341342
1. Add the following values in the **Scopes** fields:
342343

343344
- `https://storage.usgovcloudapi.net/.default`
344345
- `https://geocatalog.spatio.azure.us/.default`
345346

346-
:::image type="content" source="media/add-authentication-us-gov.png" alt-text="Screenshot that shows how to add a connection." lightbox="media/add-authentication-us-gov.png":::
347+
:::image type="content" source="media/add-authentication-us-gov.png" alt-text="Screenshot that shows how to add a connection." lightbox="media/add-authentication-us-gov.png":::
347348

348349
1. Select **OK**.
349350

@@ -376,7 +377,7 @@ This section outlines how to configure authentication and data access in the Arc
376377

377378
1. Record the value in **Collection Name**. For example, `sentinel-2-l2a-tutorial-1000`.
378379

379-
1. Construct the token API endpoint by using this pattern: ```<GeoCatalog URI>/sas/token/<Collection Name>?api-version=2025-04-30-preview```. For example: ```https://arcgisprogeocatalog.<unique-identity>.<cloud-region>.geocatalog.spatio.azure.com/sas/token/sentinel-2-l2a-tutorial-1000?api-version=2025-04-30-preview```
380+
1. Construct the token API endpoint by using this pattern: ```<GeoCatalog URI>/sas/token/<Collection Name>?api-version=2025-04-30-preview```. For example: ```https://arcgisprogeocatalog.<unique-identity>.<cloud-region>.geocatalog.spatio.azure.com/sas/token/sentinel-2-l2a-tutorial-1000?api-version=2025-04-30-preview```.
380381

381382
### Find and record the storage location
382383

@@ -389,7 +390,7 @@ There are two easy ways to discover the storage account and blob container for a
389390

390391
#### Discover the storage account by using a collection thumbnail
391392

392-
1. From a specific **Collections** page, select the value for the **Collection Name**.
393+
1. From a specific **Collections** page, select the value for **Collection Name**.
393394

394395
:::image type="content" source="media/click-on-collection-name.png" alt-text="Screenshot that shows how to select the collection name." lightbox="media/click-on-collection-name.png":::
395396

@@ -408,7 +409,7 @@ There are two easy ways to discover the storage account and blob container for a
408409
- **(Storage) Account Name**: ```<unique-storage>```
409410
- **Container Name**: ```sentinel-2-l2a-tutorial-1000-<unique-id>```
410411

411-
:::image type="content" source="media/collection-json-display.png" alt-text="Screenshot that shows a collection json display." lightbox="media/collection-json-display.png":::
412+
:::image type="content" source="media/collection-json-display.png" alt-text="Screenshot that shows a collection json display." lightbox="media/collection-json-display.png":::
412413

413414
#### Discover the storage account by using a STAC Item
414415

@@ -420,11 +421,11 @@ There are two easy ways to discover the storage account and blob container for a
420421

421422
:::image type="content" source="media/select-stac-item-checkbox.png" alt-text="Screenshot that shows how to select a STAC Item box." lightbox="media/select-stac-item-checkbox.png":::
422423

423-
1. Scroll to the bottom of the **STAC Item** right panel and select this link to retrieve the STAC Item JSON.
424+
1. Scroll to the bottom of the **STAC Item** right panel and select the link to retrieve the STAC Item JSON.
424425

425426
:::image type="content" source="media/select-stac-item-json-link.png" alt-text="Screenshot that shows how to select the STAC Item JSON link." lightbox="media/select-stac-item-json-link.png":::
426427

427-
1. Find the object called `assets` within the STAC Item JSON specification called. Select one of the asset types within this object and find the `href` key.
428+
1. Find the object called `assets` within the STAC Item JSON specification. Select one of the asset types within this object and find the `href` key.
428429

429430
```json
430431
"assets": {

0 commit comments

Comments
 (0)