Blogs - MVP-Azure


Modernizing .NET Apps with Docker, for IT Pros. Part 5.[MP4] [0:11:12] [2017/11/29]
The final video in the series showing you how production Docker deployments look in Azure. I take the same application I've used in the whole series and deploy it to a highly-available cluster of VMs…


Cognitive Services Episode 9 - Build the ultimate chatbot with Custom Speech[MP4] [0:14:53] [2017/11/16]
For this episode, I have created another chatbot that is aimed at helping factory workers to intervene on machines whenever they encounter operating problems. This factory comes with a specific jargon…


Cognitive Services Episode 8 - Leveraging speech services with chatbots[MP4] [0:13:22] [2017/11/03]
Now that we built a chatbot using most of the NLP-related APIs and that we saw how to categorize incidents based on end users screenshots thanks to the custom vision service, it's time to see how to…


Function Junction Ep14: Gathering Stats with Application Insights[MP4] [0:23:31] [2017/10/16]
In this video, we'll take a look at how to integrate AppInsights with Azure Functions to gather information about how functions are running.


Function Junction Ep13: Setting and Accessing Setting from the Portal[MP4] [0:09:27] [2017/10/16]
In this episode, we'll look at how to integrate with the production environment and read settings from the portal.


Function Junction Ep12: Building Functions with VSTS[MP4] [0:12:32] [2017/10/16]
There is no reason to abandon standard software development practices with functions. In this episode, we explore how to build functions projects using Visual Studio Team Services.


Function Junction Ep11: Unit Testing Functions[MP4] [0:11:08] [2017/10/16]
In this episode, we play around with how to get unit tests running against functions. It can be slightly tricky! Here are the entries that need to be added to your testing .csproj…


Function Junction Ep10: Using PostSharp Interceptors[MP4] [0:12:32] [2017/10/16]
There is currently no request pipeline for function apps but we can create our own by leveraging aspect-oriented programming. In this episode, we explore how PostSharp can help make function…


Function Junction Ep9: Output Bindings[MP4] [0:07:35] [2017/10/09]
Different Azure services can be coupled together using functions as the glue. In this episode, we'll talk about how to couple together blob storage and table storage.


Cognitive Services Episode 7 Leveraging custom image classifiers for Enterprise use with the…[MP4] [0:14:02] [2017/10/06]
So far in this course, we mostly focused on NLP related APIs! It's now time to see how to use the power of Vision-related services. We'll start with a glance of vision-related services but the meat…


Cognitive Services Episode 6 - Document routing & tagging with the Text Analytics & the Entity…[MP4] [0:14:48] [2017/09/23]
So far in this course, we saw the high level AI concepts and we built a chatbot bound to a LUIS app. We also saw how to take advantage of the Linguistic Analysis API to perform natural search queries…


Modernizing .NET Apps with Docker, for IT Pros. Part 3.[MP4] [0:08:29] [2017/09/14]
The third video in the series showing you how to move existing .NET apps to Docker, so you can run them in Azure without any code changes. In Part 3 I push the Docker image which I built in Part 2 up…


Modernizing .NET Apps with Docker, for IT Pros. Part 2.[MP4] [0:10:21] [2017/09/13]
The second video in the series showing you how to move existing .NET apps to Docker, so you can run them in Azure without any code changes. In Part 2 I use the open-source PowerShell module,…


Modernizing .NET Apps with Docker, for IT Pros. Part 1.[MP4] [0:08:06] [2017/09/11]
How do you take a .NET app running on Windows Server 2003 and move it to Azure? This is the first in a five-part series which shows you how to do it using Docker and Windows containers. Docker is an…


Cognitive Services Episode 5 - Natural search with the Linguistics API[MP4] [0:15:25] [2017/09/08]
So far in this course, we saw the high level AI concepts and we built a chatbot bound to a LUIS app. Our bot is already able to respond to IT-related questions and can tackle day-to-day conversations…


Cognitive Services Episode 4 - QnA Maker[MP4] [0:09:30] [2017/09/02]
In the 3 first episodes, we have been building a minimal chatbot and we created the LUIS app that fullfills the following purposes: the ability of handling casual chat with end users, the ability to…


Cognitive Services Episode 3 - Deep dive into LUIS and Chatbots[MP4] [0:26:44] [2017/08/26]
Episode 1 was about analyzing what's available in the Microsoft ecosystem in terms of artificial intelligence. In Episode 2, we setup the foundations to get us started with a minimal bot & we saw…


Function Junction Ep8: Blob Storage Triggers[MP4] [0:13:16] [2017/08/17]
Blob Storage is one of the foundational services in Azure. It is home to virtual machine disks and is integral to any service which wants to store data in a persistent and reliable fashion. It is also…


Function Junction Ep7: Event Hub Triggers[MP4] [0:08:47] [2017/08/11]
Event Hubs are the penultimate trigger type in Azure Functions. Designed to inject massive quantities of data from a large number of mobile or IoT devices Event Hubs find a useful companion in highly…


Cognitive Services Episode 2 Creating & Consuming a Cognitive Service. Getting started with a…[MP4] [0:14:58] [2017/08/08]
Episode 1 was a global introduction to AI & Cognitive Services. Episode 2 is much more hands-on oriented and is aimed at building fundamental assets for the next episodes. You will learn how to…


Function Junction Ep6: Schedule Triggers[MP4] [0:10:22] [2017/08/05]
In this episode, Eric takes us through how to set up a schedule triggered function. We talk Slack integration and VSTS integration. Integrate all the things with Functions!


Windows server 2016 Essential - Backup with Azure[MP4] [0:09:19] [2017/08/04]
How to configure backup on azure with Windows server Essentails 2016


Azure Active Directory Identity Technical Briefing - Part 2 of 2[MP4] [1:09:46] [2017/08/02]
In this two part event John Craddock will show you how to create identity solutions using Azure Active Directory. In Part 1 you will learn how to build identity and authentication solutions for your…


Function Junction Ep5: Service Bus Triggers[MP4] [0:08:56] [2017/08/01]
Episode 5 already? Yep! In this episode, we talk about service bus triggers and get a little sidetracked by looking at how the bindings in Functions are generated.


Function Junction Ep4: Storage Queue Triggers[MP4] [0:11:57] [2017/08/01]
Storage Queues are one of the original services on Azure from way back in the day. They continue to be a great offering and now, with a function trigger, they become even more powerful. In this…


Function Junction Ep 3: HTTP Triggers[MP4] [0:10:07] [2017/08/01]
Finally, we get to HTTP triggers and see how they can be used to create a very simple CRUD application on top of Functions and Cosmos DB.


