Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added an FAQ #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 01-Setup and getting started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<br>

#### **While loading AzTS Setup Script, I am getting an error "File <local_folder_path>\DeploymentFiles\AzTSSetup.ps1 cannot be loaded. The file <local_folder_path>\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