-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AzureCloudPowerShellDeploymentV1] Implement ARM storage account support #10740
Conversation
If this concept gets accepted, I am wondering whether it's best suited as a V2 of the task? |
Tasks/AzureCloudPowerShellDeploymentV1/Publish-AzureCloudDeployment.ps1
Outdated
Show resolved
Hide resolved
@chelnak Thanks for the contribution. There are few minor feedback and few indentation gaps. Can you address them. Meanwhile, I will tryout the task on my setup and validate with few scenario's. Then i will merge the task. |
@Ajay-MS |
Tasks/AzureCloudPowerShellDeploymentV1/Publish-AzureCloudDeployment.ps1
Outdated
Show resolved
Hide resolved
I have few more comments. Please fix them and then I can merge the PR. |
@Ajay-MS Doing this right now! |
@Ajay-MS Comments addressed 👍 |
@chelnak Steps : |
@Ajay-MS Task rebuilt and loc file submitted. |
@chelnak Thanks for the changes. I have approved the branch. I will merge it by today |
@Ajay-MS Great thank you. 🎉 What is your usual deployment schedule once an update hits master branch? |
We have sprint for 3 weeks. Currently this is the first week of the sprint. Once a sprint ends. We start it's deployment and generally it took around 2 week to get deployed across all the Rings. |
Great thank you! |
This initial PR attempts to add ARM storage account support to the cloud service deployment task.
The changes made will conditionally handle authentication and the retrieval of keys.
It would be good to get some initial feedback on the task. I'm sure what we are trying to achieve is possible and adding a feature like this would massively help organisations like mine migrate away from classic storage accounts.
It would also be good for some pointers on how to package this task with tfx as there is no manifest available to point at.
Reference issues #3683 & #10686
Many thanks!