You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/planetary-computer/azure-batch.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,8 @@ az batch task file download \
212
212
213
213
## Related content
214
214
215
+
-[Building applications with Microsoft Planetary Computer Pro](./build-applications-with-planetary-computer-pro.md)
216
+
-[Configure application authentication for Microsoft Planetary Computer Pro](./application-authentication.md)
215
217
- For more information about managed identities in batch pools, see [Configure managed identities in Batch pools](/azure/batch/managed-identity-pools) documentation.
216
218
217
219
- For more information about how to deploy files to your Batch account, see [Copy applications and data to pool nodes](/azure/batch/batch-applications-to-pool-nodes), [Deploy applications to compute nodes with Batch application packages](/azure/batch/batch-application-packages), and [Creating and using resource files](/azure/batch/resource-files).
Copy file name to clipboardExpand all lines: articles/planetary-computer/build-applications-with-planetary-computer-pro.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,17 @@ The primary way to integrate with Planetary Computer Pro is through its REST API
38
38
| SAS API | Generate secure, time-limited access tokens for sharing geospatial data. |
39
39
| Ingestion API | Ingest and transform new geospatial datasets into the GeoCatalog. |
40
40
41
-
These APIs support [standard authentication through Microsoft Entra ID](/entra/architecture/guide-for-independent-software-developers), enabling secure access to your resources. Integrating your web application requires the use of [application authentication](./application-authentication.md). Once your app is registered with Microsoft Entra, it can securely use the APIs to access all data inside a GeoCatalog.
41
+
These APIs support [standard authentication through Microsoft Entra ID](/entra/architecture/guide-for-independent-software-developers), enabling secure access to your resources. Integrating your application requires the use of [application authentication](./application-authentication.md). Once your app is registered with Microsoft Entra, it can securely use the APIs to access all data inside a GeoCatalog.
42
+
43
+
For a complete walkthrough of building a browser-based application that uses these APIs, see [Build a web application with Microsoft Planetary Computer Pro](./build-web-application.md).
42
44
43
45
The [REST API is detailed in the API reference](/rest/api/planetarycomputer).
44
46
45
-
### Fist Party Application Support
47
+
### First-party application support
46
48
47
-
Planetary Computer Pro has a built-in application called Explorer which allows users to visualize ingested data in a GeoCatalog resource from their browser. Once the data is [configured for visualization](./collection-configuration-concept.md), it can be [used in the explorer](./use-explorer.md).
49
+
Planetary Computer Pro has a built-in application called Explorer that allows users to visualize ingested data in a GeoCatalog resource from their browser. Once the data is [configured for visualization](./collection-configuration-concept.md), it can be [used in the Explorer](./use-explorer.md).
48
50
49
-
In more, by using [the API services](#direct-api-integration), data in Planetary Computer Pro can be integrated with firstparty Microsoft applications such as [Fabric](/fabric) and [Azure Machine Learning](/azure/machine-learning/overview-what-is-azure-machine-learning).
51
+
By using [the API services](#direct-api-integration), data in Planetary Computer Pro can be integrated with first-party Microsoft applications such as [Fabric](/fabric) and [Azure Machine Learning](/azure/machine-learning/overview-what-is-azure-machine-learning).
50
52
51
53
### GIS application connectivity
52
54
@@ -79,8 +81,23 @@ All applications that interact with Planetary Computer Pro must authenticate pro
79
81
80
82
For detailed authentication guidance, see [Set up application authentication for Planetary Computer Pro](./application-authentication.md).
81
83
84
+
## Choose your integration path
85
+
86
+
Select the approach that best fits your use case:
87
+
88
+
| Use case | Recommended approach | Get started |
89
+
|----------|---------------------|-------------|
90
+
|**Explore data without coding**| Use the built-in Explorer web application |[Use the Explorer](./use-explorer.md)|
91
+
|**Build a custom web application**| Browser-based app with JavaScript/TypeScript using MSAL.js |[Build a web application](./build-web-application.md)|
92
+
|**Desktop GIS with ArcGIS Pro**| Connect ArcGIS Pro directly to GeoCatalog |[Configure ArcGIS Pro](./create-connection-arc-gis-pro.md)|
93
+
|**Desktop GIS with QGIS**| Connect QGIS to GeoCatalog via STAC |[Configure QGIS](./configure-qgis.md)|
94
+
|**Batch processing on Azure**| Run processing jobs with Azure Batch and managed identity |[Use Azure Batch](./azure-batch.md)|
95
+
|**Backend/server-side integration**| Python applications using managed identity or service principal |[Configure application authentication](./application-authentication.md)|
82
96
83
97
## Related content
84
98
99
+
-[Build a web application with Microsoft Planetary Computer Pro](./build-web-application.md)
100
+
-[Use Azure Batch with Microsoft Planetary Computer Pro](./azure-batch.md)
85
101
-[Connect ArcGIS Pro to Microsoft Planetary Computer Pro](./create-connection-arc-gis-pro.md)
102
+
-[Configure QGIS to access a GeoCatalog resource](./configure-qgis.md)
86
103
-[Manage access to Microsoft Planetary Computer Pro](./manage-access.md)
0 commit comments