0
votes

I have a azure cloud service which package and configuration I want to update/re-deploy. I don't find any option in Azure Portal to update the cloud service. Azure classic portal give the option to update the package but I don't have access to that :(

There is no more help of azure documentation except this link to deploy cloud service

Is there any way if we can update the package through Azure Portal or VS. Actually I have no code I have deploy winnovative html to pdf provided package to cloud service.

2

2 Answers

0
votes

If you're referring to web/worker role cloud services, you must rebuild your service package and re-upload it. The only parts you may update outside of the configuration package:

  • the configuration file (.cscfg)
  • External content stored outside of the package file (such as content you retrieve from blobs)
-1
votes

Cloud Service >> Slot >> "UPDATE"

See here:

Update cloud service deployment