Modify at scale annotations and contacts for data assets using bulk edit capabilities.

Modify at scale annotations and contacts for data assets using bulk edit capabilities.

This article is contributed. See the original author and article here.

Azure Purview is unified data governance solution to maximize the business value of data. Using Azure Purview, you can create an up-to date Data Map using automated metadata discovery including technical metadata and classifications. The metadata can then be further enriched with AI-powered classifiers, associated with business glossary terms and specify experts and data owners. This process, essentially, makes data more trustworthy and valuable to data consumers across the organization. 


 


In order to help you streamline this process even further, we recently launched the capability for Azure Purview to bulk edit data assets at scale. In just a few clicks, you can now prepare a list of the data assets to be edited and then modify classifications, terms, experts as well as owners for the selected list with a single action.


 


How does it work?


 


Step 1: Prepare a list of data assets to be bulk-edited.


You can prepare the list either by searching on the assets and selecting them in search result page or doing to the asset details view and selecting the same.


 


Naga_Yenamandra_0-1615577518459.png


Figure1: Screenshot showing selection of assets in search result page


 


Naga_Yenamandra_1-1615577627809.png


Figure 2: Screenshot showing selection of asset in asset detail page.


 


Step 2: Once the list is ready click on “View selected” to review the list and remove any data asset which is accidentally added to the list.


 


Naga_Yenamandra_2-1615577694029.png


 


Figure 3: Screenshot showing “View selected” blade.


 


Step 3: Click on “Bulk edit”  to add/replace/remove classifications, glossary terms, experts or owners to the list with a single action.


 


Naga_Yenamandra_4-1615577908023.png


 


Figure 4: Screenshot showing all the annotations and contacts which will be applied to the list.


 


Get started today:



  • Learn more on how to bulk edit assets here


 

Immersive Reader comes to PowerPoint for the web, OneDrive, SharePoint and MakeCode

Immersive Reader comes to PowerPoint for the web, OneDrive, SharePoint and MakeCode

This article is contributed. See the original author and article here.

We are thrilled to announce that the Immersive Reader is rolling out to four additional Microsoft apps and services, including PowerPoint for the web, OneDrive, SharePoint and MakeCode.  This set up updates that bring this powerful literacy tool to even more places!


 


PowerPoint gets more inclusive


One of the top requests we’ve heard from students, parents and educators has been to add the Immersive Reader to PowerPoint. It has also been a top UserVoice request for the PowerPoint team. We are excited to announce that Immersive Reader in PowerPoint for the web  is rolling out globally to Office Insiders, and will continue rolling out in April. You’ll be able to access the Immersive Reader in two areas of PowerPoint for the web.



  • Select any text on a PowerPoint slide and choose “Open in Immersive Reader” (see the demo below).

  • The other area was inspired directly by Molly Paris. Molly and her mother visited the Microsoft campus last year and Molly told us how helpful it would be for her to be able to access the Immersive Reader in the Notes area of PowerPoint. We’re happy to announce to Molly and everyone else that Immersive Reader access is now on the Notes section of every slide as well. Just select the Notes text, right click and choose “Open in Immersive Reader.  


Immersive Reader in PPT.gif


 


SharePoint adding Immersive Reader for Pages


Another area we’ve heard customer feedback from is making SharePoint pages more accessible with the Immersive Reader. Last fall, we did an internal hackathon to prototype this, and today we are excited to announce that Immersive Reader for SharePoint Pages will be rolling out in April. An example of this integration is below.


SharePoint Pages.gif


 


OneDrive adding the Immersive Reader for documents


OneDrive is a great place to store and access documents and other content. To enable better access to content, we’re adding the Immersive Reader directly into the OneDrive menus to launch it on Word documents and text files. This will roll out in April and May of 2021.
OneDrive.gif


 


MakeCode and Immersive Reader make STEM and Computer Science more accessible


MakeCode Arcade tutorial instructions are now available to all by clicking on the Immersive Reader icon at the top of any tutorial, as well as where there are instructions for a MakeCode project. See the demo below for the details.v


MakeCode.gif


 


We hope you enjoy these inclusive and accessible updates where we’ve added the Immersive Reader to Microsoft products!


 


Mike Tholfsen


Principal Product Manager, Microsoft Education


@mtholfsen


 

Building a Balancing Robot with Azure Sphere

Building a Balancing Robot with Azure Sphere

This article is contributed. See the original author and article here.

Azure Sphere is a Microsoft platform enabling customers to build secured IoT products. For Azure Sphere-based products, Microsoft provides ongoing OS updates, enables device manufacturers to update their own app code, and provides certificate management. Being a platform, Azure Sphere is not directly used by end users, but by companies who build devices – often called “OEMs” (Original Equipment Manufacturers), or by enterprises who deploy those devices. Therefore, the “interface” for the Azure Sphere product is not an end user interface, but is docs, SDKs, software samples and hardware reference designs that enable our OEMs to build products.


 


