From 67c53617c42e3d0c305421434bbeb300eca6c7af Mon Sep 17 00:00:00 2001 From: "Nicholas.Iodice" <Nicholas.Iodice@microsoft.com> Date: Fri, 6 Mar 2020 14:21:42 +0000 Subject: [PATCH] Merged PR 1082: Add reference to Azure deployment docs This change adds a reference to the documentation that describes how to deploy the service into Azure. Note: The documentation referenced is included in !1078 Related work items: #1159 --- provider/indexer-azure/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/provider/indexer-azure/README.md b/provider/indexer-azure/README.md index 5386eaab5..ad4d4624a 100644 --- a/provider/indexer-azure/README.md +++ b/provider/indexer-azure/README.md @@ -15,3 +15,8 @@ Due to the usage of [Managed Identity](https://docs.microsoft.com/en-us/azure/ac | `AZURE_CLIENT_ID` | service principal's app id | | `AZURE_TENANT_ID` | id of the principal's Azure Active Directory tenant | | `AZURE_CLIENT_SECRET` | one of the service principal's client secrets | + +## Deploying service to Azure + +Service deployments into Azure are standardized to make the process the same for all services. The steps to deploy into +Azure can be [found here](https://dev.azure.com/slb-des-ext-collaboration/open-data-ecosystem/_git/infrastructure-templates?path=%2Fdocs%2Fosdu%2FSERVICE_DEPLOYMENTS.md&_a=preview) -- GitLab