in Technology by
What are the Key Azure Services for .NET developers?

1 Answer

0 votes
by

While Azure contains over 100 services, the following Azure services are the services you will use most frequently as a .NET developer.

KEY AZURE SERVICES FOR .NET DEVELOPERS
Service Description
App Service Icon Azure App Service Azure App Service is a fully managed platform for hosting web applications and APIs in Azure. It features automatic load balancing and auto-scaling in a highly available environment. You pay only for the compute resources you use and free tiers are available.
Azure Functions Icon Azure Functions Azure Functions is a serverless compute service that lets you write and run code without managing any servers or runtimes. Functions can be triggered by different kinds of events and you only have to write the code necessary to handle the event.
Azure SQL Icon Azure SQL Azure SQL is a fully managed cloud based version of SQL Server. Azure automatically performs traditional administrative tasks like patching and backups for you and features built-in high availability.
Cosmos DB Icon Azure Cosmos DB Azure Cosmos DB is a fully managed NoSQL database with single digit response times, automatic scaling, and a MongoDB compatible API.
Azure Storage Blobs Icon Azure Blob Storage Azure Blob Storage allows your applications to store and retrieve files in the cloud. Azure Storage is highly scalable to store massive amounts of data and data is stored redundantly to ensure high availability.
Azure Service Bus Icon Azure Service Bus Azure Service Bus is a fully managed enterprise message broker supporting both point to point and publish-subscribe integrations. It is ideal for building decoupled applications, queue based load leveling, or facilitating communication between microservices.
Azure Key Vault Icon Azure Key Vault Every application has application secrets like connection strings and API keys it must store. Azure Key Vault helps you store and access those secrets securely, in an encrypted vault with restricted access to make sure your secrets and your application are not compromised.
Cognitive Services Icon Cognitive Services Azure Cognitive Services are a collection of cloud-based services that allow you to add AI based capabilities to your application. Examples include computer vision, speech recognition, language understanding, and anomaly detection.

Related questions

0 votes
    Access Azure services from .NET applications?...
asked Dec 31, 2020 in Technology by JackTerrance
0 votes
    Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 15, 2022 in Education by JackTerrance
0 votes
    Which endpoint is used for Non-Azure services? A. External Endpoint B. Nested Endpoint C. Azure Endpoints D. All the options...
asked Nov 21, 2022 in Education by JackTerrance
0 votes
    Which services are used to manage the resources in Azure?...
asked Dec 27, 2020 in Technology by JackTerrance
0 votes
    Which services are provided by Window azure operating system?...
asked Dec 16, 2020 in Technology by JackTerrance
0 votes
    What are two classes which are present in the Test Package by default? Is it possible for the developers or testers to modify the same?...
asked Feb 7, 2021 in Technology by JackTerrance
0 votes
0 votes
    Azure Storage plays the same role in Azure that ______ plays in Amazon Web Services. 1. EC3 2. S3 3. EC2...
asked Sep 22, 2021 in Technology by JackTerrance
0 votes
    If the client gets disconnected from cache with the services state the probable cause in Azure?...
asked Dec 29, 2020 in Technology by JackTerrance
0 votes
    How is Azure Resource Manager beneficial over the classic services?...
asked Dec 28, 2020 in Technology by JackTerrance
+1 vote
    If you have to replace your current on-premise services in the form of virtual machines, then you can use Microsoft Azure cloud categorized as ____________....
asked Oct 20, 2020 in Technology by JackTerrance
+1 vote
    If you have to replace your current on-premise services in the form of virtual machines, then you can use Microsoft Azure cloud categorized as ____________....
asked Oct 20, 2020 in Technology by JackTerrance
0 votes
    I am starting with Windows Azure. I have an Azure account with Microsoft and would like to use it from my ... Azure management portal? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    I have seen Microsoft Cognitive services such as text analytics and some other services. Here I have gone through ... much about it? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Azure Storage plays the same role in Azure that ______ plays in Amazon Web Services. a) S3 b) EC2 c) EC3 d) All of the mentioned...
asked Dec 23, 2020 by JackTerrance
...