In this post I show you a walkthrough of new Power BI embed flow for ISV with Power BI Premium or New Power BI Embedded in Azure. This new consistent model unlocks Power BI for ISV, and all Power BI capabilities can be supported.
Tsuyoshi Matsuzaki
Japanese, Hobby runner, and Explainer of computer science
(Japanese name : 松崎 剛)
Walkthrough of Azure Cosmos DB Graph (Gremlin)
In this post I show you a walkthrough (tutorials and general tasks) of Graph database with Azure Cosmos DB Gremlin for your first use, and a little bit dive into the practical usage of the graph query.
Build your own Web API protected by Entra ID
In this post I show you how to build your web api protected by Azure AD v2 endpoint with custom scopes. You can learn several OAuth scenarios and ideas through this post.
Analyze your data in Azure Data Lake with R (R extension)
When you run your R with data in Azure Data Lake, you don’t need to move or download your data. Here I show you how to use R extensions in Azure Data Lake along with the real scenarios.
Easy image classification and image search with pre-trained model on R
This post shows the R code of classifying images or matching (searching) similar images with MicrosoftML package. You can easily classify your real photo albums without labeling.
Trusted Application API (Skype for Business) – Messaging and Webhook (Callback)
In this post, I describe the peer to peer instant messaging with new Trusted Application API (the server-side api of “Skype for Business Online”), and explain how to handle the incoming webhook callback.
Trusted Application API (Skype for Business) – Authentication and Online Meetings
Here I show you what is and how to use the Trusted Application API in Skype for Business development platform with HTTP Flow and simple programming samples. (In this post, we focus on the authentication and handling the ad-hoc meetings.)
Anomaly Detection by One Class SVM
In this post, I show you a brief introduction to one-class support vector machines (one class SVM) for anomaly (outlier) detection in Python code.
Analyze your text in R (MicrosoftML)
This shows how you can analyze your text (text featurization) using MicrosoftML package in R with the simple sentiment analytics example.
Use Azure REST API without interactive Login UI (Service Principal in Azure)
This post describes how to access Azure resource with certificate (without interactive login UI). When you create the backend service (like daemon) communicating with Azure resources, this flow can be used.