Skip to content

Commit 169f21c

Browse files
author
pcoma55
committed
changes requested by Learn editors, did global fix of "set up" vs setup across docs
1 parent dedd4fa commit 169f21c

10 files changed

+16
-14
lines changed

articles/planetary-computer/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- name: Supported data types
1212
href: supported-data-types.md
1313
expanded: true
14-
- name: Deploy & setup
14+
- name: Deploy & set up
1515
items:
1616
- name: Get started with Microsoft Planetary Computer Pro
1717
href: get-started-planetary-computer.md
@@ -37,7 +37,7 @@
3737
href: ingestion-overview.md
3838
- name: Ingestion sources
3939
href: ingestion-source.md
40-
- name: Setup an ingestion source using managed identity through the UI
40+
- name: Set up an ingestion source using managed identity through the UI
4141
href: set-up-ingestion-credentials-managed-identity.md
4242
- name: Set up ingestion source using SAS tokens
4343
href: set-up-ingestion-credentials-sas-tokens.md

articles/planetary-computer/error-codes-ingestion.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This article lists the error codes that can occur when ingesting or deleting geo
1616

1717
Ingestion errors can occur during various stages of the data ingestion process, including authentication, validation, transformation, and storage operations (adding and deleting). The following table provides detailed information about each error code, its meaning, and steps to resolve the issue.
1818

19+
## Table of Error Codes:
20+
1921
| Code | Explanation | Troubleshooting |
2022
| --- | --- | --- |
2123
| `AssetTransformationError` | The system failed to transform the asset during ingestion. | • Verify asset files are in a [supported format](./supported-data-types.md)<br>• Check that asset files aren't corrupted<br>• Ensure asset URLs are accessible from your ingestion source |
@@ -56,9 +58,9 @@ Ingestion errors can occur during various stages of the data ingestion process,
5658

5759
## Related content
5860

61+
- [Troubleshooting data ingestion in Microsoft Planetary Computer Pro](./troubleshooting-ingestion.md)
5962
- [Ingest data into Microsoft Planetary Computer Pro](./ingestion-overview.md)
6063
- [Configure an ingestion source using managed identity](./set-up-ingestion-credentials-managed-identity.md)
6164
- [Configure an ingestion source using SAS tokens](./set-up-ingestion-credentials-sas-tokens.md)
6265
- [Create a STAC Item](./create-stac-item.md)
63-
- [Bulk Ingestion API](./bulk-ingestion-api.md)
64-
- [Troubleshooting data ingestion in Microsoft Planetary Computer Pro](./troubleshooting-ingestion.md)
66+
- [Bulk Ingestion API](./bulk-ingestion-api.md)

articles/planetary-computer/get-started-planetary-computer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The recommended and most secure method for ingesting data is to have the data st
7171

7272
### Get your data ready for Ingestion
7373
> [!div class="checklist"]
74-
> * [Setup Managed Identity Access to your Azure Blob Storage](./set-up-ingestion-credentials-managed-identity.md)
74+
> * [Set up Managed Identity Access to your Azure Blob Storage](./set-up-ingestion-credentials-managed-identity.md)
7575
> * [Create STAC Items for your data](./create-stac-item.md)
7676
> * Ingest Your Data a [single item at a time](./add-stac-item-to-collection.md) or through [bulk ingestion](./bulk-ingestion-api.md)
7777
@@ -91,7 +91,7 @@ Planetary Computer Pro's Tiler service [requires configuration](./collection-con
9191
> [!div class="checklist"]
9292
> * [Review Supported Data Types](./supported-data-types.md)
9393
> * [Configure Mosaic Settings](./mosaic-configurations-for-collections.md)
94-
> * [Setup Rendering](./render-configuration.md)
94+
> * [Set up Rendering](./render-configuration.md)
9595
> * [Adjust Tile Settings](./tile-settings.md)
9696
9797

articles/planetary-computer/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ landingContent:
3737
url: supported-data-types.md
3838

3939
# Card
40-
- title: Deploy & setup
40+
- title: Deploy & Set up
4141
linkLists:
4242
- linkListType: get-started
4343
links:

