I have a PHP Azure project with which I need to manage Powershell cmdlets. One of them, Publish-AzureServiceProject, does not seem to detect file changes, so they are not updated in the cloud (even if there are no errors).
I have a remote desktop in machines, and the code is definitely not updating a few weeks ago.
If I use a local emulator, that’s fine, but it’s much more obvious because it displays “delete old package” and “create local package”. The cloud package definitely contains the latest files, so the packaging works fine.
Can someone tell me how to get the publication to update files in the cloud and more importantly why this is not happening? Also, if I force the update, will it expand in a new window and get a new IP address?
Thanks.
Lukos source share