Hi as a .Net/.Net Core developer what all essientail skills one need to know about azure.
1. we are deploying out application on Azure - i know how to
2. we are using blog where we stored lots of pdf.
but i am don;t see any route what should i know and what i don;t can anyone guide me pls.
Rajkiran SwainPosted Apr 10, 2023, 9:22 PM
As a .NET/.NET Core developer working with Azure, there are a few essential skills that you should have:
Azure Deployment: You mentioned that you are already deploying your application on Azure, which is a good start. Make sure you are familiar with the different Azure deployment options, such as Azure App Service, Azure Virtual Machines, Azure Kubernetes Service (AKS), and Azure Functions.
Azure Storage: As you mentioned that you are using Azure Blob storage to store PDF files, it's important to know about Azure Storage in general. This includes understanding the different types of storage available in Azure, such as Blob, Table, Queue, and File storage, and how to interact with them using Azure Storage SDKs and APIs.
Azure SQL Database: If you are using a SQL database in your application, you should be familiar with Azure SQL Database, which is a managed database service in Azure. You should know how to provision, manage, and scale Azure SQL databases and how to access them from your .NET or .NET Core application.
Azure App Service: This is a Platform as a Service (PaaS) offering in Azure that allows you to host and scale web applications, mobile backends, and RESTful APIs. You should be familiar with Azure App Service and how to configure and deploy applications to it.
Azure DevOps: Azure DevOps is a set of development tools and services that enable teams to plan, build, and deploy applications in Azure. You should be familiar with Azure DevOps and its features, such as source control, continuous integration and deployment (CI/CD), testing, and monitoring.
Azure Functions: Azure Functions is a serverless compute service in Azure that allows you to run code on-demand without provisioning or managing any infrastructure. You should be familiar with Azure Functions and how to use them to create event-driven, scalable applications.
Azure Active Directory: If your application requires authentication and authorization, you should know about Azure Active Directory (Azure AD), which is a cloud-based identity and access management service. You should be familiar with Azure AD and how to integrate it with your application to authenticate users and protect resources.
These are just a few of the essential skills that you should have as a .NET/.NET Core developer working with Azure. As you work more with Azure, you'll likely discover more areas that you need to learn about.
Sanjay SharmaPosted Apr 11, 2023, 1:46 PM
RAJKIRAN SWAIN thanks a lots