Skip to content

Commit 811bc18

Browse files
committed
edit pass
1 parent e6261a8 commit 811bc18

File tree

3 files changed

+28
-31
lines changed

3 files changed

+28
-31
lines changed

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

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
2525
> [!TIP]
2626
> Before you begin, review [Register an application in Microsoft Entra ID](/entra/identity-platform/quickstart-register-app) for background information on app registration.
2727
28-
## Register Web API Application for ArcGIS Pro
28+
## Register web API application for ArcGIS Pro
2929

3030
1. Open the Azure Portal and go to **Microsoft Entra ID**.
3131
[ ![Screenshot showing a user selecting Microsoft Entra ID from Azure portal.](media/microsoft-entra-id.png) ](media/microsoft-entra-id.png#lightbox)
@@ -101,7 +101,7 @@ By the end of this guide, you'll be able to securely browse and access Microsoft
101101

102102
[ ![Screenshot showing how to add a client app.](media/add-a-client-app.png) ](media/add-a-client-app.png#lightbox)
103103

104-
## Register Desktop Client Application for ArcGIS Pro
104+
## Register desktop client application for ArcGIS Pro
105105

106106
Register a second application (with a distinct name) to represent ArcGIS
107107
Pro Desktop and configure its API permissions --- ensuring it includes
@@ -162,13 +162,13 @@ access to the web API exposed by the first application.
162162

163163
[ ![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-
[ ![Screenshot showing grant admin consents (4).](media/grant-admin-consents--4-.png) ](media/grant-admin-consents--4-.png#lightbox)
165+
[ ![Screenshot showing grant admin consents (4).](media/grant-admin-consents-4.png) ](media/grant-admin-consents-4.png#lightbox)
166166

167-
## Configure ArcGIS Pro (Desktop) for Microsoft Planetary Computer Pro GeoCatalog Access
167+
## Configure ArcGIS Pro (Desktop) for Microsoft Planetary Computer Pro GeoCatalog access
168168

169169
This section outlines how to configure authentication and data access in the **ArcGIS Pro desktop application**, using OAuth 2.0 integration with **Microsoft Entra ID** and access to the **Microsoft Planetary Computer Pro GeoCatalog**. It includes steps to add an authentication connection and create storage and STAC data connections.
170170

171-
## Add an Authentication Connection
171+
## Add an authentication connection
172172

173173
1. Open the **ArcGIS Pro settings** page in one of the following ways:
174174

@@ -211,8 +211,7 @@ This section outlines how to configure authentication and data access in the **A
211211
## Prepare and record GeoCatalog information
212212

213213
1. Create an Microsoft Planetary Computer Pro GeoCatalog in your Azure subscription (for example,
214-
arcgisprogeocatalog), and locate it in the appropriate resource
215-
group.
214+
arcgisprogeocatalog), and locate it in the appropriate resource group.
216215

217216
[ ![Screenshot showing find hiddentype GeoCatalog.](media/find-hidden-type-geocatalog.png) ](media/find-hidden-type-geocatalog.png#lightbox)
218217

@@ -228,7 +227,7 @@ This section outlines how to configure authentication and data access in the **A
228227

229228
[ ![Screenshot showing Microsoft Planetary Computer Pro web interface.](media/media-processing-center-pro-collections.png) ](media/media-processing-center-pro-collections.png#lightbox)
230229

231-
1. Record the **Collection Name** (for example, sentinel-2-l2a-turorial-1000)
230+
1. Record the **Collection Name** (for example, sentinel-2-l2a-tutorial-1000)
232231

233232
1. Construct the **Token API Endpoint** using this pattern
234233

@@ -238,24 +237,22 @@ This section outlines how to configure authentication and data access in the **A
238237
Example:
239238

240239
```bash
241-
https://arcgisprogeocatalog.\<unique-identity\>.\<cloud-region\>.geocatalog.spatio.azure.com/sas/token/sentinel-2-l2a-turorial-1000?api-version=2025-04-30-preview
240+
https://arcgisprogeocatalog.\<unique-identity\>.\<cloud-region\>.geocatalog.spatio.azure.com/sas/token/sentinel-2-l2a-tutorial-1000?api-version=2025-04-30-preview
242241
```
243242

244243
1. Select on the collection name
245244

246-
[ ![Screenshot showing click on collectionname.](media/click-on-collectionname.png) ](media/click-on-collectionname.png#lightbox)
245+
[ ![Screenshot showing click on collection name.](media/click-on-collection-name.png) ](media/click-on-collection-name.png#lightbox)
247246

248247
1. Select on **Edit collection** button
249248

250249
[ ![Screenshot showing how to edit a GeoCatalog collection.](media/edit-collection.png) ](media/edit-collection.png#lightbox)
251250

252-
1. In the resulting JSON display, locate the key
253-
"**title:assets:thumbnail:href**" and copy the corresponding value.
254-
for example:
251+
1. In the resulting JSON display, locate the key "**title:assets:thumbnail:href**" and copy the corresponding value. For example:
255252

256-
```bash
257-
> https://\<unique-storage\>.blob.core.windows.net/sentinel-2-l2a-tutorial-1000-\<unique-id\>/collection-assets/thumbnail/lulc.png
258-
```
253+
```bash
254+
> https://\<unique-storage\>.blob.core.windows.net/sentinel-2-l2a-tutorial-1000-\<unique-id\>/collection-assets/thumbnail/lulc.png
255+
```
259256

260257
1. Record the value of Account Name and Container Name:
261258

@@ -290,7 +287,7 @@ This section outlines how to configure authentication and data access in the **A
290287

291288
[ ![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)
292289

293-
## Create a STAC Connection to Microsoft Planetary Computer Pro
290+
## Create a STAC connection to Microsoft Planetary Computer Pro
294291

295292
1. Create a new STAC connection in ArcGIS Pro (desktop)
296293

@@ -300,17 +297,17 @@ This section outlines how to configure authentication and data access in the **A
300297

301298
[ ![Screenshot showing create new stac connection.](media/create-new-stac-connection.png) ](media/create-new-stac-connection.png#lightbox)
302299

303-
- Provide a name for the STAC Connection: For example, GeoCatalog_Connection
304-
305-
- For Connection use the form```\<GeoCatalog URI\>/api```, for example
306-
```https://arcgisprogeocatalog.\<unique-identity\>.\<cloud-storage\>.geocatalog.spatio.azure.com/api```
307-
308-
- Reference the Authentication settings made in previous step
309-
310-
- Add the ACS connection file that was created in previous step to the
311-
STAC connection
312-
313-
- Select the OK button
300+
- Provide a name for the STAC Connection: For example, GeoCatalog_Connection
301+
302+
- For Connection use the form```\<GeoCatalog URI\>/api```, for example
303+
```https://arcgisprogeocatalog.\<unique-identity\>.\<cloud-storage\>.geocatalog.spatio.azure.com/api```
304+
305+
- Reference the Authentication settings made in previous step
306+
307+
- Add the ACS connection file that was created in previous step to the
308+
STAC connection
309+
310+
- Select the OK button
314311

315312
[ ![Screenshot showing how to create a STAC connection.](media/create-stac-connection.png) ](media/create-stac-connection.png#lightbox)
316313

@@ -328,8 +325,8 @@ This section outlines how to configure authentication and data access in the **A
328325
[ ![Screenshot showing explore the STAC data window.](media/explore-stac-data.png) ](media/explore-stac-data.png#lightbox)
329326

330327

331-
## Related Content
328+
## Related content
332329

333-
- [Create Cloud Storage Connection File](https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-cloud-storage-connection-file.htm)
330+
- [Create cloud storage connection file](https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-cloud-storage-connection-file.htm)
334331
- [Create a new GeoCatalog](./deploy-geocatalog-resource.md)
335-
- [Create a STAC Collection](./create-stac-collection.md)
332+
- [Create a STAC collection](./create-stac-collection.md)

0 commit comments

Comments
 (0)