articles/planetary-computer/ingestion-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you encounter issues during data ingestion, such as authentication failures,
7878
- [Error codes: Microsoft Planetary Computer Pro ingestion](./error-codes-ingestion.md): This reference lists specific error codes you might encounter during ingestion, along with their meanings and resolution steps.
7979

8080
## Next steps
81-
Learn more about how to setup an Ingestion Source:
81+
Learn more about how to set up an Ingestion Source:
8282

8383
> [!div class="nextstepaction"]
8484
> [Ingestion Sources](./ingestion-source.md)

articles/planetary-computer/mosaic-configurations-for-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: tanyamarton
66
ms.service: planetary-computer-pro
77
ms.topic: concept-article
88
ms.date: 04/09/2025
9-
#customer intent: help customers setup the mosaic configurations.
9+
#customer intent: help customers set up the mosaic configurations.
1010
ms.custom:
1111
- build-2025
1212
---

articles/planetary-computer/set-up-ingestion-credentials-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Managed identities only work within a single Microsoft Entra tenant, therefore t
4646
>[!WARNING]
4747
> GeoCatalog ingestion sources are tied to a Blob Container. When creating an ingestion source using either a managed identity or SAS token, a Blob Container URL must be provided. SAS tokens using the root storage URL aren't permitted.
4848
49-
This guide shows how to create an GeoCatalog ingestion source using a managed identity. If SAS token approach is more appropriate for your use case, see how to [setup ingestion credentials using SAS](./set-up-ingestion-credentials-sas-tokens.md).
49+
This guide shows how to create an GeoCatalog ingestion source using a managed identity. If SAS token approach is more appropriate for your use case, see how to [set up ingestion credentials using SAS](./set-up-ingestion-credentials-sas-tokens.md).
5050

5151
## Create a user assigned managed identity
5252

articles/planetary-computer/set-up-ingestion-credentials-sas-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ container_name = parsed_url.path.lstrip("/")
138138
# Login to Azure using the Azure CLI
139139
credential = azure.identity.AzureCliCredential()
140140

141-
# Setup Blob Service Client
141+
# Set up Blob Service Client
142142
with azure.storage.blob.BlobServiceClient(
143143
account_url=account_url,
144144
credential=credential,
@@ -196,7 +196,7 @@ else:
196196
```
197197

198198
## Next steps
199-
Now that you have setup managed identity, its time to ingest data.
199+
Now that you have set up managed identity, its time to ingest data.
200200

201201
For Single Item Ingestion:
202202

articles/planetary-computer/supported-colormaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: adamloverro
66
ms.service: planetary-computer-pro
77
ms.topic: concept-article
88
ms.date: 4/24/2025
9-
#customer intent: As a user of an Microsoft Planetary Computer Pro GeoCatalog, I want to understand which colormaps are supported so that I can setup the render configurations for my GeoCatalog STAC collection.
9+
#customer intent: As a user of an Microsoft Planetary Computer Pro GeoCatalog, I want to understand which colormaps are supported so that I can set up the render configurations for my GeoCatalog STAC collection.
1010
ms.custom:
1111
- build-2025
1212
---

articles/planetary-computer/troubleshooting-ingestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Data ingestion workflows fail with specific [error codes](./error-codes-ingestio
3333

3434
For [Single Item Ingestion](./ingestion-overview.md#single-item-ingestion), if an ingestion error occurs, the API response or user interface returns the error code.
3535

36-
[ ![Screenshot of a single item ingestion error including a highlight of where to find the error code](media/single-item-ingestion-error.png) ](media/single-item-ingestion-error.png#lightbox)
36+
[ ![Screenshot of a single item ingestion error including a highlight of where to find the error code.](media/single-item-ingestion-error.png) ](media/single-item-ingestion-error.png#lightbox)
3737

3838
For [Bulk Ingestion](./ingestion-overview.md#bulk-ingestion), the errors can be different for each of the individual STAC Items. To see the individual errors, navigate to the Azure portal and locate the **Diagnostic Settings** for your GeoCatalog resource. Here, you can enable **Ingestion Logs.**
3939

0 commit comments

Comments
 (0)