Is it possible to deploy PHP application on azure (WebApps) without using FTP? -


hi have deploy php(5.4) application windows azure i.e.web apps.for purpose have used ftp transfer local files azure.

is there wayout can click , publish php application azure in .net vs application (right click publish) ?

as others have mentioned in comments, there several continuous-integration sources deployment. assuming you're using new portal (portal.azure.com), pull web app , scroll down below essentials. near bottom, you'll see area continuous deployments. if haven't set yet, you'll see asking set up. click, , choose source:

ci setup

once set up, should able manage deployments pushing code repository.


Comments