Click here to Skip to main content
15,892,927 members
Everything / Hosted Services / Azure

Azure

Azure

Great Reads

by roscler
Azure based pet adoption agent that helps pet lovers find the perfect pet while saving the lives of kittens & puppies
by Sacha Barber
Azure Service Fabric Demo + IOC, logging, encryption
by KristianEkman
An online Angular, .NET 7 Web API, SQL Server on Azure backgammon game
by Sacha Barber
Angular.Js / Azure / ASP MVC / SignalR / Bootstrap demo app

Latest Articles

by Wessel Beulink
What is Azure Virtual Network Encryption? Azure Virtual Network encryption provides a layer of security that encrypts virtual network traffic, specifically between Azure Virtual Machines that communicate securely within a subnet or across different subnets.
by Wessel Beulink
As businesses navigate the end of BizTalk and seek potent data transformation solutions, Azure Logic Apps has surged to the forefront, offering an agile, serverless platform that simplifies workflow automation.
by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management

All Articles

Sort by Updated

Azure 

N 25 Apr 2024 by Wessel Beulink
What is Azure Virtual Network Encryption? Azure Virtual Network encryption provides a layer of security that encrypts virtual network traffic, specifically between Azure Virtual Machines that communicate securely within a subnet or across different subnets.
12 Apr 2024 by Wessel Beulink
As businesses navigate the end of BizTalk and seek potent data transformation solutions, Azure Logic Apps has surged to the forefront, offering an agile, serverless platform that simplifies workflow automation.
22 Mar 2024 by Wessel Beulink
IPv6 support enhances Azure Gateway, vital for efficient network management
1 Mar 2024 by Wessel Beulink
Application Gateway for Containers, recently made generally available by Azure, represents an evolution in application (layer 7) load balancing and dynamic traffic management for workloads running in a Kubernetes cluster.
1 Feb 2024 by Wessel Beulink
Azure API Center Portal streamlines API management; Visual Studio Code extension enhances collaboration and productivity within Azure ecosystem.
25 Jan 2024 by Wessel Beulink
Azure spearheads cloud evolution, Azure Automation Runbooks manage hybrid/SOC environments effectively
6 Jan 2024 by Wessel Beulink
Azure Functions, Microsoft’s serverless compute service, lets you run event-driven code without having to manage the infrastructure.
5 Jan 2024 by Wessel Beulink
Microsoft Azure enhances security with private subnets, fostering efficient network management.
5 Jan 2024 by Wessel Beulink
Azure Application Gateway evolves with IPv6 support for seamless web traffic
13 Oct 2023 by DotNetLead.com
How to build an OpenAI chat application using Angular, ASP.NET API, and Azure
25 May 2023 by Illya Reznykov
The post describes how to use token-based authentication to run SQL queries against Azure SQL Database.
2 Jan 2023 by Jeffrey T. Fritz
Azure Storage Caching and Compression
21 Dec 2022 by Jeffrey T. Fritz
Migrate Azure Postgres database to a Flexible Server
8 Sep 2022 by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps
10 Jan 2022 by Afzaal Ahmad Zeeshan
Introduction and Background As the title suggests, this post is a personal recommendation for the users of Microsoft Cognitive Services, the services that provide a cloud-based subscription-based solution for artificially intelligent software applications, with an any team, any purpose and any scale
21 Jul 2021 by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.
8 May 2021 by DotNetLead.com
How to build and deploy Angular application using GitHub and Azure
15 Mar 2021 by Arun Endapally
How to migrate your old repositories in TFVC to Git with full history
24 Nov 2020 by OwenDavies
How to store Devops documentation in GIT and manage CAD approvals with pull requests
26 Aug 2020 by Lee P Richardson
This is the story of my first site, where I threw the SPA (Single Page Application) into ASP.NET Core's wwwroot directory, and slung it up to Azure App Services as a single site, and called it a day.
9 Aug 2020 by Kevin Mack
A quick post on adding application insights to Azure functions
8 Aug 2020 by OwenDavies
Installing a desktop environment and setting up RDP to allow us to connect to our Virtual Machine
16 Jul 2020 by Kevin Mack
When storing data in Azure blob storage, the process of upload a blob is fairly straight forward, and all it takes is setting the access tier to “Archive” to move data to blob storage.
4 Jun 2020 by Kevin Mack
How to use the new Azure AD provider in Terraform
26 May 2020 by Jeremy Likness
How can you connect securely without storing credentials in the client and hosting your own identity service? The solution is to use Azure Active Directory for authentication and communicate securely with a serverless Azure Function.
14 May 2020 by Kevin Mack
So I did want to write about something that I discovered recently when investigating a question. The idea being Key rotation, and how TerraForm state is impacted. So the question being this, if you have a key vault and you ask any security expert.
10 May 2020 by Kevin Mack
How to get Azure Search SDK to work in Government
10 May 2020 by Gaston Verelst
How to send out regular notification updates using Azure Notification Hub
24 Apr 2020 by Kevin Mack
Some areas to focus on for Cloud Security
21 Apr 2020 by Kevin Mack
Some resources to help with Artificial Intelligence in Azure if you are looking for some demos to show the “art of the possible” or tools to start
14 Apr 2020 by Kevin Mack
Cost projections and figuring out gross margin in cloud computing
12 Apr 2020 by Jeremy Likness
Some ah-hah moments about Kusto
4 Mar 2020 by Lee P Richardson
How to provide strongly typed, cross platform, dependency managed access to all 2,935 Azure CLI commands in C#
28 Feb 2020 by OwenDavies
Using Terraform to create an Azure Virtual Machine
27 Feb 2020 by Kevin Mack
Some educational resources to learn TerraForm
27 Feb 2020 by Kevin Mack
Different options for certification on the Azure platform
27 Feb 2020 by Kevin Mack
A blog about availability in the cloud and how to build applications that are architected for resiliency.
18 Feb 2020 by OwenDavies
Microsoft announced back in May of the Windows Server Containers support in Azure Kubernetes Service Preview. Finally we can run Windows containers on the AKS service. It’s still only in preview, but fingers crossed will be coming to General Availability soon..
12 Feb 2020 by OwenDavies
How to implement a crossdomain.xml file to allow the Flash client to connect to my site
10 Feb 2020 by OwenDavies
Windows Azure portal has the full breadth of Azure visually displayed for you to see your Azure subscription and discover new things on the platform. But manually clicking through to provision a new VM or restart a VM isn’t the dream.
9 Feb 2020 by OwenDavies
Instructions detailing creation of an Azure Virtual Machine using ARM templates in PowerShell, emphasizing steps from setting up the ARM template to deploying it
9 Feb 2020 by OwenDavies
So you want to create a Virtual Machine on Azure, this can be done in the portal. But really we want this scriptable, so that we can run it at a later date if needed and also so we can leverage this work and use it to create other virtual machines at a later date..
9 Feb 2020 by OwenDavies
How to non-interactively login to Azure with PowerShell
9 Feb 2020 by OwenDavies
Fix for persistent issue with "reboot node if needed"
8 Feb 2020 by OwenDavies
When you create an Azure Storage account to store files in a container you can set the permissions to what ever access level you want, and you can generate tokens to access the blob storage account with set periods of time. That’s what we’re going to do here today.. 0.
7 Feb 2020 by OwenDavies
Unhelpful error message received while trying to move VSTS (Visual Studio Team Services) account from one Resource Group to another
5 Feb 2020 by OwenDavies
This post will show you how to remove a custom domain from Office 265 using Azure Active Directory.
5 Feb 2020 by OwenDavies
A script to modify the IP Address for a NSG rule and allow full access to that IP address
5 Feb 2020 by OwenDavies
A script that will crawl through all your ARM templates in a folder and check for the latest Azure API version
4 Feb 2020 by OwenDavies
Terraform allows you to setup Infrastructure as expressed by code (Infrastructure As Code IaC). This post helps you to get started with Terraform.
3 Feb 2020 by OwenDavies
This post will show you how to set up web endpoint monitoring from within Azure.
14 Jan 2020 by Chris A. Johnson
This article explains exactly how to setup an SSL certificate for FREE on your Azure account. The existing free SSL with Azure only works on 'non-naked' domains, making it pretty much worthless. This is a 100% free method which ensures your site will be 100% secure.
19 Dec 2019 by Jeremy Hutchinson
I’ve been spoiled by Asp.Net and expect app settings to just work, but there is no easily configured app settings story for client-side Blazor yet. What I’m looking for is the ability to set some settings on a per-environment (dev/test/beta/prod) through Azure App Service Application Settings.
5 Dec 2019 by Bahrudin Hrnjica
Predictive maintenance on .NET platform
2 Dec 2019 by Kevin Mack
Hello all, in keeping with the last post on the blog, I started doing some posts around High Availability, so ultimately the focus here is how do I architect my solution to ensure that is meets the availability demands of my customers.
22 Nov 2019 by Jeremy Likness
Stateful serverless: long running workflows with durable functions
21 Nov 2019 by Jeremy Likness
Learn how durable entities provide explicit management of state in serverless applications and guarantee operations are safe to execute without concurrency conflicts.
21 Nov 2019 by Jeremy Likness
A look at the latest Azure SDKs for .NET with a sample .NET Core app that uses the Cosmos DB SDK and LINQ to iterate over documents with a dynamic schema.
21 Nov 2019 by Jeremy Likness
This post continues my series about how I migrated from Medium to Hugo.
20 Nov 2019 by Jeremy Likness
Durable functions enable implicit and explicit state management for serverless workflows and accommodate a variety of patterns. A new addition, the HTTP task, helps manage interactions with HTTP endpoints including error handling and support for long polling.
20 Nov 2019 by Jeremy Likness
How to customize the new Windows Terminal for Windows 10 for custom font, look and feel, as well as setup terminals for git-bash, Node.js, PowerShell, and Azure Cloud Shell.
5 Nov 2019 by Kevin Mack
Hello all, It’s been a while since I did a blog post outside of the weekly updates. But I wanted to do one in terms of conversations that I’ve been having a lot lately and seems to be largely universal. High Availability.
21 Sep 2019 by Shameel
Part 4 of this multi-part article series discusses Maintenance and Monitoring, High Availability, Load Balancing, and Replication and Environment Stabilization.. The post Migrating your SQL Server Workloads to PostgreSQL – Part 4 appeared first on The Developer Space..
7 Sep 2019 by Lee P Richardson
This blog post lists 3 days to refactor EF Linq queries without killing Perf
15 Aug 2019 by Ryan Peden
How to customize the URLs of your Azure Functions
28 May 2019 by Lee P Richardson
How to automatically incorporate semantic version information into NuGet libraries during building, packaging, and publishing of .Net libraries to private NuGet feeds.
3 May 2019 by Rion Williams
Smooth transactions with TransactionScope
29 Apr 2019 by Lee P Richardson
Private NuGet Feeds in Azure DevOps
26 Apr 2019 by Benktesh Sharma
Here is a simple branching strategy to work in CI/CD and code review policy in Agile
15 Apr 2019 by Abdelrahman El Kinani
Azure MySQL DB, how to design it, basic UWP todo demo
15 Apr 2019 by YawerIqbal
System Jobs AsyncOperation or System Job is an important Dynamcis 365 system entity. Usually we don’t create its records, rather they are created automatically. A record represents a single execution of an asynchronous resource.
15 Apr 2019 by YawerIqbal
Last week in a meeting client explained requirement: “.. we receive emails in a mail box, and we manually create contacts in CRM using sender name and address for further processing, we want to automate this.. .
13 Apr 2019 by Kevin Mack
How to build out Azure container registry in Terraform
17 Mar 2019 by Madhur Kapoor
One of the quickest way to get your code up and running in Azure is to use Azure Functions which makes use of the serverless architecture. When we say serverless, it means that we don’t have to worry about the provisioning and maintaining of virtual machines or servers.
10 Mar 2019 by Rajat-Indiandotnet
As a product owner, you always worried about the different security aspects of your application and SQL Server Database is one of the main important parts for which you might worry.
11 Feb 2019 by frez
In Azure your web app is written to the “d:\home\site\wwwroot” folder, and if you deploy with Visual Studio and choose “Remove additional files at destination” anything not in your project will be removed from “d:\home\site\wwwroot”.
27 Jan 2019 by Gaston Verelst
In this post, I show how to create an image from a VM in Microsoft Azure, and use this to create identical VMs.
27 Dec 2018 by Vivek Johari
Creating an Azure SQL Database Contents Introduction Creation of Azure SQL Database Step 1: Select Database Name Step 2: Select Azure Subscription Step 3: Choose Resource Group Step 4: Choose Database Source Step 5: Choose SQL Server Step 6: Choose Elastic Pool Option Step 7: Choose Service Tier for
24 Nov 2018 by Vivek Johari
Migrating SQL Database To Azure SQL Instance using Microsoft Database Migration Assistant (DMA) Tool Contents Introduction Microsoft Database Migration Assistant (DMA) tool Migrate SQL Server database To Azure SQL Instance using DMA tool Detecting the compatibility issues using Assessment Type
31 Aug 2018 by Sander Rossel
Set up Continuous Integration and Deployment to Azure in VSTS using Azure and Visual Studio. The post Azure Deployment using Visual Studio Team Services (VSTS) and .NET Core appeared first on Sander's bits.
29 Aug 2018 by Sander Rossel
Get started with Azure Functions and serverless computing in Azure. We'll see what serverless computing is and how it's implemented in Functions.
16 Aug 2018 by Sander Rossel
Taking Continuous Deployment one step further by deploying your infrastructure to Azure using Azure Resource Manager Templates, or ARM Templates. The post ARM Templates to Deploy your Resources to Azure appeared first on Sander Rossel.
1 Jun 2018 by BC3Tech
The last in the series, a walk through on taking our problem statement and implementing it with the new abstraction from the Azure Functions team, Durable Functions...
31 May 2018 by BC3Tech
With that in mind, let’s implement our solution from earlier in this series in Azure Functions.
19 May 2018 by User 1043264
How to implement Azure AD B2C authentication in ASP.NET Core 2.0. Continue reading...
29 Apr 2018 by harleydk
Going serverless with Internet-of-Things and Azure Functions
5 Feb 2018 by AssemblySoft
Windows Azure Storage Emulator failed to install...
3 Jan 2018 by Gordon Beeming
How to move application insights resources between subscriptions in Azure
30 Nov 2017 by BC3Tech
Event Grid subscriptions point to an https endpoint. When using Azure Functions as the subscriber, how can you locally debug your events?
9 Nov 2017 by matthewproctor
How to configure the Azure Traffic manager
6 Nov 2017 by BC3Tech
While it would be high near impossible to DDoS a solution running on a serverless platform (scaling would just continue to handle all the requests it needed to), somebody still has to pay for the execution.
2 Oct 2017 by User 1043264
How to deploy a cluster of ASP.NET Core applications using Docker Swam mode in Azure. Continue reading
1 Sep 2017 by Jeremy Hutchinson
Simple deploy to Azure from Command line
1 Sep 2017 by User 1043264
How to send emails in .NET Core using Azure SendGrid service. Continue reading...
1 Sep 2017 by User 1043264
How to use Azure Redis cache in ASP.NET Core. Continue reading...
1 Sep 2017 by User 1043264
How to use Azure Blob storage in ASP.NET Core. Continue reading...
1 Sep 2017 by User 1043264
How to use Azure Service Bus in .NET Core. Continue reading...