Showing results for April 2019 - Page 2 of 3 - Developer Support

Apr 16, 2019
Post comments count0
Post likes count0

Cost Saving on Azure DevTest Lab

Developer Support
Developer Support

Azure DevTest Lab is a SaaS offering by Microsoft that empowers development team to stand up a fully functional dev/test environment in a matter of minutes. Check out the documentation and quick-start tutorial on how to get started today! See docs for more information: https://docs.microsoft.com/en-us/azure/lab-services/lab-services-overview

TeamDev Test Labs
Apr 15, 2019
Post comments count0
Post likes count0

Azure SQL MI Replication – New Possibilities for Hybrid Environments

Developer Support
Developer Support

As customers continue to have more applications deployed in Azure, it’s common that data from those on-premises applications has to be shared with the new cloud applications or vise-versa. A simple batched methodology may be suitable for table data that is rarely updated, but for data that changes frequently, this may introduce an unacceptably hig...

TeamAzureSQL
Apr 13, 2019
Post comments count0
Post likes count1

Business-Driven Digital Transformation with Azure and Azure DevOps

Developer Support
Developer Support

Business-driven development (BDD) is a methodology in which business decisions and requirements drive an IT solution. Without adequate business needs identified, development cannot begin. Business-driven digital transformation is taking this a step further and having a company embrace a larger change, and therefore improve from it. The scale of dig...

TeamSana NooraniDigital Transformation
Apr 12, 2019
Post comments count0
Post likes count0

Testing Online Connectivity in PowerApps

Developer Support
Developer Support

This post will walk through testing the Connection.Connected property in your PowerApps. If you are building a PowerApp with offline capabilities, then it becomes very important to test whether the device has an active internet connection. The sensor function Connection.Connected can be used to test for connectivity – if true, you are connected, f...

TeamAzureDevelopment
Apr 10, 2019
Post comments count1
Post likes count0

My Experience Starting a FIRST LEGO League Jr. Team

Developer Support
Developer Support

Programs, like FIRST, are important because they are creating the next generation of leaders and doers. Through the programs, the kids learn to work together to make the world a better place. If I can make a difference with just one kid, then I feel I have accomplished my goal of helping shape our future leaders make the world a better place.

TeamDiversityCommunity
Apr 9, 2019
Post comments count0
Post likes count0

Dynamics 365 Implementation Pt. 1 – Methodology

Developer Support
Developer Support

Over the course of the next 3 blog posts in my Dynamics 365 implementation series, I will go over the process and experiences my client had with implementing an ERP solution for their 50 year old, multi-billion dollar company. This first post will explain the implementation process used for this successful rollout of Dynamics 365.

TeamDynamics
Apr 8, 2019
Post comments count0
Post likes count0

Azure Automation DSC via ARM Template

Developer Support
Developer Support

One of the challenges was figuring out a way to get the commercial software installed and configured on the virtual machines in a completely automated fashion, which is where Azure Automation DSC fit into the solution. DSC or Desired State Configuration is not a new concept, but I recently learned that Azure Automation can be used as a DSC pull se...

TeamAzureARM
Apr 7, 2019
Post comments count0
Post likes count0

Compliance, Auditors, and Documentation Oh My!

Developer Support
Developer Support

Azure Trust Center should be your first destination for our compliance offerings. Did you know independent audit reports along with Azure compliance offerings can be found there? This documentation is a free, but protected resource for those that utilize Microsoft cloud services (Azure, Office 365, Dynamics 365, etc.). Compliance documentation f...

TeamAzureSecurity
Apr 6, 2019
Post comments count0
Post likes count0

PowerApps Reusable Components

Developer Support
Developer Support

In this post, I’ll show you how to create reusable canvas components for your PowerApps. For this example, I’m going to create a control to display today’s date, visualized as one of those daily tear-off calendars you might have seen at some point on someone’s desk. Since the component will be reusable on multiple screens, I’ll add properties to th...

TeamDevelopmentPowerApps
Apr 5, 2019
Post comments count0
Post likes count0

Designing IoT Applications for Failure: Cloud Design Patterns that leverage the Retry Pattern

Developer Support
Developer Support

The inherent nature of the cloud is that there can be momentary loss of network connectivity, temporary loss of service, and timeouts that can occur for a variety of reasons. By designing your application to handle these types of events gracefully, you can improve availability and minimize impact from transient events.

TeamAzureIoT