Skip to content

Commit e8e7397

Browse files
committed
edit pass
1 parent 24366ef commit e8e7397

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ 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](./set-up-ingestion-credentials-managed-identity.md)
38-
- [Setup Ingestion Credentials for Microsoft Planetary Computer Pro using SAS Tokens](./setup-ingestion-credentials-sas-tokens.md)
37+
- [Set up Ingestion Credentials for Microsoft Planetary Computer Pro using managed identity](./set-up-ingestion-credentials-managed-identity.md)
38+
- [Set up Ingestion Credentials for Microsoft Planetary Computer Pro using SAS Tokens](./set-up-ingestion-credentials-sas-tokens.md)
3939

4040
## Create Ingestion Source
4141

articles/planetary-computer/data-cube-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 4/24/2025
2020

2121
## Set up ingestion source
2222

23-
Before you can begin to ingest data cube data, you'll need to set up an Ingestion Source, which will serve as your credentials to access the Blob Storage account where your assets and STAC Items are stored. You can set up an Ingestion Source using [Managed Identity](set-up-ingestion-credentials-managed-identity.md) or [SAS Token](setup-ingestion-credentials-sas-tokens.md).
23+
Before you can begin to ingest data cube data, you'll need to set up an Ingestion Source, which will serve as your credentials to access the Blob Storage account where your assets and STAC Items are stored. You can set up an Ingestion Source using [Managed Identity](set-up-ingestion-credentials-managed-identity.md) or [SAS Token](set-up-ingestion-credentials-sas-tokens.md).
2424

2525
## Create a data cube collection
2626

articles/planetary-computer/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ landingContent:
7777
url: ingestion-source.md
7878
- linkListType: how-to-guide
7979
links:
80-
- text: Setup an ingestion source using managed identity
80+
- text: Set up an ingestion source using managed identity
8181
url: set-up-ingestion-credentials-managed-identity.md
8282
- text: Set up ingestion source using SAS tokens
83-
url: setup-ingestion-credentials-sas-tokens.md
83+
url: set-up-ingestion-credentials-sas-tokens.md
8484
- text: Create a STAC item
8585
url: create-stac-item.md
8686
- linkListType: quickstart

articles/planetary-computer/ingest-via-web-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once you create a collection, you're ready to ingest data. The first step, howev
3131

3232
### Configure your ingestion source in the **Settings** page
3333

34-
Whether you want to use managed identity or a shared access signature, you can configure you ingestion source by following the steps outlined in [Configure an ingestion source in Microsoft Planetary Computer Pro using managed identity](./set-up-ingestion-credentials-managed-identity.md) or [Configure an ingestion source in Microsoft Planetary Computer Pro using a shared access signature](./setup-ingestion-credentials-sas-tokens.md).
34+
Whether you want to use managed identity or a shared access signature, you can configure you ingestion source by following the steps outlined in [Configure an ingestion source in Microsoft Planetary Computer Pro using managed identity](./set-up-ingestion-credentials-managed-identity.md) or [Configure an ingestion source in Microsoft Planetary Computer Pro using a shared access signature](./set-up-ingestion-credentials-sas-tokens.md).
3535

3636
## Create ingestion
3737

articles/planetary-computer/ingestion-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ To securely ingest data, set up managed identity access:
4848

4949
The following quickstarts are available to assist users in setting up ingestion sources using either the managed identity or SAS token approach:
5050

51-
- [Setup Ingestion Credentials for Planetary Computer Pro using SAS Tokens](./setup-ingestion-credentials-sas-tokens.md)
51+
- [Set up Ingestion Credentials for Planetary Computer Pro using SAS Tokens](./set-up-ingestion-credentials-sas-tokens.md)
5252
- [Adding an Item to a STAC Collection](./add-stac-item-to-collection.md)
5353
- [Ingest data into GeoCatalog with the Bulk Ingestion API](./add-stac-item-to-collection.md)

articles/planetary-computer/render-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Here are various examples of the `options` string and the full render configurat
361361

362362
## Reference: All `options` Parameters
363363

364-
The `options` string accepts the following key-value pairs (refer to [TiTiler documentation](https://developmentseed.org/titiler/endpoints/) for the most up-to-date details):
364+
The `options` string accepts the following key-value pairs (refer to [TiTiler documentation](https://developmentseed.org/titiler/endpoints/stac/) for the most up-to-date details):
365365

366366
| Parameter | Type | Description | Example Usage |
367367
| ---------------- | ---- | ----------- | ------------- |

0 commit comments

Comments
 (0)