0
votes

I'm building a website using the Azure Websites product, and I've set up the site to deploy via a local git repository. But I use a significant number of static images that I'm loathe to include in my repository. I'd like to deploy my code via git, then upload the images directory via FTP. But since I enabled git deployment on the Azure dashboard, I am only granted ready access to the FTP site.

Is it possible to mix deployment methods in a single Azure website?

1

1 Answers

0
votes

Actually, enabling git on your Azure site has no bearing on FTP access, and you should be able to upload your images into the site/wwwroot folder. Did you actually run into a read only issue, or were you just guessing that it would become readonly?

If you're actually seeing it be readonly, we would need to investigate what it going on in your specific scenario.