From da28c03c759203273fd65d3a2bfd2becdb342ec3 Mon Sep 17 00:00:00 2001 From: dumeixiang <141801043+dumeixiang@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:46:11 -0500 Subject: [PATCH] Update README.MD --- README.MD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.MD b/README.MD index b905efa..97be802 100644 --- a/README.MD +++ b/README.MD @@ -25,15 +25,10 @@ Azure provides several tools and services for IaC, with Azure Resource Manager ( Using Infrastructure as Code (IaC) in Azure allows us to automate the provisioning and management of our infrastructure. -* Create a template that includes App Service, App Service Plan, Application Insights, and deployments for HarmonyHarbor under the Harmony Harbor resource group. -* Set parameters for the above resources as needed. +* Create a template`template.json` that includes App Service, App Service Plan, Application Insights, and deployments for HarmonyHarbor under the Harmony Harbor resource group. +* Set parameters `parameters.json`for the above resources as needed. * Deploy using Azure Custom deployment, using JSON templates and parameters. - - - - - - +![ARM resource](https://github.com/minlingz/HarmonyHarbor/blob/main/ARM%20resource.png) ## Continuous Integration and Continuous Delivery (CI/CD) (ML)