We are starting to develop some new technologies, and I want to know whether it is possible to proceed to the development of a web application to run initially in Azure (i.e. use specific Azure objects such as storage), but also run locally on our test servers and host internal deployments natively on IIS?
I know that I can host them from a dev server in a simulated Azure environment, and I know that I can interact with Azure components and write to non-azure peers. It seems like it should be a problem.
source share