Stop or Start all WebApps in your Azure subscription
Sunday, June 05, 2016 in 2016
2 minute read
Stop or Start all WebApps in your Azure subscription with Stop-Start-All-WebApps.ps1 a simple PowerShell workflow runbook that will help you automate the process of stopping or starting every single WebApp (Website) you’ve deployed. The script …
Backup your Team Services Git Repositories with VSTS Vault
Wednesday, June 01, 2016 in 2016
Categories:
2 minute read
Backup your Team Services Git Repositories with VSTS Vault: A simple windows service or console application designed to keep a local copy of all your code. Since January 2016 we’ve moved the source code of more than 30 projects to Git …
NHInsights an OracleManagedDataClientDriver for NHibernate and Application Insights
Friday, May 06, 2016 in 2016
2 minute read
Let’s talk about NHInsights an OracleManagedDataClientDriver for NHibernate and Application Insights If you use Oracle and NHibernate and you are trying to use Application Insights to diagnose issues with your database calls you will notice …
Create an Azure Site to Site VPN
Monday, May 02, 2016 in 2016
3 minute read
In this post I’ll just show the list of PowerShell commands needed to Create an Azure Site to Site VPN and give you some tips when using a Check Point Security Gateway. First things first! so if you have not installed and configured Azure …
Cloud Design Patterns: Prepara tu aplicación para Azure
Wednesday, April 13, 2016 in 2016
less than a minute
En esta sesión: Cloud Design Patterns: Prepara tu aplicación para Azure discutiremos los beneficios de aplicar patrones en el desarrollo de aplicaciones para la nube y los problemas que estos intentan resolver: disponibilidad, escalabilidad, …
Export Azure Resource Groups Templates
Wednesday, April 06, 2016 in 2016
2 minute read
One of the great things about Azure is the possibility to Export Azure Resource Groups Templates. Each template is a json file containing the exact configuration of the services you’ve provisioned in a Resource Group. Using this templates you …
Get Ready: Exam 70-532 Developing Microsoft Azure Solutions
Friday, April 01, 2016 in 2016
Categories:
2 minute read
Yesterday I cleared the **70-532 Develping Microsoft Azure Solutions **exam, and I want to share with you tips about the exam and the resources I used to study: Should you take the exam? If you are a Developer or Software Architect looking to …
Application Insights Analytics
Monday, March 28, 2016 in 2016
2 minute read
For the last couple of months I’ve been using Application Insights to monitor, detect and diagnose performance issues in our applications. Last week I noticed that the Analytics button on the Application Insights blade was working: Once you …
Hiring a DevOps?
Tuesday, March 15, 2016 in 2016
Categories:
2 minute read
Over the last couple of months, I’ve noticed that a lot of companies are trying to hire DevOps Engineers or DevOps Experts and I have to ask what are these companies looking for? Reading some of the job descriptions I found out that some are looking …
EasyAzureServiceBus: easy Service Bus 1.1 for Windows Server
Sunday, March 13, 2016 in 2016
less than a minute
A couple of years ago I started to work with one of my clients to implement an on-premises Service Bus solution. While investigating the options I discovered a nice library, EasyNetQ: an easy .NET API for RabbitMQ, which inspired me to create a very …