The previous article in this series covered how to define database Connection Strings for an App Service Web App within an ARM Template. This article will continue to build on the foundation of deploying a Web App using an ARM Template by exploring how to define Application Settings (aka appSettings) for an App Service Web […]
Posts Tagged ‘application development’
Azure ARM Template: Define Web App Connection Strings
Previous articles covered what Azure Resource Manager is, along with how to setup an Azure Resource Group project within Visual Studio 2015 to deploy an ASP.NET Web Application to Azure as an App Service Web App. Being able to deploy an application to Azure is just the first step. In order to really use ARM […]
Deploy Azure Web App using ARM Template from Visual Studio 2015
Azure Resource Manager (ARM) is the new set of APIs for deploying and managing Microsoft Azure services. A previous article in this series defines what Azure Resource Manager (ARM) means for Developers, IT Pros and DevOps. This article will dive into the details of using Azure Resource Manager, ARM Templates, Visual Studio 2015, and the Azure SDK to […]
Introduction to ASP.NET Core 1.0
Also known as, ASP.NET 5, this introduction will cover some basic topics on the new framework. Microsoft hosted a free all-day training session this week at the MTC and I was able to attend. It was my first in-depth look at all the new features and I was quite surprised by some. The last version […]
How InsiteCommerce 4.1 is Changing the Online Shopping Landscape
What is InsiteCommerce? eCommerce is the fastest-growing online business sector nowadays. You have millions of shopping portals where you can get almost every type of product of any brand you like. eCommerce makes our lives easy as it allows you to purchase the product of your choice from your place instead of visiting different stores […]
SharePoint 2016 – Collaborate in the Cloud On Your Terms
Has your organization ever considered the business issues listed below? SharePoint 2016 is here and now is the time to determine how it can help your organization today.
What Does Azure Stack Mean for the Enterprise?
At the Ignite 2015 conference Microsoft had announced a few details about what Azure Stack is, and that at its most basic level it’s Azure Services that run in the On-Premises, Enterprise Data Center. Back when Microsoft Azure launched in 2010, there was a promise of Azure in your Data Center, that wasn’t talked about […]
IoT Development with Windows 10 and Raspberry Pi: Working offline
This is my sixth blog post covering Windows 10 IoT Core. Previous posts: Part 1: https://blogs.perficient.com/microsoft/2016/01/windows-10-iot-editions-explained/ Part 2: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-what-you-need/ Part 3: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-setting-up/ Part 4: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-hello-world/ Part 5: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-public-display/ In previous blog post we development a Raspberry Pi 2 application which could be used to present a slideshow on a big public display (outdoor or indoor). […]
Perficient & Microsoft Move Kraft Heinz to Office 365
Earlier in 2015 H.J. Heinz Company and Kraft Foods Group combined in a $46 billion deal to create Kraft Heinz Company – now the 3rd largest food company in North America, the 5th largest in the world, and over $29 billion in net sales in 2014. That’s a lot of numbers. With a lot of […]
Using Azure AD Domain Service for SharePoint IaaS Deployments
Azure Infrastructure as a Service (IaaS) is a great option for SharePoint Server deployments for those use cases and/or organizations where SharePoint Online is not appropriate or sufficient. IaaS can be used for dev/test scenarios or a part of a production, cloud-based infrastructure. With SharePoint Server 2016, deployment without Active Directory is no longer supported; Active Directory is […]
IoT Development with Windows 10 and Raspberry Pi: Public Display
This is my fifth blog post covering Windows 10 IoT Core. Previous posts: Part 1: https://blogs.perficient.com/microsoft/2016/01/windows-10-iot-editions-explained/ Part 2: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-what-you-need/ Part 3: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-setting-up/ Part 4: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-hello-world/ In my previous post we being creating our first application for Raspberry Pi 2 running Windows 10 IoT Core. That was a simple “hello world” application. Now let’s build something […]
IoT Development with Windows 10 and Raspberry Pi – Hello World!
This is my fourth blog post covering Windows 10 IoT Core. Previous posts: Part 1: https://blogs.perficient.com/microsoft/2016/01/windows-10-iot-editions-explained/ Part 2: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-what-you-need/ Part 3: https://blogs.perficient.com/microsoft/2016/01/iot-development-with-windows-10-and-raspberry-pi-setting-up/ So, you set up your development environment, assembled, connected and set up Raspberry Pi 2. Now you can create your first IoT application. First, head to Visual Studio 2015 and create a project […]