Category: Azure

According to Microsoft, Azure is an ever-expanding set of cloud services to help your organisation meet business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using various tools and frameworks.

From DevOps to business analytics to the Internet of Things, Azure is designed to have users up and running quickly with a scalable, cost-effective solution that works with your existing investments.

This cloud computing service is a big part of Microsoft’s business, and it competes with similar services from Amazon and Google.

Therefore, our Azure Category is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Start Building Serverless Applications on Azure
Start Building Serverless Applications on Azure
Webinars

Do you want to focus on creating business value and worry about servers less? In this webinar, Marc Duiker shows you how to start building serverless applications on Azure! Marc covers the benefits of serverless applications, and various integration options using bindings, and he demonstrates how to create a HTTP-triggered function written in .NET 6… READ MORE

Azure Synapse Analytics Cookbook
Azure Synapse Analytics Cookbook
Ebooks

Download Chapter 4: Engineering Real-time Analytics with Azure Synapse Link Using Cosmos DB, describes how you can architect and perform real-time analytics with Synapse, integrate Synapse Link for Cosmos DB and enable the Internet of Things (IoT). Purchase the eBook here Already a member? Log in here Not a member? Join the Resource Center to unlock… READ MORE

Azure Static Web Apps: hit the ground running!
Azure Static Web Apps: hit the ground running!
Webinars

Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a GitHub repository. But how do they work? Or, a better question, how do we make them work for us? Watch Rick van den Bosch’s webinar on Azure Static Web Apps and you will have enough… READ MORE

Azure Arc: Azure PowerShell Prerequisites Configuration Script
Azure Arc: Azure PowerShell Prerequisites Configuration Script
Blog Posts

This blog post will show you how you can configure Azure Arc prerequisites via the use of an Azure PowerShell script. Azure Arc allows you to onboard a wide variety of non-Azure resources, running on-premises, on other clouds or at the edge, into Azure. By projecting your existing non-Azure resources into Azure Resource Manager, it foresees a centralized management platform. Which makes it easier… READ MORE

Microsoft Azure Fundamentals Certification and Beyond eBook
Microsoft Azure Fundamentals Certification and Beyond eBook
Ebooks

This book will give you a solid understanding of cloud concepts and Microsoft Azure, starting by taking you through cloud concepts in depth, then focusing on the core Azure architectural components, solutions, and management tools. Download Chapter 9: Azure Governance – This chapter will outline various governance services in Azure, including resource tags, resource locks,… READ MORE

Azure Cosmos DB Hierarchical Partition Keys
Azure Cosmos DB Hierarchical Partition Keys
Blog Posts

Selecting a partition key for your Cosmos DB is one of the most important choices you need to make for your Cosmos DB project. You really need to take your time and have a plan for your project. Where is this application will be in 1 year? 5 years? How much data are you planning… READ MORE

Azure Functions Isolated Worker - Sending multiple messages
Azure Functions Isolated Worker – Sending multiple messages
Blog Posts

The new Azure Functions SDK for Isolated Worker (process) has been introduced around .NET 5. While it’s still in flux despite being GA-ed, it’s gaining more and more popularity. And yet, there are still some sharp edges you should be careful with and validate that everything you’re using with the older SDK, In-Process, is offered… READ MORE

Creating Azure Functions using VSCode Editor and Python
Creating Azure Functions using VSCode Editor and Python
Blog Posts

Azure Functions can be defined as the cloud services that are available on the Azure portal providing updated infrastructure and resources that are needed for running the applications. It is used to build web APIs, respond to database changes, process IoT streams, manage message queues, and more. In this article, we will explore how to… READ MORE