Cognitive Services - Episode 1 - Setting the scene[MP4] [0:11:13] [2017/08/01]
In this episode, I will draw the AI landscape of the Microsoft ecosystem. I want you to be a little more familiar with fundamental topics such as Machine Learning, Deep Learning and Natural Language…


Function Junction Ep 2: Tour of the Portal[MP4] [0:15:18] [2017/07/25]
In this episode, we tour around visual studio and the Azure portal looking at how to do basic functions Functions tooling for VS2017:…


Pass parameter to SQL Queries statement using Power BI[MP4] [0:06:36] [2017/07/24]
This video shows you how to pass parameters to SQL Queries statement using Power BI. It is not straightforward to pass parameters to the SQL Queries statement in Power BI Desktop. Enable the…


Function Junction Ep1: Azure Functions[MP4] [0:07:27] [2017/07/18]
Azure Functions are part of the serverless revolution. In this first episode of Function Junction Simon and Eric chat about what an Azure function is and their plans for this series.


Azure Saturday 2017 - Keynote Donovan Brown[MP4] [0:52:43] [2017/07/12]
The first Azure Saturday was in Munich on June 24th 2017 at the headquarter of Microsoft Germany. Donovan Brown, Principal DevOps Program Manager at Microsoft, opened the Azure Saturday 2017 Munich…


Windows server 2016 essential - backup[MP4] [0:06:38] [2017/07/03]
How to setup Backup workstation and server on Windows server 2016 essential


BUILD Tour Wien : Was gibt es Neues in TypeScript 2.x[MP4] [1:06:04] [2017/06/22]
TypeScript hat die Karten neu gemischt. Selbst Personen, die JavaScript gegenüber früher weniger freundlich eingestellt waren, entdecken durch TypeScript Web-Technologie neu. TypeScript verspricht…


Infrastructure is Code mit Azure Resource Manager[MP4] [1:00:15] [2017/06/16]
Der Azure Resource Manager (ARM) ist das DevOps-Herz der Microsoft Cloud. Egal ob IaaS- oder PaaS-Dienste, ARM kümmert sich darum, dass die benötigten Komponenten provisioniert werden. In diesem…


API First mit Swagger & Co[MP4] [0:54:15] [2017/06/14]
Durch Microservices hat die Bedeutung von Web APIs dramatisch zugenommen. Egal ob intern verwendet oder an Kunden gerichtet, Web APIs findet man heutzutage in fast jedem IT-Unternehmen. Natürlich…


Festival de Certifacação Azure - Primeiro Encontro[MP4] [0:45:37] [2017/05/25]
Esse vídeo explica os primeiros passos para começar o Festival de Certificação em Azure. Para saber mais informações, acesso no Meetup https://www.meetup.com/pt-BR/Azure-Certification/


Setup Windows server 2016 essentials (EN) [MP4] [0:15:03] [2017/05/23]
We discover how to setup Windows server 2016 essentials On my blog, you have explanations (in french only) www.paretape.com


Containers Two Ways: Local Docker + Azure Container Service with Kubernetes[MP4] [0:42:31] [2017/05/15]
This is a screencast demo I prepared for the Saint Louis Azure Meetup group... it references some elements of a recent in-person meeting and discussion but largely stands on its own as a demonstration…


Como Instalar as Tools, Agent e FTS no SQL Server 2017 CTP 02 no Linux [MP4] [0:18:52] [2017/05/15]
Neste terceiro vídeo da serie sobre SQL Server no Linux eu falo como instalar o SQL Server Tools (SQLCMD, BCP), Full Text Search e SQL Server Agent no Linux Red Hat7.


Philips Hue controlled by Azure LogicApp and IotHub[MP4] [0:26:21] [2017/05/11]
In this video you can learn how to automate Philips Hue home lighting system by using of LogicApss and IoT hub.


Modern Backends with Service Fabric and Actor Model[MP4] [1:05:01] [2017/05/11]
Video (GERMAN) from Technical Summit 2015 about Actor Programming Model and Service Fabric.


Exposing ServiceBus via Azure API Management[MP4] [0:35:45] [2017/05/11]
This video (GERMAN) demonstrates how to expose Azure Service Bus as REST service by using of Azure API Management.


Modern Backends with Service Fabric [MP4] [1:04:55] [2017/05/11]
Session Video from Technical Summit 2016 - Germany


Durable Task Framework[MP4] [0:37:32] [2017/05/11]
Introducing Durable Task Open Source Framework for building Coded orchestrations in integration projects.


Azure API Management - SOAP pass through[MP4] [0:22:33] [2017/05/11]
Webcast about exposing of SOAP services via Azure API Management.


ExpertsLive 2017 - OMS is your best friend[MP4] [0:39:29] [2017/04/28]
Abstract OMS (Operations Management Suite) - what is it, why you should you care and how easy it is. I'll run though a brief presentation, then I will run through a series of demos where we will set…


Community Content Presenter Training: Cognitive Services Session 1 Demo 1[MP4] [0:04:46] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Cognitive Services Session 2 Demo 6[MP4] [0:09:03] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Cognitive Services Session 2 Demo 5[MP4] [0:05:47] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Cognitive Services Session 2 Demo 4[MP4] [0:06:04] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Cognitive Services Session 2 Demo 3[MP4] [0:05:25] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Cognitive Services Session 2 Demo 2[MP4] [0:05:21] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Cognitive Services Session 2 Demo 1[MP4] [0:06:13] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Cognitive Services Session 1 Demo 3[MP4] [0:08:03] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Cognitive Services Session 1 Demo 2[MP4] [0:08:56] [2017/04/17]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Hyper-V Services Kurulumu (Windows Server 2016 Core) [MP4] [0:19:13] [2017/04/14]
Merhaba Bu video içinde Hyper-V servisini Windows server 2016 Core platformu üzerine kurulumunu ve yapılandırmasını incelemekteyiz.


Free Hyper-V Server 2016 Kurulumu[MP4] [0:20:50] [2017/04/14]
Merhaba Bu video içinde Microsoft Hyper-V Teknolojisinin ücretsiz sürümü olan Hyper-V server Kurulumu ve kurulum sonrası temel yapılandırma bilgileri paylaşılmıştır.


Creative Days 2017[MP4] [0:03:23] [2017/04/13]
On 3/26 SoCal Azure User Group hosted Creative Days 2017 an Azure IoT Hackathon. Following videos (still in work) are all about how the day rolled.


Community Content Presenter Training: Conversations as a Platform Session 2 Demo 6[MP4] [0:05:52] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Conversations as a Platform Session 2 Demo 5[MP4] [0:08:01] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Conversations as a Platform Session 2 Demo 4[MP4] [0:05:20] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Conversations as a Platform Session 2 Demo 3[MP4] [0:05:45] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Conversations as a Platform Session 2 Demo 2[MP4] [0:05:19] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Conversations as a Platform Session 2 Demo 1[MP4] [0:05:45] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Conversations as a Platform Session 1 Demo 3[MP4] [0:10:31] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Conversations as a Platform Session 1 Demo 2[MP4] [0:09:30] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: Conversations as a Platform Session 1 Demo 1[MP4] [0:05:05] [2017/04/10]
Copyright (c) 2017 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Introduction to the Azure Portal[MP4] [0:13:50] [2017/04/04]
This short video tutorial is an introduction into the Azure Management Portal. In this video I demonstrate where and how to access the Azure Portal, as well as demonstrate the mechanics of how the…


Community Content Presenter Training: IoT Session 3 Demo 3[MP4] [0:08:24] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 3 Demo 2[MP4] [0:16:30] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 2 Demo 5[MP4] [0:05:24] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 2 Demo 4[MP4] [0:06:32] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 2 Demo 3[MP4] [0:07:09] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 2 Demo 2[MP4] [0:06:38] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 2 Demo 1[MP4] [0:10:02] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 1 Demo 3[MP4] [0:12:26] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 1 Demo 2[MP4] [0:10:45] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


Community Content Presenter Training: IoT Session 1 Demo 1[MP4] [0:12:02] [2017/03/15]
Copyright (c) 2016 Microsoft. All rights reserved. This is the train the trainer video for a presenter preparing to do a demo from the Microsoft community content found at: …


O que é preciso para desenvolver um dispositivo IoT [MP4] [0:22:32] [2017/03/12]
Uma visão sobre o que é preciso para desenvolver um dispositivo de Internet das Coisas e o que temos de facilidade com o uso da plataforma de IoT da nuvem da Microsoft.


Experts Live NL 2016 - Interview Louis Jenema (Dutch)[MP4] [0:08:28] [2017/03/11]
Louis Jenema is interviewed in Dutch, during Experts Live NL 2016 on Azure Stack and the new, hybrid Datacenter


Experts Live NL 2016 - Interview Jacqueline Portier (Dutch)[MP4] [0:05:46] [2017/03/09]
Jacqueline Portier is interviewed in Dutch, during Experts Live NL 2016 on deploying workloads into Azure, using Open Source tooling like Ansible, Jenkins and Chef!


Installation of Bot Framework (Preview) SDK to Visual Studio as a Template[MP4] [0:03:32] [2017/01/31]
Guide of how you can installation of Bot Framework (Preview) version to your Visual Studio (VS) as a Template and start developing on. Download "Bot Framework"


Testing Microservices with Docker, Azure, and Visual Studio Team Services[MP4] [0:33:15] [2017/01/23]
This year, I had the opportunity to represent Microsoft at the Software Quality Day Tools Challenge in Vienna again. For this event, the organizers hand out a challenge in the morning. In the…


OMS Automation - Introduction Webinar[MP4] [0:39:24] [2017/01/20]
#MSOMS Basic overview of Microsoft Operations Management Suite in Azure, focusing on Azure Automation and Desired State Configuration.Note that my twitter handle has changed from @_TheWorks_ to…


OMS Availability - Introduction Webinar[MP4] [0:42:44] [2017/01/20]
#MSOMSIntroduction to Microsoft Operations Management Suite with Azure Backup and Azure Site Recovery.Note that my twitter handle has changed from @_TheWorks_ to @stephanebudo


Installation de SC DPM 2016[MP4] [0:11:41] [2017/01/19]
Découvrons ensemble comment installer Data Protection Manager dans sa version 2016. DPM fait partie de la gamme System center et c'est la solution de sauvegarde (Backup) proposé par Microsoft.


Primeiros passos com Azure SDK[MP4] [0:39:25] [2017/01/18]
Esse video apresenta os primeiros passos para usar o Azure SDK para integração entre o Visual Studio e o Microsoft Azure, apresentado por Evilázaro Alves e Gustavo Zimmermann.


OMS Insight & Analytics - Webinar[MP4] [0:45:45] [2017/01/17]
#MSOMS Insight & Analytics is the new Log Analytics. In this webinar we look at OMS Insight & Analytics custom logs, custom fields, webhooks and getting data into OMS using the HTTP Data…


OMS Security & Compliance - Webinar[MP4] [0:47:27] [2017/01/17]
#MSOMS In this webinar we have a mix of both an OMS Security & Compliance presentation and demos. We take a look at the overall Security aspect of OMS. We demo how to get data out of OMS using…


Pass-Through Authentication & Seamless Single Sign-On user experience[MP4] [0:01:36] [2017/01/17]
This is the user experience what the user experiences after implementing #AzureAD Pass-Through Authentication and Seamless Single Sign-on.…


Transitioning from PowerShell ISE to VS Code[MP4] [0:03:17] [2017/01/17]
In this day and age with Azure being the beast that it is, more often you'll find yourself using PowerShell. This short video will help with the process of transitioning from using PowerShell ISE to…


"Availability First" - Architecting for Azure[MP4] [0:22:28] [2017/01/14]
This short video discusses "Availability First" as a key tenet for architecting applications that run on Microsoft Azure.


Hyper-V Runtime Memory Resize[MP4] [0:09:26] [2017/01/10]
Hyper-V Runtime Memory Resize özelliği Windows Server 2016 Hyper-V Hostları için Dynamic Memory Teknolojisinin gelişmiş versiyonudur ve Windows Server 2016 ve Windows 10 Sanal Makineleri için…


Hyper-V Key Storage Drive[MP4] [0:20:33] [2017/01/10]
Key Storage Dirve; Nesil 1 sanal makineleri için oluşturulmuş olan bir güvenlik çözümüdür ve Bitlocker anahtarını saklamak için kullanılmaktadır. Virtualized Trusted Platform Module (TPM)…


Azure Functions and Serverless architectures[MP4] [0:14:04] [2017/01/03]
Get a quick intro to the concept of Serverless architectures with technologies such as Azure Functions.


Implementing OAuth with Twitter in an empty Xamarin Forms Android Application[MP4] [0:16:33] [2016/12/29]
In this video, I create an empty Xamarin Froms Android Application, and then I add some code to implementing OAuth to enable your mobile application to authenticate with Twitter. Stepscreate empty…


Azure RMS[MP4] [0:52:30] [2016/12/26]
Voici une vidéo de ma présentation d'Azure RMS lors de notre événement aOS à Lille. Cette session vous présente Azure RMS, elle présente aussi ses prérequis, sa mise en place, son dépannage et aussi…


