Showing category results for Azure

Mar 25, 2018
Post comments count0
Post likes count0

Getting started with Azure App Services Development

Developer Support

In this post, Application Development Manager, Vijetha Marinagammanavar, demonstrates how to get started with Azure App Services.To get started with Azure development we need to have Visual Studio 2013 or later, Azure SDK, and an active Azure subscription. We are using Visual Studio 2017 with our demo. If using VS2013 then download the SDK from htt...

TeamAzureApp Services
Mar 14, 2018
Post comments count0
Post likes count0

Client Directed Authentication with Azure Mobile Apps

Developer Support

App Dev Manager Nicholas McCollum walks through creating an Azure Mobile App that uses client directed authentication via Azure AD. Azure Mobile Apps are built on Azure App Services. Through the Azure portal you can configure your Azure Mobile App to provide sign in, push notifications, and data synchronization. When you configure sign in th...

TeamAzure ADMobile Development
Mar 8, 2018
Post comments count0
Post likes count0

Integrating Logic Apps and Azure Monitor

Developer Support

In this post, App Dev Manager Jason Venema walks us through a practical example using Logic Apps and Azure Monitor to track down who created a Virtual Machine. Have you ever needed to quickly find out who created a specific virtual machine in one of your Azure subscriptions? If it hasn’t happened yet, it probably will someday. Maybe your Clo...

TeamAzureLogic Apps
Feb 17, 2018
Post comments count0
Post likes count0

Enabling ALM Tooling in the Cloud for PubSec Customers

Developer Support

In this post, Senior App Dev Manager Doug Owens explores cloud hosted TFS options for government organizations.In sharing notes with peers within Microsoft, it becomes clear that many of our PubSec customers can benefit from improved Application Lifecycle Management (ALM) and DevOps practices. The world-class features, low barriers to entry, scalab...

TeamALMGovernment
Feb 15, 2018
Post comments count0
Post likes count0

Walk-through of using SSH to connect Azure VM Jump Servers

Pam Lahoud

In this post, Premier Developer consultant Kurt Schenk walks us through setting up an SSH connection to Azure using a jumpbox. Using SSH to access resources is becoming increasingly common for Windows users. Some typical scenarios are connecting to Linux VMs from Windows development computers; another common one is using SSH to connect to VM...

AzureLinuxKurt Schenk
Jan 25, 2018
Post comments count0
Post likes count0

Amazon Alexa Skills authenticated by Azure Active Directory and backed by an Azure Function

Developer Support

This post is provided by Premier Field Engineer, Nathan Vanderby, who walks us through how to write an Alexa skill using Azure Functions.  Last updated June 2018. Most people have heard of the Amazon Echo and the skills that provide it functions. Amazon makes it really easy to create these skills using an AWS Lambda function. These can also ...

TeamAzure FunctionsAlexa
Jan 24, 2018
Post comments count0
Post likes count2

Getting Started with Ethereum using Azure Blockchain

Developer Support

In this post, Senior ADM Mike Finley discusses how to get started with Ethereum and Azure Blockchain.What is Blockchain? At the most basic level of understanding, blockchains are a simple approach to a distributed database. A blockchain is a peer-to-peer system with no central authority managing data flow. One of the key ways to removing central co...

TeamAzureblockchain
Jan 11, 2018
Post comments count0
Post likes count0

Optimize your Azure spend

Developer Support

In this post, App Dev Manager Priti Kalani shares insight toward optimizing the services you deploy and manage in the Microsoft cloud.Azure tools to optimize and manage your cloud spendingAzure has made deploying cloud infrastructure and applications convenient and productive for organizations. Azure also provides tools to help you with managing th...

TeamAzurePerformance
Dec 9, 2017
Post comments count0
Post likes count0

Amazon Alexa Skills authenticated by Azure Active Directory and backed by ASP.NET Core 2.0 Web API hosted on Azure

Developer Support

This post is provided by Premier Field Engineer, Nathan Vanderby, who walks us through how to write an Alexa skill using .NET core and AAD.  Lasted updated, June 2018. Amazon's Echo devices and Alexa assistant need no introduction. In this post I lay out how you can write an Alexa skill and use a .NET core 2.0 API backend service to handle t...

TeamAzureasp.net core
Dec 6, 2017
Post comments count0
Post likes count0

Creating Developer’s Docker Linux Virtual Machine on Azure

Pam Lahoud

This post on creating Linux virtual machines with Docker in Azure comes to us from Premier Developer consultant Razi Rais.For an upcoming developer event on Docker I had to create handful of Linux Ubuntu virtual machines on Azure with Docker and few additional software installed on it.I looked into couple of ways to to do that on Azure in a consist...

AzureDockerLinux