Dayzure Practical answers to your Daily Azure questions

Link Office 365 subscription to an existing Azure one
astaykov on 12. November 2015 09:53

Today we got the question: "Can link somehow my Office 365 tenant with my existing Azure subscription?". The short answer is, of course, Yes!

The little longer (not more than 4 minutes) one, you can enjoy in the video:

Delete an object from Azure AD Graph API
astaykov on 5. November 2015 11:19

So, how can we delete an object from the Azure AD Graph API?

Whatch the following video to find out:

 

More...

Update object properties in Azure AD Graph API
astaykov on 2. November 2015 02:45

How can I update a specific object property in Azure AD using the Graph API?

Check out this 5 minutes video to find out how

More...

Hello World with node.js on Azure Web Apps
astaykov on 30. October 2015 11:26

In this really short video, Richard Astbury, a fellow Azure MVP, shows us how to create a Hello World node.js application in Azure Web Apps using only our browser:

Retrieve TOP N objects from Graph API
astaykov on 22. October 2015 22:30

Whether we want all object (if they are just a few hundred) or we just want only top 5 from the Graph API, we can use the OData syntax to get only what we need from the Azure AD Graph API:

More...