Azure
Posts about Microsoft Azure. Security, architecture, infrastructure and operations, development, compliance, and a lot more.
Getting the instance id of a running Azure Function with ExecutionContext.InvocationId Paid Members Public
Recently I had a discussion about Azure Functions, the pros and cons, and running multiple instances of batch processing simultaneously. One of the immediate questions that came up in that discussion was; In the built-in logs you see in the streaming log service or in the log console, how do
Reuse your C# Script (csx) code in multiple Azure Functions Paid Members Public
Azure Functions hit GA (General Availability) recently [https://azure.microsoft.com/en-us/blog/announcing-general-availability-of-azure-functions/] . A big milestone for the Azure Functions team, and I'm happy to see that it's finally out of Preview. Lately I've been working a lot with various parts of Azure
Azure Storage REST API: Authenticate with C# Paid Members Public
In one of my projects where I've been refactoring a traditional .NET project into a .NET Core project, I used the Azure Storage [https://www.nuget.org/packages/WindowsAzure.Storage/] nugets. As of this posting, the current version of the NuGet supports .NET Core which is awesome -
Microsoft Ignite 2016 - Summary of key announcements for Office 365, SharePoint and Azure from Day 1 Paid Members Public
In the flood of announcements from Ignite 2016 today, I noted down my favorites about Office 365, Azure and SharePoint. Enjoy. SharePoint Server Announcements I only found one interesting SharePoint Server announcement today, and that was the announcement about Feature Pack 1 for SharePoint Server 2016. The Feature Pack contains
Azure Resource Manager Template Visualisation with ARMVIZ Paid Members Public
Here's another quick tip for those of you, like me, working with the Azure Resource Manager in various ways. If you're designing templates, there's a pretty slick template visualization tool available called ARMVIZ [http://armviz.io]. Edit and Visualize your ARM templates It'
Azure Resource Manager - Part 8 - Export Template for Resources in a Resource Group with the REST API Paid Members Public
This article is part of a series. Here's a list of all available parts. * Part 0: Introduction to the article series [https://zimmergren.net/developing-with-azure-introduction-to-this-article-series] * Part 1: Create an AzureRm Active Directory (AAD) Application using PowerShell [https://zimmergren.net/developing-with-azure-creating-a-service-principal-for-your-azure-active-directory-aad-using-powershell-2/] * Part 2: Getting started with the AzureRm PowerShell
Azure Resource Manager - Part 7 - Download an Azure Publishing Profile (xml) programmatically using REST Paid Members Public
This article is part of a series. Here's a list of all available parts. * Part 0: Introduction to the article series [https://zimmergren.net/developing-with-azure-introduction-to-this-article-series] * Part 1: Create an AzureRm Active Directory (AAD) Application using PowerShell [https://zimmergren.net/developing-with-azure-creating-a-service-principal-for-your-azure-active-directory-aad-using-powershell-2/] * Part 2: Getting started with the AzureRm PowerShell
Azure Resource Manager - Part 6 - Move Azure Resources from one Resource Group to another Paid Members Public
This article is part of a series. Here's a list of all available parts. * Part 0: Introduction to the article series [https://zimmergren.net/developing-with-azure-introduction-to-this-article-series] * Part 1: Create an AzureRm Active Directory (AAD) Application using PowerShell [https://zimmergren.net/developing-with-azure-creating-a-service-principal-for-your-azure-active-directory-aad-using-powershell-2/] * Part 2: Getting started with the AzureRm PowerShell
Recent comments