This message was deleted.
# azure
s
This message was deleted.
b
Hi @ancient-megabyte-79588, @broad-dog-22463 Actually, there is a simpler way to do that:
Copy code
export const subscriptionId = azure.config.subscriptionId
I’m not sure this is documented.
a
That is great to know. 😄 I haven't seen that in documentation or an example yet.
b
I found in source code when looking for dynamic provider example 🙂
a
I'll probably leave the
.getClientConfig()
example in my blog post to show how to get access to the information in the
az
context, but that little code snippet is good to see.