.NET Conf UY v2016 - Serverless computing con Azure Functions[MP4] [0:23:40] [2016/12/24]
Hernán GuzmánEn esta charla conoceremos un poco sobre qué es el concepto de Serverless computing y la propuesta de Microsoft con Azure Functions. Exploraremos un poco las características que nos…


Build a Chat Bot with Azure Bot Service[MP4] [0:24:56] [2016/12/24]
Microsoft MVPs Anthony Chu and Shaun Luttin sit down and build a natural language chat bot from scratch using the new Azure Bot Service and Microsoft Cognitive Services' LUIS (Language Understanding…


Setup #Aure Application Insights in an existing .Net Core Application[MP4] [0:05:13] [2016/12/24]
In this video I demonstrate, how to setup Azure Application Insights telemetry in an existing .Net Core Application that does not have any telemetry setup. Add the required Nuget packages for…


.NET Conf UY v2016 - Política en Uruguay: entendiendo el juego con Analytics y Computación Cognitiva[MP4] [0:45:33] [2016/12/23]
Daniel Yankelevich¿Cómo difundir mis mensaje? ¿Quiénes podrían votar por mi? ¿Quiénes me votaron? ¿Mis votantes apoyarán mis propuestas? ¿Van a votarme la próxima vez? Estas preguntas clásicas del…


.NET Conf UY v2016 - Let's microservice all the things[MP4] [0:50:26] [2016/12/23]
Mariano VazquezWe are moving to a world where every modular piece of our code is a microservice, independent, scalable and easy to replace. Although this sounds an ideal scenario, new things come…


Ambiente de Homologação no Azure com Deployment Slots[MP4] [0:23:47] [2016/12/20]
Uma demonstração prática de como construir, facilmente, uma estrutura de ambientes de desenvolvimento, homologação e produção usando o recurso de Deployment Slot dos Application Services no Azure.…


Operations Management Suite (OMS)[MP4] [0:41:35] [2016/12/14]
Bu videomuzda Microsoft Operations Management Suite (OMS) ürününü genel yapısıyla inceleyip, Insight and Analytics bileşeni üzerinde duruyoruz.


Create your first .Net Core web application and deploy to Azure[MP4] [0:04:59] [2016/12/14]
In this video, I'm going to show you how to create your first .Net Core application from Microsoft Visual Studio and deploy it to Azure in less than 2 minutes. If you are following the video, and you…


Azure SQL Database - Como escolher o Service Tier[MP4] [0:28:46] [2016/12/12]
Este video é parte de uma série sobre Azure SQL Database, na qual serão introduzidos conceitos básicos desta plataforma. Neste segundo video iremos abordar os seguintes temas: O que é "Service…


Azure SQL Database - Opções Business Continuity / Alta disponibilidade[MP4] [0:24:39] [2016/12/12]
Este video é parte de uma série sobre Azure SQL Database, na qual serão introduzidos conceitos básicos desta plataforma. Nesta introdução ao SQL Database iremos abordar os seguintes temas: Opções de…


Work with SharePoint Online lists with PNP PowerShell[MP4] [0:18:01] [2016/12/09]
Have you ever wanted to know how to copy and edit SharePoint Online lists and their items using PowerShell? If so this is the video for you. Lots of fun with list including:* Creating lists* Editing…


Azure Site Recovery (ASR) with Windows 2016[MP4] [0:16:26] [2016/12/07]
This video is intended for a brief introduction into Azure Site Recovery (ASR) and using ASR with Windows 2016 Hyper-V.


Device Guard Nedir[MP4] [0:16:43] [2016/11/23]
Device Guard Windows 10 ve Windows Server 2016 ile birlikte sunulan yeni nesil Güvenlik çözümüdür. Virtulization Base Security teknolojisi ile User Mode Code Integrity ve Kernal Mode Code Integrity…


.NET Conf UY v2016 - Modern day C# development in Visual Studio "15"[MP4] [0:46:20] [2016/11/22]
Kevin PilchCome see what's in the pipeline for C# developers in Visual Studio "15". In this fast-paced, demo filled session, Kevin will take a lap around new features. From a fast,…


Serverless Computing on Azure[MP4] [0:20:57] [2016/11/18]
Serverless computing embodies the true promise of the cloud... reduced administrative friction, domain-focused solutions, and a transactional cost model in which you pay for exactly (and only!) the…


.NET Conf UY v2016 - Ánima: Be someone's StackOverflow[MP4] [0:15:58] [2016/11/18]
Andrés González¿Te creés capaz de enseñar a programar? En Ánima queremos invitarte a ser el primer recurso de consulta de alguien; te contamos que podés ser promotor del sistema de formación DUAL en…


.NET Conf UY v2016 - Big data en Azure: Azure Data Lake[MP4] [0:31:03] [2016/11/18]
Guillermo BellmannLa cantidad de datos que generamos, las diferentes fuentes de información y los diferentes formatos en los que se encuentra hacen que los algoritmos tradicionales y las bases de…


.NET Conf UY v2016 - Azure Stream Analytics: Análisis de datos en tiempo real.[MP4] [0:51:58] [2016/11/18]
Leonardo MicheloniEn esta charla vamos a hacer una introducción a Stream Analytics y Event hubs dos herramientas pensadas para la recepción y el procesamiento de datos en tiempo real, veremos sus…


.NET Conf UY v2016 - Transform your Startup into an Exponential Organization through the power of…[MP4] [0:37:58] [2016/11/17]
Pablo MaceirasThis session is based around Exponential Companies. What are they? What benefits do they get? Should I strive to make my startup / company become one? And then, getting to the fun…


.NET Conf UY v2016 - Machine Learning en Azure y SQL 2016[MP4] [0:56:37] [2016/11/17]
Pablo GarciaEn el centro de I+D de Telefónica en Chile, realizamos investigación sobre enormes volúmenes de datos relacionados con la Internet de las Cosas, para generar eficiencias…


.NET Conf UY v2016 - Performance en la nube[MP4] [0:45:54] [2016/11/17]
Diego CardozoIn this talk we will go over some of the new cutting edge tools available in the cloud for performance management, testing and Real User Monitoring (RUM). We will diagnose and triage…


.NET Conf UY v2016 - Controlando Robots y dispositivos con Azure IoT Hub[MP4] [0:35:09] [2016/11/17]
Rodolfo FinochiettiNo solo las computadoras, los teléfonos, y las tabletas se conectan a Internet. El número de dispositivos que se conecta a Internet (desde autos hasta cafeteras) es cada vez más…


