important-bird-38182
12/03/2024, 3:01 PMreader
throughout their Azure system and this way I cannot import
resources, nor does he want to give me access as `owner`/`admin`. Is there any possibility of using a role for the config?adventurous-butcher-54166
12/04/2024, 2:57 PMReader
role will only give you access to certain configuration values. If I remember correctly f.x. it will not allow you to inspect environment variable values within App Services. For that you'd need either the generic Contributor
role or some service specific roles which grant access to all paramters. Some services don't even have specific roles and would require custom roles to be created for granular access control.
But what's the point in importing something in a IaC state if you won't have any access to provision updates?