Developer Support
Advocacy and Innovation
Latest posts
Durable Functions
While one thinks of event driven code, the requirements (operational) cab be broken into smaller functions, which is usually the code snippet executed as a response to a request. As the end user, one are not concerned about underlying infrastructure.
UX is not UI, but UI is definitely UX
When I first joined the Premier team here at Microsoft, a lot of the work I initially did for our customers was just that – advisory front-end design work. After many discussions about how I can provide value to our customers, I started to realize that even though words likes User Experience and User Centered Design are starting to be thrown out more and more in development, very few people have a full grasp of what exactly User Experience is.
[Service Fabric] Stateful Reliable Collection Restore –The New Way
I wanted to provide a separate blog post because although the PowerShell code for performing a Restore isn’t too complex, the amount of information you need and how to find that information is critical to your success in the Restore operation.
[Service Fabric] Stateful Reliable Collection Backup –The New Way
Recently, the Service Fabric team announced general availability of a new method of backup and restore of stateful reliable collections. What this blog post will provide, is a complete project sample on how to setup and perform a Backup (but not a Restore), with PowerShell, ARM template and code, to help you understand how to tie this all together. I’ll cover restore in a future post.
Want to be an ADM?
I’ve had the pleasure of working with customers who challenge me every day with questions that test my knowledge and experience, my ability to learn, my ability to research, and almost paramount, my ability to network amongst the vast expert resources in our consulting, support engineering, and product management teams.
Upload a file from an Azure Windows Server Core machine to Azure Blob storage
The title for this could be a lot longer like ‘how to upload a file using the Azure CLI to Azure storage on a Windows Server 2016 Core DataCenter’ because that’s what this blog post is about…but that’s a ridiculously long title.
Taking small steps into Azure (with Developer Support)
Premier Developer Application Development Managers and Consultants are all well versed in Azure; we are all certified. Our goal is to help your organization achieve more through your Azure usage: by helping you architect a solution, enabling and training your developers to develop for the cloud, and working through a proof of concept. We can be there every step of the way from planning through implementation.
Microsoft Teams: What’s in it for Developers?
Microsoft Teams presents a lot of opportunities for developers and development teams, from helping to improve Team collaboration and agility to providing a platform for deploying great functionality for users.
Demystifying Docker Containers Support on Windows 10 and Windows Server 2016
Both my colleague Kendall Roden and myself were recently taking a deep dive into docker containers support on Windows 10 and Windows Server 2016. We knew that we could install “Docker for Windows” to add support for Docker, but as we dug deeper we found out that there is more to it than simply installing “Docker for Windows”.