Skip to content

Commit 4f312d7

Browse files
committed
fix issues
1 parent cde7890 commit 4f312d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/energy-data-services/how-to-deploy-osdu-admin-ui.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ The OSDU Admin UI enables platform administrators to manage the Azure Data Manag
2929

3030
There are two deployment options for the OSDU Admin UI:
3131

32-
1. **[Quick-deploy using Azure Container Apps](#quick-deploy)**: One-click deploy using Azure Container Apps. This deployment is the easiest and quickest way to deploy the OSDU Admin UI. It supports both public and private deployments.
32+
1. **[Quick-deploy using Azure Container Apps](#quick-deploy-with-azure-container-apps)**: One-click deploy using Azure Container Apps. This deployment is the easiest and quickest way to deploy the OSDU Admin UI. It supports both public and private deployments.
3333

34-
1. **[Custom deployment using Azure Storage Account Static Website](#custom-deployment)**: Build and deploy the OSDU Admin UI using Azure Storage Account. This deployment option is more customizable and allows you to configure the deployment to your needs.
34+
1. **[Custom deployment using Azure Storage Account Static Website](#custom-deployment-using-azure-storage-account-static-website)**: Build and deploy the OSDU Admin UI using Azure Storage Account. This deployment option is more customizable and allows you to configure the deployment to your needs.
3535

3636
## Quick-deploy with Azure Container Apps
3737

@@ -205,7 +205,7 @@ There are two deployment options for the OSDU Admin UI:
205205
206206
1. Modify the parameters in the config file located at `/src/config/config.json`.
207207
208-
[Code snippet](#tab/code)
208+
#### [Code snippet](#tab/code)
209209
210210
Replace the values of the environment variables with your values.
211211
@@ -253,7 +253,7 @@ There are two deployment options for the OSDU Admin UI:
253253
mv src/config/temp.json src/config/config.json
254254
```
255255
256-
[Manual](#tab/manual)
256+
#### [Manual](#tab/manual)
257257
258258
Replace the values according to the explanation.
259259

0 commit comments

Comments
 (0)