Extended Support - Package Upload
Hello,
It looks like cspckg uploading stopped working. Deployment console shows that uploading is ok(img attached). But there is no file in storage. Also, I see that it was successfully uploaded last time(a week ago).
Thank you,
Artsem
- appveyor-package.png 4.22 KB
- builds.png 2.11 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 08 Aug, 2024 05:38 PM
Extended support provider deletes package blob after (un)successful deployment. If you need to copy/keep cloud service files you can additionally use https://www.appveyor.com/docs/deployment/azure-blob/
2 Posted by Artsem on 09 Aug, 2024 03:43 PM
Thank you Feodor!
That works for me! It's just impossible to manage cloud service(update configuration, stop service) without keeping .cspkg in blob.
Support Staff 3 Posted by Feodor Fitsner on 09 Aug, 2024 07:33 PM
Interesting. You mean deployed cloud service keeps tied to .cspkg in that blob and requires it for any changes into config/state?
4 Posted by Artsem on 09 Aug, 2024 08:40 PM
Yes, I was getting an azure error. Something like: "404: Provided blob is not found."
Support Staff 5 Posted by Feodor Fitsner on 09 Aug, 2024 10:48 PM
Got it. We will deploy an update with an option to leave the blob intact after the deployment.