Yousef Khalidi on Cloud Networking and Innovation

Enjoy this candid conversation with CVP of Azure Networking, Yousef Khalidi. We’ll be talking about being part of the Azure founding team back in 2008, cloud network innovation and building global and performant infrastructure at scale. We will be taking a peek and talk about some of the more recent Azure network services, along with internal innovation, that all help create the best possible customers experience.

For more information visit http://aka.ms/the-network-matters.

Continue reading Yousef Khalidi on Cloud Networking and Innovation

The new Facebook Ads Manager for Excel supercharges campaign reporting

Today, we’re releasing a new Excel 2016 add-in designed to simplify exporting data and campaign reporting from multiple Facebook ad accounts.

The post The new Facebook Ads Manager for Excel supercharges campaign reporting appeared first on Office Blogs.

Continue reading The new Facebook Ads Manager for Excel supercharges campaign reporting

Watch the Gears Pro Circuit Paris Open this Weekend

Gears Esports makes its way back to Europe this weekend with the Gears Pro Circuit Paris Open! With a $100,000 prize pool, and 32 teams of the best Gears of War teams from around the world expected to make the trip, the event promises to be one of the best ever in the European region for Gears Esports.  Fans who can’t make the event can tune in this weekend for a chance to obtain two exclusive fan voted weapon skins from community members ‘I AM AD0PTED’ and ‘YJeter’ along with other great prizes including consoles and elite controllers! Tune in… Continue reading Watch the Gears Pro Circuit Paris Open this Weekend

Empowering education, teaching systems to read and saving lives with snake bots — Weekend Reading: May 5 edition

The ability of Microsoft technology to empower students, teachers, cities, industries and even safety-minded snake robots was on great display this week. Here are the highlights. Microsoft announced new innovations in education, including a Windows experience called Windows 10 S, modern classroom collaboration in Microsoft Teams, creativity features in “Minecraft” and mixed reality, and the Surface Laptop, a perfect Windows 10 S device for college students. “We believe technology can … Read more »

The post Empowering education, teaching systems to read and saving lives with snake bots — Weekend Reading: May 5 edition appeared first on The Official Microsoft Blog.

Continue reading Empowering education, teaching systems to read and saving lives with snake bots — Weekend Reading: May 5 edition

End-to-End IoT with Azure Services

Wrapping your head around a “complete” IoT project can be tough. The pipeline can be complex, made up of a number of services and just a bunch of moving parts. Getting started with this can be imitating.

Gandhali Samant felt this too and so wrote the great end-to-end post below that walks you though all the parts and pieces…

Create an End-to-end IOT Scenario with Azure Services

IOT or Internet of things is taking over the world and we are encountering more and more of it in our daily lives. But when we come to think of it what does the word IOT actually mean? What are these IOT solutions and how do we start building them?

To answer these questions, lets first start with defining what is IOT? There is no standard definition for IOT but moreover it is any solution that essentially has following four components.

  1. Things – Things can be anything that can send some kind of useful data. It can be a simple phone or a complex array of sensors sending the data.
  2. Connectivity – These things need a way to communicate with each other and with internet and for that they need connectivity and protocols.
  3. Data- The data can be a simple telemetry data, an image or even a video feed.
  4. Analytics- The data that is gathered needs to be analyzed to derive insights from it. These analytics can be real time analytics such as sending an alert or taking an action or a long term analytics where you might use machine learning on historical data to detect a pattern or predict an outcome.

How Azure fits into the picture ?

Microsoft Azure services give you a way to create your entire IOT solution with the use of many different components. Its not a one way solutions but rather a platform consisting of different services from which you can choose the services best fitted for your own scenario. Here is just a glimpse of the all the available services that can be used in your IOT Scenarios.

Let’s build a scenario, shall we?

We will create a simple IOT scenario, where we will gather data from different devices and ingest it in cloud. Once it is ingested, we will analyze the data to detect an anomaly and then raise an alert. We will use following Azure services in this scenario.

image

Recap

We created a simple scenario where we simulated a device sending telemetry information. Then we used IOT Hub to ingest the data from the device and Stream analytics job to process the data in real time. The stream analytics query, checked if the temperature is going above a threshold and when it did it sent that event to an Event hub.

We then created an Azure function which will get triggered as soon as there is a new event on the Event hub and will send the Event data to a Logic App using HTTP Request Endpoint. On the Logic App trigger, we created a Twilio connector which will read the temperature from the payload and send the Alert.

[Click through for the whole post, all the steps and more]

Follow @CH9
Follow @coding4fun
Follow @gduncan411

Continue reading End-to-End IoT with Azure Services

Save the date to learn what’s next: May 23 in Shanghai

There is more. We will share what’s next on May 23 from Shanghai. Please check back here for more details as the date approaches. See you soon. #MicrosoftEvent

The post Save the date to learn what’s next: May 23 in Shanghai appeared first on The Official Microsoft Blog.

Continue reading Save the date to learn what’s next: May 23 in Shanghai

Alfonso García-Caro – Fable | On .NET

This week, we speak with Alfonso García-Caro about Fable, the fabulous F# to JavaScript compiler.

Fable website: http://fable.io/

Fable REPL: http://fable.io/repl.html

Awesome Fable, a list of Fable resources: https://github.com/kunjee17/awesome-fable

FableConf, Bordeaux Sept 22: First ever Fable conference! https://www.eventbrite.es/e/fableconf-bordeaux-tickets-34089709238

The Gamma Project: Disruptive project made with Fable for data-driven storytelling on the web https://thegamma.net/

Ionide: VS Code and Atom extension for F# made with Fable http://ionide.io/

Continue reading Alfonso García-Caro – Fable | On .NET