Skip to content

Commit 6d5ab54

Browse files
Merge pull request #301433 from aloverro/pup-fix-deploy-geocatalog
(MPC Pro) Fix PrP References in Deploy Geocatalog Resource
2 parents 1c0eafd + fe5531f commit 6d5ab54

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/planetary-computer/delete-geocatalog-resource.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313

1414
# Delete a GeoCatalog resource
1515

16-
This article shows you how to delete an existing GeoCatalog resource. This article documents the two methods used to delete a Microsoft Planetary Computer Pro GeoCatalog:
16+
This article documents the two methods you can use to delete an existing Microsoft Planetary Computer Pro GeoCatalog resource.
1717

1818
- Using the Azure portal.
1919
- Using the Azure Rest API.
@@ -33,8 +33,6 @@ Before you continue with the deletion steps, make sure you're ready to delete th
3333

3434
1. Navigate to your GeoCatalog resource within the Azure portal.
3535

36-
[ ![Screenshot of the Azure portal showing the GeoCatalog resource page with the 'Delete' button highlighted.](media/delete-geocatalog-resource.png) ](media/delete-geocatalog-resource.png#lightbox)
37-
3836
1. From within the GeoCatalog Azure portal page, select **Delete**. You're presented with a **Delete resource** confirmation dialog box.
3937

4038
> [!NOTE]

articles/planetary-computer/deploy-geocatalog-resource.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ This article describes two methods for deploying an Planetary Computer Pro GeoCa
116116
az resource show -g $RESOURCE_GROUP -n $CATALOG_NAME --namespace Microsoft.Orbital --resource-type "geocatalogs"
117117
```
118118

119-
1. Once the deployment status shows succeeded, you should be able to see the created GeoCatalog instance on the portal under the specified resource group (note you need to check "Show hidden types" checkbox to see it).
120-
121-
[ ![Screenshot of GeoCatalog instance in the Azure portal under the specified resource group.](media/show-hidden-roles.png) ](media/show-hidden-roles.png#lightbox)
119+
1. Once the deployment status shows succeeded, you should be able to see the created GeoCatalog instance on the portal under the specified resource group.
122120

123121
## Next Steps
124122
- [Create a STAC Collection](./create-collection-web-interface.md)

0 commit comments

Comments
 (0)