Click here to Skip to main content
15,881,742 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have knowledge about .net and i working on it now. But i have no knowledge about azure.
Can anyone help on this?

Thank You.

What I have tried:

I have knowledge about .net and i working on it now. But i have no knowledge about azure.
Can anyone help on this?

Thank You.
Posted
Updated 10-Nov-21 22:07pm

Not too difficult to find information: .NET applications | Microsoft Azure[^]
 
Share this answer
 
These are the reason of why people are using .net on azure.


1. ASP.NET Core supports cross platform (windows / macOS / Linux) which pairs nicely with Azure's hosting of Windows & Linux virtual machines.
2. ASP.NET Core includes a built-in container that supports constructor injection.
3. Configure this container's services in the ConfigureServices in your ASP.NET Core app's Startup class.
4. Azure Resource Manager templates allow for the scripted configuration of Azure VMs and the software they need.
5. Azure App Service abstracts away the lower level details of server maintenance and lets developers deploy ASP.NET projects straight to Azure.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900