Skip to content

Commit 35d9c4e

Browse files
committed
Fix pivots and tabs
1 parent 508da3b commit 35d9c4e

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

articles/energy-data-services/how-to-deploy-gcz.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.author: eihaugho
88
author: EirikHaughom
99
ms.date: 05/11/2024
10-
zone_pivot_groups: energy-data-services-gcz-options
10+
zone_pivot_groups: gcz-aks-or-windows
1111
---
1212

1313
# Deploy Geospatial Consumption Zone
@@ -34,13 +34,13 @@ There are two main deployment options for the GCZ service:
3434
- **Azure Kubernetes Service (AKS)**: Deploy the GCZ service on an AKS cluster. This deployment option is recommended for production environments. It requires more setup, configuration, and maintenance. It also has some limitations in the provided container images.
3535
- **Windows**: Deploy the GCZ service on a Windows. This deployment option recommended for development and testing environments, as it's easier to set up and configure, and requires less maintenance.
3636

37-
::: zone pivot="energy-data-services-gcz-aks"
37+
::: zone pivot="gcz-aks"
3838

3939
[!INCLUDE [Azure Kubernetes Service (AKS)](includes/how-to/how-to-deploy-gcz/deploy-gcz-on-aks.md)]
4040

4141
::: zone-end
4242

43-
::: zone pivot="energy-data-services-gcz-windows"
43+
::: zone pivot="gcz-windows"
4444

4545
[!INCLUDE [Windows](includes/how-to/how-to-deploy-gcz/deploy-gcz-on-windows.md)]
4646

@@ -74,18 +74,14 @@ Through APIM we can add policies to secure, monitor, and manage the APIs.
7474
- url: "http://<GCZ-Service-External-IP>/ignite-provider"
7575
```
7676
77-
::: zone pivot="energy-data-services-gcz-apim-portal"
77+
##### [Azure portal](#tab/portal)
7878
7979
[!INCLUDE [Azure portal](includes/how-to/how-to-deploy-gcz/deploy-gcz-apim-portal.md)]
8080
81-
::: zone-end
82-
83-
::: zone pivot="energy-data-services-gcz-apim-cli"
81+
##### [Azure CLI](#tab/cli)
8482
8583
[!INCLUDE [Azure CLI](includes/how-to/how-to-deploy-gcz/deploy-gcz-apim-cli.md)]
8684
87-
::: zone-end
88-
8985
## Testing the GCZ service
9086
9187
1. Download the API client collection from the [OSDU GitLab](https://community.opengroup.org/osdu/platform/consumption/geospatial/-/blob/master/docs/test-assets/postman/Geospatial%20Consumption%20Zone%20-%20Provider%20Postman%20Tests.postman_collection.json?ref_type=heads) and import it into your API client of choice (for example, Postman).

0 commit comments

Comments
 (0)