Showing tag results for Azure

Mar 10, 2018
Post comments count0
Post likes count0

AdalException : authentication_ui_failed with ADAL and Xamarin Forms Android

Developer Support

In this post, Premier Developer Consultant Joe Healy identifies a possible error you may get when working with an Android project on Xamarin Forms. Read about his discovery and eventual solution to fix the SSL/TLS implementation issue.Recently, I was helping a client with an Azure Active Directory integrated project (ADAL not MSAL for some various ...

Azure.NET Corexamarin
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
Mar 2, 2018
Post comments count0
Post likes count0

Monitoring a Java App Service Web App

Developer Support

In the following article by Premier Developer consultant Kurt Schenk, he explains how to monitor a Java app using Tomcat running on Windows. When deploying a Java Azure App Service Web App, there are some great tools you can use for monitoring. Before describing these tools, I will first share some background about operating systems and language...

AzureApp ServicesJava
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 27, 2018
Post comments count0
Post likes count0

Integrate Power BI Dashboards, Reports and Tiles into a WPF Application

Developer Support

In this post, Senior ADM Rob Reilly shows us how to integrate Power BI dashboards, reports, and tiles into a WPF application. Use the Power BI Embedded WPF Sample to learn how to integrate Power BI Dashboards, Reports and Tiles into a Windows Presentation Foundation application. The sample covers the "User Owns the Data" scenario. "App Owns ...

TeamAzurePowerBI
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 7, 2017
Post comments count0
Post likes count0

Azure Application Insights Best Practices

Pam Lahoud

In this post, Premier Developer consultant Adel Ghabboun outlines some best practices when using Application Insights. Here are some Azure Application Insights best practices you should consider when monitoring your application:

AzureApplication InsightsAdel Ghabboun
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