Skip to content

Commit 24366ef

Browse files
committed
fix review feedback
1 parent dae14e9 commit 24366ef

17 files changed

+111
-117
lines changed

articles/planetary-computer/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
- name: Ingestion sources
3939
href: ingestion-source.md
4040
- name: Setup an ingestion source using managed identity through the UI
41-
href: setup-ingestion-credentials-managed-identity.md
41+
href: set-up-ingestion-credentials-managed-identity.md
4242
- name: Set up ingestion source using SAS tokens
43-
href: setup-ingestion-credentials-sas-tokens.md
43+
href: set-up-ingestion-credentials-sas-tokens.md
4444
- name: Ingest data using the web interface
4545
href: ingest-via-web-interface.md
4646
- name: Create a STAC item
@@ -76,7 +76,7 @@
7676
- name: Application authentication
7777
href: application-authentication.md
7878
- name: Connect to ArcGIS Pro
79-
href: create-connection-arcgispro.md
79+
href: create-connection-arc-gis-pro.md
8080
- name: Azure Batch and Microsoft Planetary Computer Pro
8181
href: azure-batch.md
8282
- name: API Reference

articles/planetary-computer/assign-managed-identity-geocatalog-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After saving the script and replacing the variables, run it using the following
7272
.\assign_identity.ps1
7373
```
7474

75-
Once complete, proceed to the [Give a User-assigned Managed Identity read permissions to Azure Blob Storage](./setup-ingestion-credentials-managed-identity.md#assign-your-managed-identity-the-storage-blob-data-reader-role) instructions.
75+
Once complete, proceed to the [Give a User-assigned Managed Identity read permissions to Azure Blob Storage](./set-up-ingestion-credentials-managed-identity.md#assign-your-managed-identity-the-storage-blob-data-reader-role) instructions.
7676

7777
# [Bash](#tab/bash)
7878

@@ -160,5 +160,5 @@ az rest --method PUT \
160160
Once complete, proceed to assign managed identity to Storage Blob Data reader role.
161161

162162
> [!div class="nextstepaction"]
163-
> [Assign your managed identity the Storage Blob Data Reader role](./setup-ingestion-credentials-managed-identity.md#assign-your-managed-identity-the-storage-blob-data-reader-role)
163+
> [Assign your managed identity the Storage Blob Data Reader role](./set-up-ingestion-credentials-managed-identity.md#assign-your-managed-identity-the-storage-blob-data-reader-role)
164164

articles/planetary-computer/build-applications-with-planetary-computer-pro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Integrating Microsoft Planetary Computer Pro with ESRI ArcGIS Pro provides a sea
5858
- Streamline collaboration by combining enterprise GIS workflows with the latest planetary-scale datasets.
5959
- Accelerate decision-making by integrating cloud-based data with local projects, enabling richer insights and more informed outcomes.
6060

61-
For more information on how to connect ArcGIS Pro to a GeoCatalog resource, see the [Configure ArcGIS Pro to access a GeoCatalog](./create-connection-arcgispro.md).
61+
For more information on how to connect ArcGIS Pro to a GeoCatalog resource, see the [Configure ArcGIS Pro to access a GeoCatalog](./create-connection-arc-gis-pro.md).
6262

6363
## Authentication and authorization
6464

@@ -79,5 +79,5 @@ For detailed authentication guidance, see [Set up application authentication for
7979

8080
## Related content
8181

82-
- [Connect ArcGIS Pro to Microsoft Planetary Computer Pro](./create-connection-arcgispro.md)
82+
- [Connect ArcGIS Pro to Microsoft Planetary Computer Pro](./create-connection-arc-gis-pro.md)
8383
- [Manage access to Microsoft Planetary Computer Pro](./manage-access.md)

articles/planetary-computer/bulk-ingestion-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In your local / development environment:
3434

3535
Microsoft Planetary Computer Pro must have access to the Azure Blob Storage container. In this article, we create and use a temporary SAS token credential to grant this access. Alternatively, you can use these guides to set up Managed Identity or hard-coded SAS Tokens.
3636

37-
- [Setup Ingestion Credentials for Microsoft Planetary Computer Pro using managed identity](./setup-ingestion-credentials-managed-identity.md)
37+
- [Setup Ingestion Credentials for Microsoft Planetary Computer Pro using managed identity](./set-up-ingestion-credentials-managed-identity.md)
3838
- [Setup Ingestion Credentials for Microsoft Planetary Computer Pro using SAS Tokens](./setup-ingestion-credentials-sas-tokens.md)
3939

4040
## Create Ingestion Source

articles/planetary-computer/create-collection-web-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: beharris
55
ms.author: brentharris
66
ms.service: azure
77
ms.topic: quickstart
8-
ms.date: 04/23/2025
8+
ms.date: 05/08/2025
99
#customer intent: As a user of geospatial data, I want to create a STAC collection so that I can organize metadata for geospatial assets for later querying.
1010
---
1111

@@ -22,7 +22,7 @@ To complete this quickstart, you need:
2222

2323
## Navigating the Microsoft Planetary Computer Pro web interface
2424

25-
The Microsoft Planetary Computer Pro web interface is a web-based platform that allows you to manage your geospatial data. **You can access the web interface by using the URI provided in your GeoCatalog resource in Azure portal:***
25+
The Microsoft Planetary Computer Pro web interface is a web-based platform that allows you to manage your geospatial data. **You can access the web interface by using the URI provided in your GeoCatalog resource in Azure portal:**
2626

2727
[ ![Screenshot of URI in geocatalog resource in Azure portal.](media/geocatalog-uri-example.jpeg) ](media/geocatalog-uri-example.jpeg#lightbox)
2828

0 commit comments

Comments
 (0)