From b151fc008e319520cb98c7a2490ee01186766eaf Mon Sep 17 00:00:00 2001 From: "1341/\\/3 /\\/|7335|-|4" Date: Wed, 16 Jun 2021 21:50:47 +0530 Subject: [PATCH] added an FAQ Resolved a possible error occurrence while loading the AzTS Setup Script. --- 01-Setup and getting started/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/01-Setup and getting started/README.md b/01-Setup and getting started/README.md index 562ce39a..4f099ce3 100644 --- a/01-Setup and getting started/README.md +++ b/01-Setup and getting started/README.md @@ -680,3 +680,9 @@ This is probably happening because the user-assigned managed identity (internal To remove role assignment, go to resource group where AzTS solution has been installed --> Access control (IAM) --> Role assignments --> Look for deleted identity (as shown in the screenshot) --> Select the identity and click on 'Remove'. After deleting the identity, you can run the installation command again. + +
+ +#### **While loading AzTS Setup Script, I am getting an error "File \DeploymentFiles\AzTSSetup.ps1 cannot be loaded. The file \DeploymentFiles\AzTSSetup.ps1 is not digitally signed. You cannot run this script on the current system."** + +You can use the command: Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass