Azure Information Protection Documentation Update for June 2019

The Documentation for Azure Information Protection been updated on the web and the latest content has a June 2019 (or later) date at the top of the article.
 
This month saw a new preview version of the Azure Information unified labeling client, w… Continue reading Azure Information Protection Documentation Update for June 2019

Healthcare cloud security and compliance — Status, outlook, and opportunities

Since the dawn of modern cloud computing over 15 years ago, I have seen healthcare sentiment about cloud and security shift 180 degrees from “cloud is not secure” in the early days to “how can we improve security with cloud?”

The post Healthcare cloud security and compliance Status, outlook, and opportunities appeared first on Microsoft Industry Blogs.

The post Healthcare cloud security and compliance — Status, outlook, and opportunities appeared first on Cloud Perspectives Blog.

Continue reading Healthcare cloud security and compliance — Status, outlook, and opportunities

Avoiding workspace loops by expanding navigation properties in the GetGroupsAsAdmin API

As a Power BI service admin, do you frequently need to list all workspaces in your tenant, and all reports, dashboards, and datasets in those workspaces as well? If the answer is yes, you probably had to build your solution such that in a first call, all workspaces had to be retrieved by using the GetGroupsAsAdmin API or the Get-PowerBIWorkspace cmdlet. It was then necessary to loop through the result set to make additional calls to get the reports, datasets and dashboards within each workspace by using the GetReportsInGroupAsAdmin, GetDashboardsInGroupAsAdmin, GetDatasetsInGroupAsAdmin APIs or the Get-PowerBIReport, Get-PowerIBDashboard, and Get-PowerBIDataset cmdlets respectively. Unfortunately, this approach is slow and inefficient. In a large Power BI environment, it is even impractical. There must be a better and more efficient way!

The secret to avoiding these expensive loops is in the OData Expand Query Option ($expand)and I am proud to announce the recent release of support for $expand in the GetGroupsAsAdmin API!

The post Avoiding workspace loops by expanding navigation properties in the GetGroupsAsAdmin API appeared first on Cloud Perspectives Blog.

Continue reading Avoiding workspace loops by expanding navigation properties in the GetGroupsAsAdmin API