I currently have the storage account creation resource in my deployment template, but I need the Storage Access Key from the user. Is it possible to create Storage account & get Access Key?
This deployment is being done on the Azure Portal. I am currently using a custom template for deployment.
Update
I have a section in CreateUIDefinition file for asking the user to create a new Storage Account as below screenshot of preview
Now this Storage Account will be created once I move over to the "Review + Create" tab after validation and hit "Create".
But I need the Access Key of this Storage Account that the user is creating, so that I can store its value into a Key Vault Secret for later use.
Is this possible?