Skip to content

Commit 8fbc18c

Browse files
Merge pull request #280112 from EirikHaughom/main
Fix pivots and add tabs
2 parents f174c47 + c5f5c58 commit 8fbc18c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-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).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ author: EirikHaughom
99
ms.date: 05/30/2024
1010
---
1111

12+
## Deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Service (AKS)
13+
1214
Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Service (AKS).
1315

1416
> [!IMPORTANT]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ author: EirikHaughom
99
ms.date: 05/30/2024
1010
---
1111

12+
## Deploy Geospatial Consumption Zone (GCZ) on a Windows Virtual Machine
13+
1214
Learn how to deploy Geospatial Consumption Zone (GCZ) on Windows. This deployment option is recommended for development and testing environments, as it's easier to set up and configure, and requires less maintenance.
1315

1416
### Prerequisites

0 commit comments

Comments
 (0)