```subscription = azure.core.get_subscription() pr...
# python
v
Copy code
subscription = azure.core.get_subscription()
print("here is id of my sub")
print(subscription.id)
print("here is tenant id of my sub")
print(subscription.tenant_id)
print("here is displayname of my sub")
print(subscription.display_name)