Reputation: 4898
I'm using Jenkins to produce cspkg files using msbuild. It stores build results in azure blob storage. Then I use management portal to deploy them.
The biggest drawbacks I see are: 1. Deployments can be accidentally deleted easily. 2. There is no straightforward* way to check which version the cloud service has.
Is there a better way to manage deployments?
Upvotes: 1
Views: 1163
Reputation: 1973
Its definitely not the best experience is it?
The approach I tend to use is as follows:
If you need to identify the version of the package deployed to the cloud service, you can see the Deployment Label on the Azure Management Portal:
'Old' Portal (manage.windowsazure.com):
'New' Portal (portal.azure.com):
Upvotes: 1