Showing tag results for Azure

Nov 7, 2018
Post comments count0
Post likes count0

Easy as Pi IoT on Windows 10 and Azure IoT Central!

Developer Support

Have you ever tried building an IoT solution on an embedded device like a Raspberry Pi with an ARM processor? What languages did you have to use? What if that device had to send data to the cloud for dashboarding and alerting? How would you build the dashboard and manage alerts for authorized users?

TeamAzureIoT
Oct 22, 2018
Post comments count3
Post likes count8

Understanding CIDR Notation when designing Azure Virtual Networks and Subnets

Developer Support

When creating a Virtual Network, specifying the address space is the most critical configuration. This is the IP range for the entire network that will be divided into subnets. This post is to help explain CIDR Notation for your subnet configuration.

TeamAzure
Oct 19, 2018
Post comments count0
Post likes count0

Automating the creation of Azure Service Principals with PowerShell

Developer Support

Recently had to give a chalk talk on a Azure Service Bus (ASB). Creating and recreating the various topics and subscriptions is a bit of a pain since there are so many options and parameters to consider. The way I go about it is to create a utility that simply creates and destroys all the infrastructure I need for the chalk talk.

TeamAzurePowerShell
Oct 11, 2018
Post comments count0
Post likes count0

Federation patterns using Azure AD

Developer Support

In this post, Premier Dev Consultant Marius Rochon considers scenarios where an application needs to be accessed by users from many sources of authentication (Office 365, owned and operated by Microsoft but whose use is managed separately by many independent organizations is an example of such a resource). It proposes a framework for determining an...

TeamAzureAuthentication
Sep 27, 2018
Post comments count0
Post likes count0

Uncovering The Details Of Hosting a Node Application On Azure

Developer Support

I was recently working on a Node JS application and I decided that Azure was the right place for me to host my application as it made it extremely easy to deploy it to production. But shortly after deploying the application I started to have questions about some of the magic that Azure was doing to make everything “just work”. This post summarizes ...

TeamAzureNode.js
Aug 24, 2018
Post comments count0
Post likes count0

Azure Maps Simplified

Developer Support

Azure Maps are fascinating to me and also very useful in an ever increasing IoT world to track/transport goods, monitor traffic patterns for delivery routes and many other applications. What I want to display is the absolute minimum one would need to create their very first Azure Map.

TeamAzureIoT
Jul 31, 2018
Post comments count0
Post likes count0

Azure CLI Aliases Are Awesome!

Developer Support

App Dev Manager Isaac Levin spotlights extensibility in the Azure CLI allowing developers to do some pretty amazing things when it comes to mastering long and complex commands.

TeamAzureAutomation
Jul 26, 2018
Post comments count0
Post likes count0

Accessing Certificates in Service Fabric Hosted Windows Containers

Developer Support

In this post, senior consultant Megan Meyer demonstrates how you can utilize SetupEntryPoint scripts to manage acquiring certificates and making them available to your Service Fabric hosted container. This blog covers an approach that allows greater control and flexibility at the time of service setup so that you can have runtime access to certifi...

TeamAzureContainers
Jun 19, 2018
Post comments count0
Post likes count0

Fast Start: Infrastructure as Code Using Azure DevTestLabs

Developer Support

In this post, Premier Developer Consultant Derrick Cawthon teaches you how to get started with Infrastructure as Code quickly and easily using Azure DevTestLabs and VSTS. He shows how simple it is to use these two technologies to be able to deploy on-demand.A lot of folks understand that Infrastructure as Code (IaC) is a great idea and an advanced ...

TeamAzureDevOps
Jun 18, 2018
Post comments count3
Post likes count0

Remote debugging Azure App Services

Developer Support

This post is provided by App Dev Managers Chris Westbrook and Susan Leighton who walk us through remote debugging a web application deployed as an Azure App Service. In this post, we're going to look at debugging web apps deployed to an Azure App Service. Customers are sometimes apprehensive about using cloud PaaS services, based upon their ...

TeamAzureApp Services