In this blog post, we’re going to describe an end-to-end device built with Azure Sphere, showing how software, hardware, and physical design come together to create a real working device, which we then distributed to some end users. Our example device isn’t intended for sale, or even to be a formal reference design. It was intended as a demo device showcasing some of the key features of Azure Sphere through that device’s capabilities. We also deployed this device internally at Microsoft, which gave us insights into how end users experienced and interacted with Azure Sphere devices.


 


As part of the Azure Sphere team, we have a small team known as Devices & Demos, which includes software, electronics, and design expertise. This team maintains assets such as the design of the MT3620 Reference Development Board and other hardware reference designs. In addition, by designing, implementing, manufacturing, and deploying small runs of real devices, we enable the Azure Sphere team to experience and validate our OEM customers’ perspective as users of Azure Sphere.


 


For this particular demo, we wanted to build something:



  • Enclosed and self-contained

  • Battery powered

  • Connected to a cloud IoT dashboard – built with Azure IoT Central

  • Using a small, custom PCB (printed circuit board)

  • With real-time requirements

  • Engaging and fun!

  •  


We settled on a balancing two-wheeled robot.  Balancing robots (and inverted pendulums) are canonical examples of hard real-time control – if the control loop is stopped from executing, or misses timing constraints, they fall over – hard.


 


Of course, if we’re going to build a cool demo, it wouldn’t be complete without lasers.  So we added some range-finding lasers that enable the robot to avoid obstacles. 


 


Robot design and behavior


Here’s a picture of the robot in action:


 


jamesscott_0-1617108672608.png


 


We included a small LCD screen to show the robot’s status.  There are 4 icons, the top one being battery level, then WiFi connectivity status, then IoT Central connectivity status, and finally an indicator of the firmware version (version A or version B) that it is running that is used when demonstrating how the robot handles over-the-air software updates without falling over.


Inside, the robot looks like this:


 


jamesscott_1-1617108672662.png


 


As you can see, the 3 AA batteries are in the top compartment. The PCB forms the “spine” and includes an inertial measurement unit (IMU) for balancing, and the laser range-finders. The motors are housed at the bottom in line with the wheels. The whole thing is encased – we used 3D printing to quickly build some custom cases. To simplify the electronic design, we used the Avnet Azure Sphere MT3620 module.


 


The software architecture is illustrated in the diagram below.  We made use of Azure RTOS on one of the MT3620’s M4F cores to perform the hard real-time loop of controlling the motors, using data from the IMU to stay upright, and data from the laser range-finders to detect and back away from obstacles. The “high level” A7 core app communicates with Azure IoT Central and with the real-time core to provide secured internet connectivity. 


 


jamesscott_2-1617108672685.png


 


Connecting to the cloud


It wouldn’t be an IoT demo without showing how to view and control the data from the Internet. In Azure IoT Central, we implemented a dashboard showing the status of the robot:


 


jamesscott_3-1617108672705.png


 


This shows:



  • The battery level of the robot over time

  • The current heading of the robot in both degrees and as a compass direction

  • The total number of obstacles that the robot has avoided using the laser rangefinder to detect and back away from an object


 


We also implemented a control feature in IoT Central:


 


jamesscott_4-1617108672714.png


 


This illustrates how IoT Central can set a “desired property” in the robot’s device twin, for the desired heading – the robot then turns on the spot to face in that direction.


 


Deferring updates while balancing


Being securely connected to the Internet requires a device to be regularly updated to stay on top of newly discovered security issues – this is one of the Seven Properties of Highly Secured Devices. However, to take a software update requires a device to be unresponsive while it installs – which is not a good idea if you’re balancing on two wheels. To address this, Azure Sphere supports deferral of device updates. For this robot, we use that feature and defer updates until the robot is safely lying down.


 


Video and source


All of the above features are illustrated in this video:


 


 


We have also made all the source files and docs for this robot available in the Azure Sphere Gallery github repository.  This includes the software, electronics design, physical case design, plus assembly and end-user instructions. The Azure Sphere Gallery github repository includes unmaintained content that is not part of our official, maintained Azure Sphere platform. others might find useful as an example of a complete device implemented, manufactured and deployed on top of Azure Sphere.


 


Conclusion


Thank you for reading this blog post! I hope it has inspired you to think about what you could create with Azure Sphere.  If you haven’t already, why not grab an Azure Sphere dev board and see how quick it is to build a secured IoT device, or have a look at the github repository to see how we did it ourselves.


 

AuthenTrend and Microsoft have partnered to help our customers go passwordless

AuthenTrend and Microsoft have partnered to help our customers go passwordless

This article is contributed. See the original author and article here.

Hello!

Microsoft has been working with a variety of hardware key manufacturers to give customers a rich set of choices for their passwordless solutions. In today’s post, we hear from Athena Chang from AuthenTrend, who describes the company’s flagship security key, ATKey.Pro. AuthenTrend is based in Taiwan and focuses on building biometric-based passwordless solutions.


 


 


