Tag: Azure

Configure a Backup for your Azure App Service
Configure a Backup for your Azure App Service
Blog Posts

The Backup feature in Azure App Service allows us to easily create app backups manually or on a schedule. You can restore the app to a snapshot of a previous state by overwriting the existing app or restoring to another app. Refer the below steps to schedule your backup: 1. Go to your App service… READ MORE

The fastest way to get started with Microsoft Azure
The fastest way to get started with Microsoft Azure
Blog Posts

Microsoft Azure is multiplying and updating very frequently with several new services. You can see releases of new Azure services very often. Old Azure services are getting updated with new features. And, many services are moving from public preview to general availability, and there are a lot more. Sometimes, this information is overwhelming when you are just getting… READ MORE

Azure Functions out-of-process and authentication with Azure AD
Azure Functions out-of-process and authentication with Azure AD
Blog Posts

Last year I managed to get Microsoft.Identity.Web running with Azure Functions. During the time, Microsoft released a new model for hosting Functions on .NET called out-of-process . This is used to run Functions in .NET 5.0, will be available with 6.0 and will be the only model available since .NET 7.0 as per roadmap. The out-of-process model comes with… READ MORE

Distribute Azure Health Chatbot Using Microsoft Teams Apps
Distribute Azure Health Chatbot Using Microsoft Teams Apps
Blog Posts

Microsoft Azure Bot Services provide us a managed, highly scaled platform for developing intelligent, enterprise-grade chatbots. Microsoft Azure Health Chatbot abstracted out the complex part of data validation, regulation, data privacy from the platform. It provided an opportunity for the organization to build and deploy an AI-based healthcare bot rapidly. With the power of Azure Platform, you… READ MORE

Protect your Network Resources with Azure Firewall
Protect your Network Resources with Azure Firewall
Blog Posts

Azure Firewall is a cloud service under the Azure security umbrella that allows customers to centrally manage all their network traffic with built-in capabilities, including high capability, scalability and performance. Let’s see how you can protect your network resources from undesired threats while perusing important Azure Firewall concepts! Initial scenario AzureSpringClean-RG is an Azure Resource Group. All… READ MORE

Storing GitHub Traffic with Azure Functions
Storing GitHub Traffic with Azure Functions
Blog Posts

Frustrated by GitHub Insights As an owner of a handful of large public repos for my job, one of the things that I care about is knowing the traffic to the repos to get an understanding of visibility. GitHub has this amazing feature, called GitHub Insights, which allows you to see some of this data, however… READ MORE