.NET Conf UY v2016 - Construye tu propio Chat Bot[MP4] [0:36:50] [2016/11/17]
Fernando Machado Fabian AlvesConstruye y conecta bots inteligentes para interactuar con tus usuarios de manera natural donde sea que estén, mediante el uso de SMS a Skype, Slack, mail de Office 365 y…


Intro of Azure Site Recovery (ASR)[MP4] [0:09:03] [2016/11/17]
This video will help explain what is Azure Site Recovery (ASR) and what it can do for your business disaster recovery needs. Along in the video, a quick demo is provided how to setup ASR with Hyper-V…


.NET Conf UY v2016 - Cognitive Services: Creando aplicaciones mas inteligentes y atractivas[MP4] [0:49:20] [2016/11/15]
Diego Poza Slides (download)What is Cognitive Services? Let's walk through the vision, speech, language, knowledge, and search APIs by seeing them in action in several demos, and we will discuss…


.NET Conf UY v2016 - Un paseo por Azure Search[MP4] [0:32:53] [2016/11/15]
Matías QuarantaWe will see the major features of Azure Search-as-a-Service proposal. Attendees can browse the Web App while I'm presenting and I'll syncronize every device automatically, everyone…


3-tier Architecture using MVC, Web API, UWP & Microsoft Azure - Part 2 - Urdu/Hindi Language [MP4] [0:11:33] [2016/11/02]
Series Overview: This video series comprised of 3 video lessons demonstrating not only three tier architecture in asp.net but also tells how you can create a three tier application in asp.net ,…


Learn How to Deploy Wordpress on Azure - Hindi/Urdu Language[MP4] [0:08:34] [2016/11/01]
In this video you will learn how to deploy Wordpress on Microsoft Azure in Urdu & Hindi Language. If you want to get free Microsoft Azure Subscription follow this link:…


How to Get Free Microsoft Azure Subscription with Microsoft Imagine - Urdu/Hindi Language[MP4] [0:09:33] [2016/10/31]
You can now get Free Microsoft Azure Subscription to deploy your web apps, WordPress blogs, SQL/MySQL databases and much more free of cost with Microsoft Imagine. This video is in Urdu/Hindi Language…


Getting Started with Azure Search[MP4] [0:22:48] [2016/10/24]
With support for over 56 languages, Azure Search makes it easy to add search capabilities to any website or app. It's a fully-managed search platform that includes advanced features such as faceting,…


Try Server-Side Caching instead of costly All-Flash Arrays[MP4] [0:55:53] [2016/10/21]
Enforcing application performance means you have to obtain as much I/O as possible from the storage. Traditionally, this is resolved with an all-flash storage array. Server-side caching solutions come…


Étape par Étape mise en place d'office 365-2[MP4] [0:15:53] [2016/10/20]
Mise en place d'office 365 – seconde partieAprès la première vidéo sur la mise en place d'office 365 1er partie, nous allons voir la suite de la mise en place d'office 365. Après avoir fait la…


Publicando Wordpress com Azure App Service on Linux[MP4] [0:17:12] [2016/10/20]
Passo a passo de como publicar um site Wordpress em um Azure App Service Web App on Linux. Utilizando apenas o Portal Azure como interface para realizar todo o processo, desde de o provisionamento da…


Install PowerShell for Azure[MP4] [0:17:29] [2016/10/12]
This video shows you how to install the Azure PowerShell cmdlets so you can start working with your Azure subscription using PowerShell like the cool kids instead of the portal. We look at how to:*…


24- Adventuring Azure | Introduction to Logic App[MP4] [0:04:31] [2016/10/10]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


25- Adventuring Azure | Creating Logic Apps[MP4] [0:04:31] [2016/10/10]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


26- Adventuring Azure | Logic Apps Connectors[MP4] [0:04:31] [2016/10/10]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


27- Adventuring Azure | Logic Apps Templates[MP4] [0:04:31] [2016/10/10]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


28- Adventuring Azure | Logic Apps Triggers[MP4] [0:04:32] [2016/10/10]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


29- Adventuring Azure | Logic Apps fetching data using Connectors[MP4] [0:07:23] [2016/10/10]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


30- Adventuring Azure | Logic Apps Manual Triggers and stats[MP4] [0:04:31] [2016/10/10]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


ASP.NET MVC web uygulamasn Azure üzerinde nasl yayna alrz[MP4] [0:08:56] [2016/10/06]
Geliştirdiğimiz ASP.NET MVC projesini Microsoft Azure platformu üzerinde nasıl yayına alabileceğimizi inceleyeceğiz. Aşağıdaki youtube video'sunu izleyerek Visual Studio ve Publish Profile…


15 - Adventuring Azure | CDN for Custom Origin[MP4] [0:02:33] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


17- Adventuring Azure | Mapping Custom Domain to CDN[MP4] [0:02:31] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


16 - Adventuring Azure | Managing CDN [MP4] [0:04:28] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


Host an ASP.NET app to Azure[MP4] [0:15:46] [2016/10/05]
Learn how to host an ASP.NET web app to Azure Web Services and attach a SQL database. Follow @HoussemDellai


23- Adventuring Azure | Microsoft Azure Scenarios [MP4] [0:02:46] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


22- Adventuring Azure | How to Choose Right Data Center[MP4] [0:02:51] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


21- Adventuring Azure | App Integration with Azure AD[MP4] [0:03:51] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


20- Adventuring Azure | Creating User in Azure AD[MP4] [0:02:20] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


19- Adventuring Azure | Mapping Custom Domain to Azure AD[MP4] [0:03:01] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


18- Adventuring Azure | Creating Azure Active Directory AD[MP4] [0:02:28] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


14 - Adventuring Azure | Azure CDN[MP4] [0:02:26] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


13- Adventuring Azure | Managing Data in Azure Storage Account[MP4] [0:02:23] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


12- Adventuring Azure | Generating Access keys for Storage Account[MP4] [0:01:51] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


11- Adventuring Azure | Storage Account Endpoints[MP4] [0:03:01] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


10- Adventuring Azure | Azure Storage Account [MP4] [0:04:09] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


9- Adventuring Azure | Azure Batch Services[MP4] [0:04:38] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


8- Adventuring Azure | Azure Mobile Services / Mobile Apps[MP4] [0:16:23] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


7- Adventuring Azure | Azure Virtual Machines VMs[MP4] [0:11:59] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


6- Adventuring Azure | Azure Web Apps or WebSited[MP4] [0:08:06] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


5- Adventuring Azure | Fabric Controller[MP4] [0:09:16] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


