Showing category results for Premier Developer

Jul 27, 2019
Post comments count9
Post likes count1

Creating a Ghost Blog on an Azure App Service

Developer Support

Have you ever wanted to run your own blogging website but not sure if you want to build your own site or purchase an existing service? I had the same question myself and when I was studying for an Azure certification, I came across a demo of using this Ghost platform and the Azure Container Registry (ACR).

TeamAzureApp Services
Jul 24, 2019
Post comments count2
Post likes count0

Versioning REST APIs in Azure Serverless

Developer Support

In this post, you will see practical examples on how to version Logic Apps and Function Apps for breaking and non-breaking changes with common API versioning schemes and related techniques such as API gateway pattern.

TeamLogic AppsAzure Functions
Jul 22, 2019
Post comments count1
Post likes count0

Angular How-to: Page load times using Application Insights

Developer Support

Find out how to integrate Application Insights into your Angular SPA and track custom metrics such as Page Views and Load Time. You will also learn how instrument Angular apps with Application Insights with some best practice guidance.

TeamAngularApplication Insights
Jun 7, 2019
Post comments count0
Post likes count0

Developing a Dockerized Asp.Net Core Application Using Visual Studio Code

Developer Support

Visual Studio Code offers feature parity with Visual Studio 2017/2019 when it comes to developing a containerized Asp.Net Core application. Since VSCode is cross platform, you can develop your next container DotNetCore application on a Linux or Mac while having access to all the great features that Windows users enjoy on VS2017/2019.

Visual StudioDockerContainers
Jun 5, 2019
Post comments count0
Post likes count0

Azure DevOps: Build pipelines for Arduino microcontrollers

Developer Support

Azure DevOps applies to any language, any platform including Arduino. In this post, I will show you how to build Arduino microcontrollers using Azure DevOps Build pipeline and a custom build agent.

Azure DevOpsIoT
May 31, 2019
Post comments count0
Post likes count0

Dynamics 365 Implementation Pt. 3 – Postman

Developer Support

With tools such as Postman, you can easily send HTTP requests to your APIs. This technique can help test the fields that are being added to the integration message to see if they pass or fail. This helps in the efforts to test if the integration message being sent will successfully get posted in Dynamics 365.

TeamDynamics
May 29, 2019
Post comments count0
Post likes count0

Getting Started with Azure Blueprints

Developer Support

Azure Blueprints now makes it possible for development teams to rapidly build and stand up new environments with a set of built-in components -- such as networking -- to speed up development and delivery.

TeamAzure
May 28, 2019
Post comments count0
Post likes count0

Understanding how Microsoft Azure keeps your data safe

Developer Support

When it comes to data, there is never a thing as too much security. With identify theft and breaches becoming a daily occurrence, ensuring sensitive information is protected is essential to business. Microsoft Azure has been designed from the ground-up to be one of the most secure places to store your information. Let me prove it!

TeamAzureSecurity
May 27, 2019
Post comments count3
Post likes count0

Dynamics 365 Implementation Pt. 2 – Data Migration Process

Developer Support

Throughout a typical Dynamics project, various environments are setup to prevent the existing environments from being affected by the changes being pushed to an environment. This is the model most firms follow when they have mastered the release sequence in their CI/CD.

TeamDynamics