Showing results for Azure - Developer Support

Apr 19, 2019
Post comments count0
Post likes count0

AKS Series – Use Azure Storage Option as Persistent Volumes in AKS

Developer Support
Developer Support

One of the best practices with containers is not to persist data inside the containers for long term as containers are ephermal. These containers can be removed and rebuilt very often and may require storage that persists across pods beyond the application lifecycle. In this blog post, we will learn about how to create Persistent Volumes in AKS wi...

TeamKubernetesMonu Bambroo
Apr 18, 2019
Post comments count0
Post likes count0

Azure DevOps Hands-On Labs

Developer Support
Developer Support

I love to learn about new technologies. You install the product, grab a few samples, pour over blogs & documentation and away you go. I have found over the years as systems have gotten more complex its harder to explore new products. Sure you can install them, VMs have even made that quick, you don’t even have to install. But to truly explore y...

AzureAzure DevOpsLarry Duff
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 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