4- Adventuring Azure | Azure Components[MP4] [0:05:20] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


3- Adventuring Azure | Azure Paas & IaaS[MP4] [0:06:24] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


2- Adventuring Azure | What is Cloud computing[MP4] [0:07:29] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


1- Adventuring Azure | Introduction to Azure[MP4] [0:03:39] [2016/10/05]
Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft for building, deploying and managing applications and services through network of Microsoft-managed datacenters.…


Azure SQL Database - Introdução[MP4] [0:33:18] [2016/09/21]
Este video é parte de uma série sobre Azure SQL Database, na qual serão introduzidos conceitos básicos desta plataforma. Nesta introdução ao SQL Database iremos abordar os seguintes temas: O que é…


Citrix ve Azure ile Buluta Yolculuk[MP4] [0:39:01] [2016/08/31]
Gokan OZCIFCI ve Mehmet PARLAKYİĞİT moderatorlüğünde UnifyTR çatışı altında Ömer TAŞKIN'la beraber gerçekleştirmiş olduğumuz; Citrix ve Azure ile Buluta Yolculuk konulu söyleşimiz.


Double Take ve Azure 1.Söylei[MP4] [0:52:11] [2016/08/31]
Gokan OZCIFCI ve Mehmet PARLAKYİĞİT moderatorlüğünde UnifyTR çatışı altında Mücahid AKÇAY'la beraber gerçekleştirmiş olduğumuz; Double Take ve Azure konulu söyleşimiz.


Get started with Azure Redis Cache[MP4] [0:19:20] [2016/08/14]
Learn how to use Azure Redis Cache to store and retrieve data in a way that is more fast and more simple. Follow @HoussemDellai


DevTest 01: Why Dev and Test with Microsoft Azure[MP4] [0:13:40] [2016/08/12]
This an introduction for a series of videos about DevTest (Development and Testing) environments, Continuous Integration and Continuous Deployment. We are going to explain what are the current…


DevTest 02: Visual Studio Team Services and Microsoft Azure introduction[MP4] [0:11:33] [2016/08/12]
This is the second video from my series about DevTest (Development and Testing) environments, Continuous Integration and Continuous Deployment. Here we are going to see how Visual Studio Team Services…


Getting started with cross platform Office Add-ins[MP4] [0:07:05] [2016/08/01]
Developers have been using C# to develop Apps for Office. This is good but cannot be used to cross platform. Microsoft has come out the Office JavaScript to developed Office Add-ins. This video is to…


Using SQLite in Visual Studio Projects[MP4] [0:09:22] [2016/07/16]
You can find many resources in the web writing about using SQLite with Universal Windows Platform (UWP) but where do you find SQLite in Visual Studio? This video shows you where to get the SQLite…


Qualitätssteigerung durch Automatisierung in der Microsoft Azure Cloud[MP4] [0:59:59] [2016/07/12]
Ein altes Sprichwort sagt: Wo gearbeitet wird, passieren Fehler. Fehler sollten aber wenn möglich nicht mehrfach gemacht werden. Ein Schlüssel dazu ist Automatisierung. Microsoft Azure bietet eine…


A quick demo of Azure Service Fabric with ASP.NET Core[MP4] [0:29:37] [2016/07/12]
In this episode we take a quick look at Azure Service Fabric, a new platform for building micro-services on Azure and also see how one could use ASP.NET Core 1.0 to easily create micro-services for…


2 Tokyo Jazug Night - LT 01[MP4] [0:05:11] [2016/06/21]
2016/6/17 に開催した第2回Tokyo Jazug Night のセッション動画です。 1つ目のLT おばかIoTアプリの応募(おばかIoT選手権2016 Summer選手募集)について、Jazugの橋本さんが紹介しました。


2 Tokyo Jazug Night - LT 03[MP4] [0:08:12] [2016/06/21]
2016/6/17 に開催した第2回Tokyo Jazug Night のセッション動画です。 3つ目のLT Jazugの谷口さんによる akka.net ( An another actor system for .Net ) の紹介でした。


2 Tokyo Jazug Night - LT 02[MP4] [0:06:04] [2016/06/21]
2016/6/17 に開催した第2回Tokyo Jazug Night のセッション動画です。 2つ目のLT マイクロソフトのエバンジェリスト佐々木さんによるAzure is the place to do HPCについてのLTでした。


2 Tokyo Jazug Night - LT 04[MP4] [0:07:04] [2016/06/21]
2016/6/17 に開催した第2回Tokyo Jazug Night のセッション動画です。 4つ目のLT 小林裕子さんによる「Azureって難しい 初心者によるはまりどころ」を紹介いただきました。


2 Tokyo Jazug Night - LT 05[MP4] [0:06:08] [2016/06/21]
2016/6/17 に開催した第2回Tokyo Jazug Night のセッション動画です。 5つ目のLT Jazugの吉野翼さんによる「Cognitive Serviceのすすめ」をご紹介いただきました。


2 Tokyo Jazug Night - Azure Fabric Service / Actor[MP4] [0:54:09] [2016/06/21]
2016/6/17 に開催した第2回Tokyo Jazug Night のセッション動画です。 Azure Fabric Service / ActorMicrosoft MVP for Azure 近江さん 第1回Tokyo Jazug Nightのセッションの続き的な位置関係にあります。事前に、Azure Fabric Service Reliable…


Windows Containers (TR)[MP4] [0:54:18] [2016/06/15]
Bu videoda Windows Server 2016 ile birlikte gelen Containers servisine giriş yapıp, örnekler ile detaylandırıyoruz.


1 Tokyo Jazug Night (1)[MP4] [0:51:49] [2016/06/14]
Tokyo Jazug Night 毎月第3水曜日の夜に東京で開催する予定のJapan Azure User Groupの勉強会です。毎回、テーマを2つ用意してお届けします。Jazugのゆるふわっとした勉強会にしていきます。 第1回テーマ 2016年5月18日に開催しました。 Azure Fabric Service ( 近江さん - Azure MVP )Azure DocumentDB…


1 Tokyo Jazug NightLT[MP4] [0:06:15] [2016/06/14]
Tokyo Jazug Night 毎月第3水曜日の夜に東京で開催する予定のJapan Azure User Groupの勉強会です。毎回、テーマを2つ用意してお届けします。Jazugのゆるふわっとした勉強会にしていきます。 第1回テーマ 2016年5月18日に開催しました。 Azure Fabric Service ( 近江さん - Azure MVP )Azure DocumentDB…


