-
Recent Posts
My avatar
Follow me on twitter
- Jaliya's Blog: Early Support for .NET Hot Reload is Now Available with .NET 6 Preview 3 jaliyaudagedara.blogspot.com/2021/04/early-…| 4 days ago
- RT @Aaronontheweb: Virtually none. If I drew a venn diagram of "people who complain about OSS sustainability" overlapped with "people who h…| 2 weeks ago
- RT @ben_a_adams: So @davidfowl asked me a "why" question (nerdsnipe!) and I found myself tumbling down the optimization hole; and well... h…| 2 weeks ago
- RT @cecilphillip: You can't have Microservice March without a discussion about messaging. @clemensv is going to join us live today to tal…| 3 weeks ago
- RT @Aaronontheweb: Azure Status: Azure AD might be having some issues that might maybe affect limited customers in some instances. It's fin…| 1 month ago
Archives
- October 2016
- September 2016
- August 2016
- July 2016
- October 2015
- September 2015
- July 2015
- January 2015
- December 2014
- November 2014
- October 2014
- August 2014
- February 2014
- October 2013
- September 2013
- August 2013
- June 2013
- May 2013
- April 2013
- March 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
Categories
Meta
Tag Cloud
- .net
- 2011
- ACS
- Adapter
- Adapter Pack
- Announcements
- API
- asp.net
- Authentication
- Azure
- Azure Storage
- azure web sites
- BAM
- BAP
- BizTalk
- BizTalk 2010
- BizTalk 2010 R2 CTP
- BizTalk Server
- BizTalk Server 2009
- BizTalk Server 2010
- Cloud
- Cloud Computing
- Cluster
- Codeplex
- CTP
- Cumulative Update
- datasync
- ESB Toolkit 2.1
- event
- event hub
- github
- Licencing
- Management Pack
- management portal
- Microsoft
- mobile service
- msdays
- MSI
- MVP
- Orchestration
- Platform
- portal
- Powershell
- Provider
- Redmond
- Release
- SCOM 2007 R2
- sdk
- Service Bus
- SharePoint Foundation
- SQL Azure
- SQL Server
- Storage
- stream analytics
- System Center
- Team Foundation Server
- Team Foundation Service
- TechDays
- Techdays 2011
- TFS
- Tips
- Training
- tutoriel
- Update
- Visual Studio
- WCF
- web Deploy
- web jobs
- web sites
- WFTestDesign
- Windows
- Windows Azure
- Windows Azure SDK
- Windows Azure SDK for .NET
- Worker Role
Category Archives: Microsoft
Azure Billing Export – Comment recréer votre consommation Azure
Bonjour, dans les précédents billets, nous avons vu comment utiliser les 2 APIS de billing Azure : Api Billing Azure – Part 1 : Utilisation de l’API Resource Usage permettant de connaitre la consommation de service Azure en … Continue reading
Posted in Azure, Français, Microsoft
Tagged Azure, Cloud, github, management portal, Microsoft
Leave a comment
Deploy Kong Api Management using Azure Resource Manager
I’m currently searching for a Api Management Solution & I’ve found Kong. Kong is built on top of reliable technologies like NGINX and Apache Cassandra, and provides you with an easy to use RESTful API to operate and configure … Continue reading
WebCast Windows 10 IT Pro
Le 13 octobre sera délivré en français un webcast live par 2 MVP, Nicolas Bonnet et Jean-Sébastien Duchêne. https://mvp.eventbuilder.com/event?eventid=c8r8x9 Voici quelques infos sur le web cast : A propos Les équipes du programme MVP et Windows IT Pro sont … Continue reading
Lancement de Visual Studio 2015 RTM
A l’occasion du lancement de la version RTM du nouveau Visual Studio 2015, Microsoft Corp organise un évènement en ligne le 20 Juillet sur Channel 9: “Final Release Event” Voici les différents liens disponibles : lien de l’évènement : … Continue reading
Microsoft Specialist : Developing Microsoft #Azure Solutions
The last month, I’ve scheduled a Microsoft Certification in a Prometric Center. The certification was on Microsoft Azure Solution : Cert 70-532 : Developing Microsoft Azure Solutions And I’ve just check on my MCP account that I’ve passed successfully … Continue reading
Ebook Review : Learning Microsoft Azure
During the holidays, I’ve had the opportunity to make a review of the new Ebook written by Geoff Webber-Cross and edited by PackPublishing : You can order the book using this url : http://bit.ly/11BUWXf This book covers the … Continue reading
Azure Event Hub & Stream Analytics–Part 2: analyse des évènements
Dans cette seconde partie, nous allons nous intéresser à l’analyse des évènements dans le nouveau service Stream Analytics de Microsoft Azure. Nous nous attaquons donc à cette partie de notre architecture. Le but de cette analyse va être d’agréger l’ensemble … Continue reading
Posted in Azure, Français, Microsoft, Non classé
Tagged API, Azure, Microsoft, stream analytics
Leave a comment
Azure Event Hub & Stream Analytics–Part 1 : publier des évènements
Nous allons nous placer dans la première partie de notre architecture globale. Nous allons donc créer un site web avec une api et un composant middleware pour intercepter l’ensemble des appels et créer des évènements qui seront utilisés pour les … Continue reading
Azure Hybrid Connexion : erreur à la configuration
Aujourd’hui, je me suis intéressé aux connexion hybride disponible sur Azure. J’ai eu un petit soucis lors de la configuration, chaque fois que je souhaitais rajouté un endpoint de communication ou monitorer mes connections hybrides depuis mon manager (Get-HybridConnection, etc…), … Continue reading
Azure WebJobs Part 1 : Créer son premier azure web job
Aujourd’hui, nous allons voir comment créer un simple WebJobs à partir d’un process de type console. Pour rappel, le WebJobs supporte les types de scripts suivant : cmd, .bat, .exe .sh .php (avec l’utilisation de Php) .py (avec l’utilisation de … Continue reading