@Sudip Bhatt , Thanks for posting this question.
This document provides an overview of key concepts and services .NET developers should be familiar with to get started developing apps using Azure services.
You can implement/learn to develop .NET apps leveraging a variety of Azure services, some most common services:
- Web Application- Build .NET web applications that can be hosted easily in Azure with ASP.NET, a set of tools and libraries for building web applications and services.
- Serverless computing - Get an event-driven, serverless compute experience that fully supports .NET using Azure Functions.
- Data services - Use any data with managed database services from Azure. Create secure, scalable, globally redundant relational and non-relational data stores and access them easily with .NET
The complete set of feature content - list on the page is a great place to start your learning journey.
If you have questions on mind like these:
- What can you do when you are looking to modernize an existing ASP.NET app?
- What data services are the most applicable to .NET development?
- How can I get started with serverless?
I suggest you checkout this well guided introductory video - 5 Azure Services Every .NET Developer Needs to Know*
To highlight more on what Azure offers for .NET developers. Azure provides services that can help you accomplish many things. These range from the mundane—such as adding search functionality to your application or spinning up a new SQL database to connect to your recent .NET app—to more exotic projects such as implementing continuous integration (CI) and continuous deployment (CD) workflows. You also can automatically tune your database or set up push notifications to mobile devices, easily and quickly. These are just a few examples of some common projects that developers have repeatedly had to create for themselves but that are now available as a service. Reference -Azure Quick Start Guide for .NET Developers.
Learn to develop .NET apps leveraging a variety of Azure services.
Happy Learning!