Aman Tur

Results 6 comments of Aman Tur

Not exactly the AAD group, but I'm trying to create a user for managed identity of an app service that I'm creating in same pipeline (Azure Devops). The external user...

how we got over this: 1. Create user managed identity (manually). 2. Give this user identity rights Directory.Users.Read.All 3. Add this identity to SQL Server by specifying `Identity{ type =...

> @amantur I ran into the same issue as you. The problem is that the provider documentation is incorrect. You cannot use `principal_id` of a system assigned identity for the...

We tried to use `${{ env.GITHUB_JOB }}` and it did not work but `${{ github.sha }}` worked for us.