From 9dd5a87a2317ea3a94600c73e4f0103df7b64d16 Mon Sep 17 00:00:00 2001 From: tsweatman1 <155660739+tsweatman1@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:11:11 -0400 Subject: [PATCH] updated path (#1104) --- docs/deployment-guides/templatespec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment-guides/templatespec.md b/docs/deployment-guides/templatespec.md index 7aff05a0..18962657 100644 --- a/docs/deployment-guides/templatespec.md +++ b/docs/deployment-guides/templatespec.md @@ -11,7 +11,7 @@ To mimic the Quickstart experience of an Azure Commercial or Azure Government ML - [MLZ-Core resources deployed](#mlz-core-resources-deployed) - [See Also](#see-also) -This guide describes how to create an Azure TemplateSpecFile. The TemplateSpecFile is used to execute a user-friendly MLZ deployment GUI. This GUI is the same Quickstart experience available in Azure Commercial and Azure Government. The TemplateSpec File is created via Powershell and requires only 2 files, [src/bicep/mlz.json](../src/bicep/mlz.json) and [src/bicep/form/mlz.portal.json](../src/bicep/form/mlz.portal.json). +This guide describes how to create an Azure TemplateSpecFile. The TemplateSpecFile is used to execute a user-friendly MLZ deployment GUI. This GUI is the same Quickstart experience available in Azure Commercial and Azure Government. The TemplateSpec File is created via Powershell and requires only 2 files, [src/bicep/mlz.json](../../src/bicep/mlz.json) and [src/bicep/form/mlz.portal.json](../../src/bicep/form/mlz.portal.json). The TemplateSpecFile is created and deployed using the Azure Portal in Azure Secret and Azure Top Secret environments. @@ -34,7 +34,7 @@ Register-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "M To create the TemplateSpecFile follow the steps below: -1. Download [src/bicep/mlz.json](../src/bicep/mlz.json) and [src/bicep/form/mlz.portal.json](../src/bicep/form/mlz.json) to your local workstation. +1. Download [src/bicep/mlz.json](../../src/bicep/mlz.json) and [src/bicep/form/mlz.portal.json](../../src/bicep/form/mlz.json) to your local workstation. 2. Upload the mlz.json and mlz.portal.json files to your Secret or Top Secret environment following any and all required Security regulations and procedures. 3. Login to your Secret or Top Secret Azure portal environment. 4. You will need to create or use an available Azure StorageAccount with a File Share to store the mlz.json and mlz.portal.json files.