There is code like this in the codebase.
if ((createResult.StandardError?.Contains("AuthorizationFailed", StringComparison.OrdinalIgnoreCase) ?? false) ||
(createResult.StandardError?.Contains("authorization", StringComparison.OrdinalIgnoreCase) ?? false))
Azure CLI may have this text in other languages in other regions. Is there any error code or something that you can go off instead?
There is code like this in the codebase.
Azure CLI may have this text in other languages in other regions. Is there any error code or something that you can go off instead?