Is there a way to find the Creation Date of my Azure Subscription using Azure CLI?
How to find the Azure Subscription creation date using Azure CLI?
5.8k Views Asked by GilliVilla At
3
There are 3 best solutions below
0
On
All as I know, you can just get the details using the CLI command:
az account show --subscription subscriptionId
But there is no creation date of the subscription to show. And also when you find the subscription in the Azure portal, you would just find the "PURCHASE DATE" of it. I don't think it's the creation date.
There is no way to find the creation date as I intended - that is the answer.