Can I redesign the application for IIS and Azure?

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.

+4
source share
1 answer

If you want to run Azure applications in place (and using non-working Azure storage), you must run Microsoft Private Cloud . This requires special costs for equipment and licensing, so do not expect it to work on what you have today.

+1
source

Source: https://habr.com/ru/post/1386146/


All Articles