Wednesday, June 2, 2021
An Azure function is a code triggered by an event whereas an Azure Logic app is a workflow triggered by an event.Azure Logic App can define a workflow at ease consuming a range of APIs as connectors. These connectors will perform series of actions defined in the workflow. Like Azure Logic Apps, durable...
Azure Functions vs Web Jobs
Azure Web Job is a piece of code runs in the Azure App services. It is a Cloud Service used to run background tasks. Azure Functions are built on the top of Azure Web Jobs with the added capabilities. The table below differentiates Azure Functions and Web Jo...
Azure Functions
Azure Functions allows a piece of code to be deployed and executed without needing server infrastructure, web server, or any configurations. In addition, azure functions can be written in multiple languages such as C#, Java, JavaScript, TypeScript, and Python.Here are some key concepts related to Azure Functions:Trigger: A trigger is what causes a function to run. Azure Functions support various triggers,...
Azure Logic Apps

What is Azure Logic Apps?Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems. With this platform, you can quickly develop highly scalable integration solutions for your enterprise and business-to-business...
Friday, April 23, 2021
Azure Active Directory
What is Azure Active Directory?Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps your employees sign in and access resources in:External resources, such as Microsoft 365, the Azure portal, and thousands of other SaaS applications.Internal resources, such as apps on your corporate network and intranet, along with any cloud apps developed...
Friday, April 16, 2021
Azure SQL
Azure SQL Database is a relational database-as-a-service (DBaaS) hosted in Azure that falls into the industry category of Platform-as-a-Service (PaaS).Best for modern cloud applications that want to use the latest stable SQL Server features and have time constraints in development and marketing.A fully managed SQL Server database engine, based on the latest stable Enterprise Edition of SQL Server....
Azure App Services
Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows and Linux, and enables automated deployments from GitHub, Azure DevOps, or any Git repo. App Service not only adds the power of Microsoft Azure to your...
Autoscale in Microsoft Azure

Autoscale allows you to have the right amount of resources running to handle the load on your application. It allows you to add resources to handle increases in load and also save money by removing resources that are sitting idle. You specify a minimum and maximum number of instances to run and...
Thursday, April 15, 2021
Azure backup (On Premise)

Lab on Azure backupGo to All Services> Storage > Recovery Services VaultsProvide following information. Name, Subscription, RG, LocationAfter providing all information click on Create button. It will take some time to create your resource. when It is completed then open this service vault...
Azure Site Recovery and Backup
As an organization you need to adopt a business continuity and disaster recovery (BCDR) strategy that keeps your data safe, and your apps and workloads online, when planned and unplanned outages occur.Azure Recovery Services contributes to your BCDR strategy:Site Recovery service: Site Recovery helps ensure business continuity by keeping business apps and workloads running during outages. Site...
Saturday, April 10, 2021
Azure Storage services
The Azure Storage platform is Microsoft's cloud storage solution for modern data storage scenarios. Core storage services offer a massively scalable object store for data objects, disk storage for Azure virtual machines (VMs), a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store. The services are:Durable and highly available. Redundancy ensures that...
Friday, April 9, 2021
Improve Website Response Using Traffic Manager

This tutorial describes how to use Traffic Manager to create a highly responsive website by directing user traffic to the website with the lowest latency. Typically, the datacenter with the lowest latency is the one that is closest in geographic distance.Steps to follow for this purpose: Create...
Tuesday, April 6, 2021
Traffic Manager in Azure portal

Azure Traffic Manager is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions. Traffic Manager also provides your public endpoints with high availability and quick responsiveness.Traffic Manager uses...
Subscribe to:
Posts (Atom)