Microsoft Azure How to deploy the Cluster Monitor sample from Service Fabric samples If you followed Service Fabric a bit since it's announcement, you surely saw the Cluster Monitor in one or several public events. Beside being extremely fun to watch when your services are moving around the cluster or when a node is down
PowerShell Switch-AzureMode is now deprecated in release v.0.9.2 Version 0.8.0 introduced an aberration in the world of PowerShell modules in my opinion when they added the Switch-AzureMode cmdlet. The purpose of this cmdlet is to enable a switch between the Azure module and the AzureResourceManager module. In release 0.9.
PowerShell How to get the status of an #Azure Virtual Machine under the v2 compute model in #PowerShell v0.9.x Since version 0.8.0, the Azure PowerShell can target multiple APIs, included in 2 PowerShell modules. Even if the name of some cmdlets are the same, they greatly differ
Microsoft Azure Groupe ASP.NET/.NET: Retour sur //Build - La pratique J'aurai le plaisir de donner une brève introduction à Service Fabric qui a été annoncé un peu avant le //Build il y a quelques semaines... Agenda Pour faire suite au meeting du retour sur la conférence //Build où Erik et Mario nous
Node.js Configure Application Insights for your Ghost blog running node.js on Azure Application Insights will work for sure with .Net applications, either web or console. But what about the open source stack? What about node.js? The good news is that you can use Application Insights in your node.js application. Why Application Insights? With telemetry
PowerShell "The remote server returned an error: (400) Bad Request. " when specifying ACL on an #Azure premium storage container updated: May 10th 2015 - Added SAS workaround I played quite a bit with Azure Premium storage accounts recently and I have to say that I welcome with arms wide open this new performance level. Especially for dev/test environments in Azure. Even if
PowerShell Bug: "Your Azure credentials have not been set up or have expired, please run Add-AzureAccount to set up your Azure credentials." I wanted to automate dev/test environments lately in Azure and I faced the following issue... Azure PowerShell cmdlets introduced in version 0.8.15 AzureProfile support: AzureProfile: New cmdlets to manage in-memory profiles * New-AzureProfile: Create a new in-memory Profile * Select-AzureProfile: Select the profile
PowerShell How to quickly retrieve your Azure subscription consumptions/limits (extended details) in PowerShell Everytime that I needed to take a look at where I stand up from the limits of an Azure subscription I do the same thing... Open my web browser, go to the management portal and browse between my storage accounts, cloud services, etc... Here
Microsoft Azure Improve your visibility by redirecting console output to disk for your service in Service Fabric Service Fabric have been announced recently and we all want to start playing with it. We often so that without going through the documentation. I don't know for you but I often do that ;) The first thing I can recommend you is
Microsoft Azure #Azure Service Fabric have been announced! Mark Russinovich just announced Azure Service Fabric. I had the chance to play with it and it is really incredible. It is a real game changer for high-availability and high-density
PowerShell Use CNAME to reach the staging slot in #Azure cloud services with a well known url If you already used the VIP swap functionality in a cloud service, you quickly noticed that for the production slot you have a deterministic url in the format {cloudservicename}.cloudapp.net. For the staging slot, that is something totally different. The problem: random generated
PowerShell List or export to rdp #Azure Cloud Services instances and VM's IP addresses To improve security with our solutions, we use VNets on all our Azure subscriptions and do not expose remote desktop port (3389) publicly. Since internal endpoints are only reachable within a Cloud Service, this reduce the possible surface of attack. Connect to Cloud Services
PowerShell Samedi ALM: Become a great scrum master, TFS 2013, DevOps et DevTest J'aurai le plaisir de présenter une session sur: L’expérience DEVTEST Synopsis: Chaque équipe de développement a besoin d’une infrastructure de développement en place pour concevoir, développer, tester et livrer leur logiciel. Sans cette infrastructure de dev et de test, l’
PowerShell BUG: PowerShell workflow execution hang when using PSObject parameter in a new PowerShell session One upon a time... I was playing with PowerShell workflows to automate stuff in Azure. The scripts were doing what I wanted them to, but the day after I started to have problems when trying to execute them again. After an hour of trials
Microsoft Azure Global Azure Bootcamp 2015 - Montreal (Samedi 25 avril 2015) Samedi 25 April 2015 9:00 à 16:00 Microsoft Montréal (5e) 2000 McGill College, 5e étage, Montréal, QC, Montréal, QC (edit map) Une journée complète "hands-on" Azure sans aucune présentation. Gratuit pour les membres avec un membership en règle, 5$ pour
Guidance Azure/Cloud design patterns: architecture guidance On-premise applications... You don't usually deal with connectivity issues It's relatively easy to create an application that can run on-premise where network connections never drops and resources are just a hop away. Creating an application is not easy but when
PowerShell DevOps tool: PSReadLine and how to install it using PowerShell v5.0 and OneGet What is PSReadLine It's someone at work that told me about PSReadLine. I just took me 5 minutes to realize that this module is a life changer for everyone doing serious PowerShell. Here is what is does This module replaces the command
Microsoft Azure HTTP 503 error in Azure Worker/Web role when IP Address is not specified in IIS site binding My load balancer probe isn't probing. Today I tried to define a custom load balancer probe on a worker role in Azure. On this worker role, IIS and other components were installed and configured using PowerShell scripts. <ServiceDefinition …> <LoadBalancerProbes&
Microsoft Azure Microsoft Cloud Camp (Samedi 28 février 2015) Événement Microsoft organisé par le Groupe Azure Montréal Coût: Gratuit Enregistrement via le site de Microsoft (Cliquez ici) Niveau: débutant avec Azure Langue: français avec matériel en anglais Bouffe incluse: beignes le matin et pizza le midi. Pensez à apporter votre café le matin.
Visual Studio 2015 Effectively handle Azure Active Directory or other STS keys rolling and avoid error ID4175 ID4175: The issuer of the security token was not recognized by the IssuerNameRegistry Boom... In the beginning of February 2015, Azure Active Directory (Azure AD) switched the primary key they used to sign security tokens. If you weren't ready for this, this
PowerShell PowerShell Azure cmdlets: A parameter cannot be found that matches parameter name 'SubscriptionDataFile' I recently encoutered an error with some of my PowerShell scripts, in some of them, I was using the -SubscriptionDataFile parameter with the following commands: Get-AzureSubscription -SubscriptionName MySubscriptionName -SubscriptionDataFile C:\temp\subfile.xml Remove-AzureSubscription -SubscriptionName MySubscriptionName -SubscriptionDataFile C:\temp\subfile.xml Select-AzureSubscription -SubscriptionName MySubscriptionName
Visual Studio 2015 Error SP324098 during Visual Studio 2015 license renewal Thanks to the holidays, I didn't played with my Visual Studio 2015 preview install for the past two weeks. When I launched it today, I got a dialog telling me Your license has gone stale and must be updated. Please make sure
Azure SDK Testing code that rely on Microsoft Azure Management Libraries using Microsoft Fakes I've played with Azure a lot since last year and I can tell you that the Microsoft Azure Management Libraries (MAML) from and Azure SDK are very well designed and that writing tests against code that use them is a charm. What
PowerShell Install Web Platform Installer and Azure SDK using PowerShell DSC Did you ever wanted to configure a developer machine in less than two minutes with minimal scripting effort? Say Hi to DSC! DSC (Desired State Configuration) is really fun when