The paradigm of in-office work has been shattered as a result of COVID-19


By Athena Chiang, Director of Business Development, AuthenTrend


 


The paradigm of in-office work has been shattered because of the pandemic. This transition to a permanent hybrid workforce forces organizations to adjust their security strategies to ensure that only the right user can remotely access sensitive systems. A growing number of AuthenTrend customers are asking about passwordless with biometrics as a more secure alternative to traditional passwords.


 


One customer illustrates the benefits of adopting a passwordless with biometrics solution. After adopting ATKeyPro, this manufacturing company decreased IT costs by 30% to 50% annually and eliminated the hassles of password reset. This improves the user experience because like many companies, employees were previously required to reset their passwords every three months.


 


This customer adopted the mobile authentication application, but most employees on the factory floor are not allowed to use mobile phones, and some executives are hesitant to use their personal phones for business purposes. At AuthenTrend’s suggestion, they migrated their solution from Active Directory and on-premises servers to a hybrid solution – Office 365 E3 with Azure Active Directory. They adopted ATKeyPro and ATKeyCard based on employees’ device usage.


 


Founded in 2016, AuthenTrend has one of the largest number of FIDO2 certifications in Taiwan and is the first fingerprint security key company to receive these certifications. Today, AuthenTrend is part of the Microsoft Intelligent Security Association (MISA), FIDO Alliance, RSA. The customer’s CTO trusts the fingerprints security key solution since AuthenTrend’s fingerprint sensor comes with a top industry-level FRR rate and smallest form factor.


 


 


Why your passwordless journey should include biometrics


That company’s concern about security is understandable. Consider these statistics on threats from a Microsoft Threat Intelligence report and the 2018 Data Breach Investigations Report (DBIR):


 



  • 230% increase in password spray attacks in 2020

  • Nearly one in three of all attacks on enterprises involve phishing.

  • 81% of data breaches are caused by compromised, weak, and/or reused passwords.


 


A weak password does not protect against modern malware, phishing, or man-in-the-middle attacks. By moving from passwords to hardware-based security keys, organizations enable the most robust authentication form and mitigate the threat of account takeovers.


Multifactor authentication, such as secondary tokens or one-time codes, may not be enough to prevent cybercrime, according to a FBI Private Industry Notification (PIN) report. The report recommends that the addition of biometric factors and behavioral information checks to multifactor authentication approaches is crucial to protect identity. Bret Arsenault, CVP/CISO at Microsoft, also indicated that using biometrics as part of the Azure Active Directory multifactor authentication process boosts security by making it more difficult for backers to steal a person’s identity


 


 


Fingerprint-enabled authentication with Azure AD. With the expanded remote workforce, security and accountability risks increase and traditional authentication methods can’t absolutely ensure that the person signed-in is the authorized user. AuthenTrend partnered with Microsoft to offer biometrics solutions to secure this workforce.


 


Employees can use AuthenTrend’s FIDO2 fingerprint-enabled Security Keys to sign into their Azure Active Directory-joined or hybrid Azure AD-joined Windows 10 devices using single-sign-on for cloud and on-premises resources. Users can also sign in to supported browsers. With the fingerprint-matching requirement, enterprises can ensure that only authorized users can assess company information. It’s an option for highly security-sensitive enterprises or enterprises with scenarios or employees who aren’t willing or able to use their phones as a second factor.


 



AuthenTrends flagship product, ATKey.Pro, provides a fingerprint recognition security key that supports Fido2 and U2F. This lets users leverage standard devices to authenticate online services in both mobile and desktop environments. With AuthenTrend’s patented standalone enrollment technology, new users can register their fingerprints through the card or the USB key itself without using any supplemental enrollment app.


 


Picture1.jpg


To learn more about AuthenTrend’s fingerprint-enabled security key solutions and how they can decrease IT costs visit the Azure commercial marketplace or reach out to AuthenTrend directly.


 


 


Learn more


 


I hope you’ve been inspired by AuthenTrend’s story of integrating its passwordless solutions with Azure AD. Microsoft is partnering with AuthenTrend on a pilot program if you’re a SMB or service provider and want to try Azure AD passwordless flow.


 


 


Learn more about Microsoft identity:


Easy Ways to Refresh Tabular Models | Data Exposed: MVP Edition

This article is contributed. See the original author and article here.

In this episode with Gaston Cruz, he’ll show you the options to process Azure Analysis Services models (Semantic Layer) connecting to an Azure SQL DB as a data source (using SSDT), and then create an architecture using a Service Principal account to process the model (DB, Tables, Partitions) in an automatic way deploying an Azure Logic Apps, and then calling from Azure Data Factory to trigger the process. Finally, he’ll conclude by showing you the advantages of using a live connection from Power BI to connect to AAS models.


Watch on Data Exposed



Resources:



View/share our latest episodes on Channel 9 and YouTube!