Kostentransparenz und Kostenkontrolle in der Microsoft Azure Cloud[MP4] [0:53:00] [2016/06/03]
Die Angst vor unprognostizierbaren Kosten oder unangenehmen Überraschungen in Form einer hohen Rechnung schreckt viele Firmen von der Cloud-Nutzung ab. Die Microsoft Azure Cloud bietet aber eine Menge…


Cloud Podcast Series - Managing Office 365 with PowerShell[MP4] [0:57:26] [2016/04/11]
Serinin bu bolumunde Baki Onur Okutucu ile birlikte Office 365 - PowerShell senaryolarini konusuyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) -…


Php for Azure (Egypt MDC 2016)[MP4] [0:32:27] [2016/03/30]
Microsoft Developers Conference is a one-day conference for Microsoft developers, so they can hear and learn from the experts. It is the perfect opportunity to brush up on the latest tools and…


Azure Automation DSC Part 6 - Advanced Configurations[MP4] [0:25:14] [2016/03/30]
This is the sixth video in a series about Azure Automation Desired State Configuration. In this video I'll cover how to use parameters and assets with configurations as well as the use of custom DSC…


Azure Automation DSC Part 5 - Advanced onboarding 2[MP4] [0:27:03] [2016/03/20]
This is the fifth video in a series about Azure Automation Desired State Configuration. In this video I'll cover the onboarding of Windows and Linux nodes running in Azure (or Azure Stack) using…


.NET Conf UY v2014 - Arquitectura para Windows Azure: Pienso, luego existo.[MP4] [0:27:44] [2016/03/19]
Fernando Machado Video Slides (online) Slides (download)Recursos prácticamente ilimitados, elasticidad casi infinita, pagar sólo por lo que consumo, bajo costo de adopción... estas y otras ventajas…


.NET Conf UY v2015 - Age of Azure: Machine Learning Revolution[MP4] [0:45:22] [2016/03/18]
.NET Conf UY v2015 Pablo Maceiras Slides (download)En la actualidad toda empresa sin importar su porte genera una cantidad abismal de información. Datos, audio, fotos, video, metadata, etc. son carta…


.NET Conf UY v2015 - How we use Hadoop and R to crack complex problems of IoT, Agriculture, Mining…[MP4] [0:42:58] [2016/03/16]
.NET Conf UY v2015 Pablo Garcia Slides (download)At the R&D center of Telefonica in Chile we use big HDInsight clusters and Azure ML plus revolution analytics in soma cases to solve huge…


Cloud Podcast Series - Hybrid Cloud (tr)[MP4] [0:49:42] [2016/03/15]
Serinin bu bolumunde Emre Aydin ile birlikte Microsoft Hybrid Cloud senaryolarini konusuyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) - Anil…


Cloud Podcast Series - Containers (tr)[MP4] [0:59:59] [2016/03/15]
Serimizin bu bölümünde sevgili Onur Yüksektepeli ile Container teknolojisini konuşuyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) - Anil Erduran /…


Sicherheit durch professionelles Application Lifecycle Management in der Microsoft Cloud[MP4] [0:55:03] [2016/03/14]
Die Sicherheit einer Unternehmens-IT endet nicht bei Infrastruktursicherheit. Jede Firma, die selbst Software entwickelt oder individuelle Software entwickeln lässt, muss Sicherheitsaspekte in den…


Criando um Parse Server no Azure[MP4] [0:29:14] [2016/03/05]
Olá Amigos! O Parse encerará seus serviços em 2016. Mas não se desespere: Com Azure é possível ter o seu próprio Parse Server. Com poucos cliques você pode ter toda infraestrutura para ter seu backend…


.NET Conf UY v2015 - Machine Learning: Buscándole el Sentido a nuestros Datos con Microsoft Azure[MP4] [0:42:25] [2016/03/02]
.NET Conf UY v2015 Mariano Vazquez Diego Poza Slides (download) CodeEn esta charla nos meteremos de lleno en cómo modelar escenarios del mundo real utilizando Azure Machine Learning. Tomando como…


.NET Conf UY v2015 - Azure, Internet of Things and BBQ[MP4] [0:42:08] [2016/03/02]
.NET Conf UY v2015 Donald Belcham Slides (download)The Internet of Things (IoT) is here. Your fridge can remind you to buy food. Your windows can detect when it's raining and close themselves. The…


Azure Automation DSC Part 4 - Advanced onboarding 1[MP4] [0:17:14] [2016/03/01]
This is the fourth video in a series about Azure Automation Desired State Configuration. In this video I'll cover the onboarding of Windows and Linux nodes running outside of Azure. I also guide you…


.NET Conf UY v2015 - Dev/Ops en en la nube con Microsoft Azure[MP4] [0:48:17] [2016/02/29]
.NET Conf UY v2015 Carolina Romero Fernando Machado Slides (download)"Lo que anda no se toca" dicen en operaciones del centro de cómputo, responsables de la continuidad del negocio.…


Azure Automation DSC Part 3 - Onboarding Azure Windows Nodes[MP4] [0:12:47] [2016/02/23]
This is the third video in a series about Azure Automation Desired State Configuration. In this video I'll cover the onboarding of Windows nodes within the same Azure subscription as the Automation…


Error Logging with Umbraco and elmah.io[MP4] [0:45:31] [2016/02/23]
This video is shot during Umbraco UK Festival 2015 in London. Error logging is an important aspect of every web application. In this session you will be presented with a general introduction to error…


Learn Roslyn Now - E03 - The CSharpSyntaxWalker [MP4] [0:08:50] [2016/02/19]
Introduction to the Roslyn SyntaxTreeWalker class and how you can use it to visit syntax nodes. The CSharpSyntaxWalker: https://joshvarty.wordpress.com/2014/07/26/learn-roslyn-now-part-4...Tool used…


Azure Automation DSC Part 2 - Configurations Basics[MP4] [0:09:09] [2016/02/15]
This is the second video in a series about Azure Automation Desired State Configuration. In this video I'll cover the basics on Configurations and how to get them available in Azure Automation DSC.…


Cloud Computing Bagi UMKM[MP4] [0:13:07] [2016/02/12]
Cloud computing acapkali diusung untuk perusahaan besar. Jika demikian, apakah perusahaan kecil seperti UMKM bisa menggunakan Cloud. Jika Cloud dapat digunakan di UMKM skenario apa yang cocok dan…


Azure Automation DSC Part 1 - Introduction[MP4] [0:10:29] [2016/02/02]
This is the first video in a series about Azure Automation Desired State Configuration. In this video I'll introduce you to the Automation Account and tell you about the basic controls to start…


Modul 5-Azure Automation Runbooklarini cagirma[MP4] [0:32:29] [2016/01/26]
Modul 5-Azure Automation Runbooklarını Çağırma


