Saturday, October 21, 2023

Azure Active Directory

 All employees in an organization need access to some Azure services to perform their tasks. They can access services like SQL database, machine learning, or Azure container services when the administrator assigns them separate user id and password for each service. Employees, as well as administrators, often find it hard to manage multiple user logins at the same time. It creates more of a hassle...
Continue Reading →

Azure Key Vault

 Azure Key Vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, or cryptographic keys. Key Vault service supports two types of containers: vaults and managed hardware security module(HSM) pools. Vaults support storing software and HSM-backed keys, secrets, and certificates....
Continue Reading →

Application Insights

Application Insights sends telemetry from your web application to the Azure portal so that you can analyze the performance and usage of your application.  It provides benefits as:Exceptions and performance diagnostics.Interactive data analysis.Azure diagnostics.Proactive detection.References: https://azuredevopslabs.c...
Continue Reading →

Azure WebJobs

 WebJobs is a feature of Azure App Service that enables you to run a program or script in the same instance as a web app, API app, or mobile app. There's no extra cost to use WebJobs.Azure WebJobs enable you to run programs or scripts in your website as background processes. It runs and scales as part of Azure Web Sites.  WebJobs aren't supported for App Service on Linux yet. What...
Continue Reading →

Azure API Management (APIM)

 Azure API Management is a fully managed service that helps developers to securely expose their APIs to external and internal customers. It provides a set of tools and services for creating, publishing, and managing APIs, as well as for enforcing security, scaling, and monitoring API usage.API...
Continue Reading →

Azure Data Factory

Azure Data Factory enables you to move and transform data from various sources to various destinations. It's a managed cloud service designed specifically for handling complex hybrid extract-transform-load (ETL), extract-load-transform (ELT), and data integration projects. This article describes how you can use Azure Data Factory to create, schedule, and manage data pipelines.Read more: &nbs...
Continue Reading →

Azure Service Bus With C#

 Azure Service Bus is a fully managed messaging service from Microsoft that allows applications to send messages to each other and receive messages reliably, without having to worry about the underlying infrastructure. This service is often used for scenarios where decoupled communication between applications is required, such as microservices architecture, or for enabling communication between...
Continue Reading →