Is this “Get Package” API still supported: http://msdn.microsoft.com/en-us/library/windowsazure/jj154121.aspx Seems like it always return HTTP 404.
I’m able to successfully use the “Get Deployment” API documented here: http://msdn.microsoft.com/en-us/library/windowsazure/ee460804.aspx
But can’t get the /package resource to work. Note that I'm using the same certificate for authentication that I use for the "Get Deployment" API, and it works fine.
My call to the API looks exactly like in the MSDN documentation.
Is there any other way to retrieve the Service Package (.cspkg) file of a deployed cloud service?