Modul 4-lk Runbookunuzu Olusturma ve Yayinlama[MP4] [0:27:55] [2016/01/26]
Modul 4-İlk Runbookunuzu Oluşturma ve Yayınlama


Modul 3-Connect-Azure Runbookunu Import Etme ve Yayinlama[MP4] [0:16:51] [2016/01/26]
Modul 3-Connect-Azure Runbookunu Import Etme ve Yayinlama


Modul 2-Microsoft Azure ile Azure Automationa Baglanma[MP4] [0:34:12] [2016/01/26]
Modul 2-Microsoft Azure ile Azure Automationa Baglanma


Modul 1- Azure Automationa Giris[MP4] [0:23:17] [2016/01/26]
Modul 1- Azure Automation'a Giriş


Modul 4-Sanal makineleri Microsoft Azure Upload ve Import Etme[MP4] [0:14:34] [2016/01/26]
Modul 4-Sanal makineleri Microsoft Azure'a Upload ve Import Etme


Modul 3-Amazon AWS Export ve Convert Etme[MP4] [0:12:37] [2016/01/26]
Modul 3-Amazon AWS Export ve Convert Etme


Modul 2 -Amazon AWSden Azure Tasima Oncesi Hazrlklar [MP4] [0:23:00] [2016/01/26]
Modul 2 -Amazon AWS'den Azure Taşıma Öncesi Hazırlıklar Sorular


Modul 1-Amazon AWS Uzerindeki Sanal Makineleri Microsoft Azure Tasima[MP4] [0:34:30] [2016/01/26]
Modul 1-Amazon AWS Üzerindeki Sanal Makineleri Microsoft Azure Taşıma


Cloud Podcast Series - Azure Virtual Machines (tr)[MP4] [0:47:13] [2016/01/22]
Bu podcastimizde Microsoft Türkiye'den Engin Ozkurt ile Azure Virtual Machines konuşuyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) - Anil Erduran /…


Cloud Podcast Series - PowerBI (tr)[MP4] [0:40:48] [2016/01/22]
Cloud Podcast Serisi'nin bu bölümünde Kadircan Toprakci ile Azure BI hizmetini konuşuyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) - Anil Erduran /…


Cloud Podcast Series - Big Data on Azure (tr)[MP4] [0:45:18] [2016/01/22]
Cloud Podcast Serisi'nin bu bölümünde Koray Kocabas ile Azure üzerinde Big Data hizmetlerini inceliyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) -…


Cloud Podcast Series - Azure Site Recovery (tr)[MP4] [0:32:39] [2016/01/22]
Cloud Podcast Serisi'nin bu bölümünde Ezgi Can ile birlikte Azure Site Recovery detaylarını inceliyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) -…


Cloud Podcast Series - Azure Cloud Services - Whiteboard (tr)[MP4] [0:05:09] [2016/01/22]
Cloud Podcast Serisi'nin bu bölümünde OneNote üzerinde hızlıca Azure Cloud hizmetini inceliyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) - Anil…


Cloud Podcast Series - Azure Site Recovery - Whiteboard (tr)[MP4] [0:07:37] [2016/01/22]
Cloud Podcast Serisi'nin bu bölümünde OneNote üzerinde hızlıca Azure Site Recovery hizmetini inceliyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) -…


Cloud Podcast Series - Business Benefits of Azure (tr)[MP4] [0:50:00] [2016/01/22]
Cloud Podcast Serisi'nin bu bölümünde Ahmet Toprakci ile Azure is faydalarını inceliyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) - Anil Erduran /…


Cloud Podcast Series - VNet - Whiteboard (tr)[MP4] [0:10:33] [2016/01/22]
Cloud Podcast Serisi'nin bu bölümünde OneNote üzerinde hızlıca Azure VNet bileşenlerini inceliyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) - Anil…


Cloud Podcast Series - Azure Automation (tr)[MP4] [0:46:22] [2016/01/22]
Cloud Podcast Serisinin bu bölümünde Hasan Güral ile birlikte Azure Automation detaylarını konuşuyoruz. Cloud Podcast serisinin diger kayitlari icin: Cloud Podcast Series - Azure Automation (tr) -…


At least $10,000 savings on SQL Server clustering in Microsoft Azure[MP4] [0:51:47] [2016/01/16]
Cloud surely is a convenient place for a company's IT infrastructure to dwell in, because it provides business continuity without taking much resources. However, can it really give fault-tolerance?…


Despliegue e integración contínua en Azure[MP4] [0:28:55] [2016/01/14]
Este video nos guiará en la implementación de Despliegue e Integración contínua en Azure Web Apps, explicando los conceptos de Ranuras de Implementación, Intercambio, Kudu y finalmente integrando…


Azure Web App[MP4] [0:06:10] [2016/01/08]
This tutorial shows how to deploy an ASP.NET web application to a web app in Azure App Service by using Visual Studio 2015 or Visual Studio 2013. The tutorial assumes that you are an ASP.NET developer…


Web Performance Test[MP4] [0:09:32] [2016/01/08]
Run Azure web app performance tests to check how your app handles user load. Measure response time and find failures that might indicate problems.


Azure One Step at Time - Virtual Machines[MP4] [0:10:03] [2016/01/06]
The 'One Step at a Time' series is designed teach EXACTLY One Azure feature in a few minutes time that can be useful immediately. Here, MVP Pat Tormey demonstrates how to fire up a new Azure Virtual…


Azure One Step at at Time SQL [MP4] [0:11:33] [2016/01/06]
In this concise session MVP Pat Tormey demonstrates EXACTLY ONE THING Azure, SQL in Azure. From the Azure portal dashboard Pat creates a database, configures it for remote access, shows how to get…


Custom User Controls in UWP[MP4] [0:12:39] [2016/01/06]
User Controls are custom collections of UWP, WPF or Window forms controls that encapsulate a reusable set of components with their methods, events and properties. In this short video Pat Tormey, MVP…


Consumir un Azure Mobile Service desde Windows Phone[MP4] [0:06:25] [2016/01/06]
Consumir un Azure Mobile Service desde Windows Phone y hacer operaciones a una bases de datos en SQL Azure.


Instalando FreeBSD no Hyper-V[MP4] [0:09:29] [2015/12/10]
Nesse vídeo vamos mostrar como instalar o FreeBSD no Hyper-V.


Containers rodando em Windows Server 2016 no Azure[MP4] [0:09:26] [2015/12/01]
Neste vídeo vemos como criar uma máquina virtual com Windows Server 2016 e como trabalhar com Containers.