Microsoft Viva Connections | Curated Organization and Personal Experience

Microsoft Viva Connections | Curated Organization and Personal Experience

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

Take a look at the new Microsoft Viva Connections, part of your Microsoft 365 subscription, that provides a curated, company branded experience in the context of the apps used every day, like Microsoft Teams. Adam Harmetz, lead engineer, joins host Jeremy Chapman to walk through the user experience, how to set it up, and options for personalizing information sharing by role. 


 


Screen Shot 2021-05-24 at 12.23.26 PM.png


 


If you’re new to Microsoft Viva, it comprises four modules that deliver new employee experiences across knowledge, communications, resources, learning and insights. These leverage the foundational technologies of Microsoft 365, Microsoft Graph, and AI to deliver a modern employee experience platform. 


 


Viva Connections is specifically about boosting employee engagement. This spans everyone in your organization, from everyday users, specific groups in departments, to frontline workers. It expands on your SharePoint home site and newsfeed and is designed to offer a destination that delivers personalized news, conversations, and commonly used resources.


 


 







QUICK LINKS:


01:45 — Desktop UX 


02:24 — Web UX 


03:32 — How to set it up through PowerShell 


05:54 — Mobile UX 


07:26 — How to build adaptive cards 


09:40 — Audience targeting 


10:34 — How to get started 


11:15 — Wrap up 


 


Link References: 


To get started and find PowerShell scripts, go to https://aka.ms/VivaConnectionsPSBlog 


Watch our Essentials episode at https://aka.ms/VivaEssentials 


Set up Global Nav in your SharePoint Homesite at https://aka.ms/SetupGlobalNav 


Watch the rest of our series on Microsoft Viva at https://aka.ms/VivaMechanics


 


Unfamiliar with Microsoft Mechanics? 


We are Microsoft’s official video series for IT. You can watch and share valuable content and demos of current and upcoming tech from the people who build it at Microsoft. 



 


Keep getting this insider knowledge, join us on social: 











Video Transcript:


– Up next, we’re joined by lead engineer, Adam Harmetz to take a look at the new Microsoft Viva Connections, part of your Microsoft 365 subscription, that gives you a curated, company-branded experience in the context of the apps used every day, like Microsoft Teams. We’ll walk through the experience as a user, as well as how to set it up as an admin, including options for personalizing information sharing by role. So Adam, welcome back to Microsoft Mechanics.


 


– It has been a while, Jeremy. Thank you so much for having me today.


 


– And thanks so much for joining us today. And before we get started and into Viva Connections, if you’re new to Microsoft Viva, it comprises four modules that deliver new employee experiences across knowledge, communications, learning, and insights, all in the context of your work. Now, these leverage the foundational technologies of Microsoft 365, Microsoft Graph and AI to deliver a modern employee experience platform. In fact, you can learn more by watching our essentials episode at aka.ms/VivaEssentials. And one of the foundational experiences in the new Microsoft Viva platform is connection. So Adam, this looks like a very familiar experience, I think, for the folks that are managing SharePoint right now. But it’s also got a lot of integration it’s bringing to the table with things like Teams and Yammer and Stream all into one unified experience.


 


– That’s right, Jeremy. You know, Viva Connections is really about boosting your employee engagement. And this spans everyone in your organization, from your everyday users, specific groups and departments, all the way through to your frontline workers. And like you were saying, it expands on your SharePoint home site and newsfeed, and it’s designed to give you a curated, company-branded experience: a destination, a place that delivers personalized news, conversations, and other commonly used resources within the context of the apps you use every day, like of course Microsoft Teams, on the desktop, and your mobile device.


 


– Okay, so can you walk us through what those user experiences look like?


 


– Sure, let’s start on the desktop. You see here that we’re inside of Teams, and there is native integration. Notice our demo company’s logo on the left nav, which is where you’ll find Viva Connections. In the center, this is your own home site with all the news and important content you’re probably familiar with.


 


– Right, but does this then replace your SharePoint home site, or do you have to create a different version then for Teams?


 


– No, that’s the beauty of it. It’s literally the same site pulled into Teams with the same consistent look and feel. So you only need to build and maintain one site. Now, we’ve done a lot of integration work to ensure your home site looks right inside Teams, but maintains the same level of functionality that you have on the web. You know, and in fact, I’ll pull up the web right now. I’ll show the home site running in the Edge browser in the view to show you a few things and compare and contrast them. The first thing you’ll probably notice is the top of the Office 365 toolbar with the app launcher and search. Well, it isn’t there inside of Teams. We’ve integrated a search experience you’d find in SharePoint directly into Teams search. In the upper right corner, controls that you’d find in the browser, like Refresh, are there, as well as Copy Link and Copy the Path to the website, so you can share it with others. On the left, you’ll see the new global navigation with home, sites, news, and files. And you see, when I click on the company’s icon in Teams, it exposes all that same navigation. And if you haven’t set up global-nav in your SharePoint home site yet, it’s pretty easy to do. Just go to aka.ms/SetupGlobalNav and follow the steps there. Now, one more important thing to do on your home site to keep people coming back and making it a two-way conversation, is to add Yammer as a web part on your home site. This keeps the content dynamic and keeps the most important conversations front and center. So as you can see, we’re really taking the best of the SharePoint content management system and your SharePoint home site and putting it in Microsoft Teams, so it’s native and assessable experience for everyone.


 


– Okay, so what does it take then to light up the experience inside the Teams desktop client?


 


– Good question. So everything I’m showing you, you can do today. And right now a lot of this is done using PowerShell and later we’ll be adding another way to do it via the Teams admin center. And today I’ll walk through the PowerShell method. Basically, our goal is to create a Connections app and add that to your Teams environment. First, you can find all the PowerShell scripts you’ll need at aka.ms/VivaConnectionsPSBlog. You want to make sure you have a home site ready with global navigation already enabled. Next, you’ll need two PNG images for Connections. We recommend your company logo, or maybe if you have a logo for your intranet already, that works too. One you’ll use for the app catalog and the other for navigation. These should be 192×192 pixel color and 32×32 pixel monochromatic images, respectively. Now in an elevated PowerShell window, we can run the Viva Connections desktop PowerShell script. It’ll ask for a URL to my home site. I’ll paste that in from my clipboard. Now the script prompts me to sign in with my SharePoint admin credentials, and I’ll go ahead and do that. Now I need a name for the Teams app bar and I’ll type in Contoso. I’ll paste in a short description, and then a long description will appear on the app catalog. Then there are a couple of options to add a privacy and terms of use page, I’ll skip these. These are just standard for any Teams app. And now I’ll add the name of my company and URL of our public website. And finally, we’ll upload the images I showed before, starting with the larger image and then the smaller one. This then builds the app package with all the parameters and saves it to my desktop. Now it’s just like adding any app package into Teams using the Teams admin center. So from the Manage Apps menu, I’ll click Upload and navigate to the package we just created.


 


– Okay, so now any user then, theoretically, would be able to go to the app catalog inside of Teams, choose that app and pin it to their nav bar.


 


– Yeah, but we can do even better than that. You can use the policy to pin it by default to your users in the Teams desktop experience so it’s available for everyone. Here I am still in the Teams admin center. I’ll go into Set-Up Policies and modify the global policy. In the Pinned Apps section, I’ll add our app. I’ll search for Contoso, then add it, then hit Add one more time. Here, you can also move the app to the top by selecting it and hitting Move Up. Once we hit Save and the policy refreshes, it’ll be in everyone’s Teams desktop and web experience, and just like that, I’ve deployed Viva Connections to my entire organization.


 


– Nice, so now we’ve covered now desktop and web, but what does it look like then on mobile?


 


– Yep, great question. Because our new mobile strategy here is one of the things about Viva Connections that I’m most excited about. Mobile is coming later this year, and we’re working hard to make it a native, first-class experience right in the Teams mobile app. Here, you can see our Viva Connections icon in the app tray. It’s easy to find, just like it was on desktop. And up above there’s three pivots to the app: Dashboard, Feed and Resources. I’ll walk you through some of them now. I’ll start with the Feed. You would go here to catch up on company news. As you can see, there’s rich content from SharePoint with related news. I can see important Yammer conversations and announcements, video content from Stream, and even curated external content. Now, if I move over to the dashboard pivot, this is where you find frequently-used tasks and resources that many employees will need every day to answer common questions, like how do I submit time off? Or where’s my expense reporting tool? There’s even integrations for the rest of Viva. For instance, here’s quick access to Viva Insights, with our Headspace integration, as you see here in this tile welcoming me to start meditating. And I can even see Viva Learning recommendations right here from the Connections dashboard. You know, all of these are using adaptive cards. There will be cards from Microsoft and from our partners, and to really personalize a dashboard experience, you can even build your own cards. You know, another cool thing about these cards and experiences, is you can scope who sees them by assigning them to different groups. For example, an office worker can see a dashboard with a different set of cards compared to the frontline employee.


 


– Those look great, so what are some of the options then for adaptive cards and how do you build them?


 


– Yeah, so we’ve worked really hard to ensure great time-to-value for your card development experience. And we’ve embraced the fact that you probably have a spectrum of apps you need to integrate into Connections. Some apps have already been modernized on mobile, and you just want to quickly hook it up to your new dashboard. Others, you probably want to use the existence of Connections as an opportunity to motivate you to modernize. And so we offer both ends of the spectrum, and we can dig in right now. So in terms of layout of the dashboard, the adaptive cards I just showed can be built in medium size for two columns and large to span the entire width of the mobile screen. Let me explain the composition of adaptive card in this context. First, there’s the card itself that you see in the dashboard. And if you were to tap on it, it shows a quick view, which in this case is a privacy notice, but in other contexts or other content it could’ve been an announcement or a quick action, maybe something like the public holiday schedule. It’s just really designed to allow you to take quick mobile-focused actions. From there, optionally, you can link out to an entire interactive web experience, maybe an existing app in Teams or a Power App. So let me show you how to build one of these. We’re building the Viva Connections Dashboard offering tool into SharePoint. So this is a cross-platform tool and lets you build and view the formatting of what you created across mobile, tablet and desktop form factors. You can see here, we have a bunch of cards already created, but I’ll add a new one by just clicking on Add a Card. You’ll see this looks a lot like creating web parts in SharePoint. And there are a lot of templates here to help you get started, including generic cards for SharePoint pages, Teams apps, web links, data cards, holidays, and more. Here I’ll create a card for a SharePoint page. I’ll place it on the bottom of the dashboard, but with easy drag and drop I can move it into the position I want. And the other cards will automatically reflow. In the configuration pane, this is really the heart and soul of where you configure the dashboard and configure the cards. You can change the size of the card from medium to large, and I’ll choose large here, and you can see that it spans the entire width of the mobile screen. Now, for this card, we can search for the SharePoint site we want to point to, there we go. This should be a modern site, by the way. And now we automatically pull in the title and thumbnail of the site. I can choose a custom image or change the card icon if I want to. And we can even directly link you to stock images you can choose from, and I’ll choose one of those.


 


– Okay, so this seems pretty straightforward and really a great way to bring content in. But you said earlier that you can target who can see which cards?


 


– Yeah, you can. And this is where audience targeting comes in. I’ll show you how to do it right now. So this is the control we’d use to make role or location-specific experiences on the dashboard. Here I choose a group, and we’ll select the group we want right here. And when I do that, you’ll see an icon appear on our card to show that it has targeted to particular audience. And now that our card is built and targeted, we can preview it in the dashboard too. Beyond the form factor options like mobile, tablet, and desktop I showed earlier, we can also preview the dashboard as a particular audience. It’ll default to the everyone group. But if I click on Select Audience to Preview As, you can see right here, I can choose a group we just selected as an audience. And when I do that, our card appears.


 


– And there it is, so really great stuff. So now we’ve seen Viva Connections in the desktop and on mobile and the adaptive cards, but when can people start to expect to see dashboard capabilities and what’s the best way right now to get started?


 


– Yep, so as I mentioned, we’re working on delivering the dashboard experience this summer. But right now you can get started by doing a few things. First, build your SharePoint home site and make sure to enable that global navigation. Add Yammer communities to that home site. And in general start creating modern pages that will keep people in the context of Teams. And of course, wire up Viva Connections to your Teams desktop experience using the approach I showed earlier with PowerShell. To get started, go to aka.ms/VivaConnectionsPSBlog. for all the guidance you’ll need. And there’s more to come of course in mobile and dashboard, so look out for that.


 


– Thanks, Adam. And also don’t forget to watch the rest of our series on Microsoft Viva on Mechanics at aka.ms/VivaMechanics. And keep checking back the latest updates across Microsoft and be sure to subscribe, if you haven’t already yet, and we’ll see you soon.




Microsoft Build 2021 | Security, Compliance, Identity, and Management Tech Community Blog

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

Security, Compliance, Identity, and Management is excited for you to join us at Microsoft Build starts on May 25, 2021! The event begins bright and early at 8:00am PST!! Register now to join subject matter experts as we celebrate the developer community.  


We are super excited to bring together this community of developers from across the globe to join us virtually, live or on-demand, to get updates on the newest technologies, innovations and connect with peers and Microsoft professionals.  


 


Participate in a Breakout Session  


Breakout sessions (30mins) delivered twice. Did you attend a Breakout Session, but still have questions? Join the corresponding Ask the Experts session for a live Q&A with subject matter experts.  


 


Join Senior Program Manager, Kalyan Krishna, and Principal PM Manager Saeed Akhter as they discuss how the Zero Trust model assumes breach and verifies every access request, regardless of origin or access resource in, “Build Zero Trust ready applications starting with the Microsoft identity platform”. 


In this session, you will learn how to ensure your app is built according to Zero Trust best practices and is ready to be managed when your customers want to embrace Zero Trust.  


Date/Time:  



 


Join Program Manager, Anne Raheem, Director, Product Marketing, Hammad Rajjoub, Principal Program Manager, Nick Robinson, and Principal Pm Manager, Yaron Hezroni, as they discuss how Compliance APIs and extensibility capabilities that enable multi-cloud compliance in “Build, integrate and accelerate Multi-cloud Compliance”. 


 


Date/Time:  




 


Discover our On-demand Sessions  


Looking for more security-centric content? The Microsoft Build platform will host a variety of pre-recorded content available for your viewing at any time. For the complete list of all Security, Compliance, Identity, and Management on-demand sessions that will be featured during the event check out the list below. Click the links below to save these sessions to your Microsoft Build Schedule.  


  






























SESSION CODE  



SESSION TITLE  



OD479 



Broadening Confidential Computing Support across Azure 



OD491 



Down with sign-ups, just sign-in! 



OD500 



Build secure B2C applications​ with Azure AD External Identities 



OD501 



Build Secured IoT Solutions for Azure Sphere with IoT Hub 



OD547 



Develop Compliance Powered LOB Applications with Microsoft Information Protection (MIP) SDK 



Tune into Interstitial Programming  


Join Anne Raheem and Hammad Rajjoub for “Build, integrate and accelerate Multi-cloud Compliance” May 25th between 3:00pm – 3:30pm PST for a live Q&A and conversation as they discuss Compliance APIs and extensibility capabilities that enable multi-cloud compliance. 


Join Chief Technology Officer, Mark RussinovichVP of Engineering at Signal Messenger, Jim O’Leary, and Software Engineer at Signal Messenger, Jon Chambers for “Azure Confidential Computing: Signal Messenger Customer Story” May 26th, between 10:30am – 11:00am PST as they discuss their story.  


The free private messaging app Signal protects the privacy of messages and user data. The nonprofit had employed Microsoft Azure confidential computing as one of its cloud solutions, using secure enclaves to obfuscate user data. But when the open-source app experienced a huge spike in new users in 2021, Signal moved all its confidential computing loads related to user signups to Azure because of its availability, reliability, and the support the app received to maintain performance during its massive growth. 


 


Meet our Security Experts  


Don’t miss out on the opportunity to join our security experts in the Connection Zone by tuning into our additional Ask the Experts sessions, scheduling a One-on-one Consultation, applying for Product Roundtables, or participating in our Learn Live session. 


 


























Connection Zone Program  



Details  



Ask the Experts  



30-minute Teams Live Event sessions where attendees can ask the panel of experts questions via chat. 


 



  • Ask the Experts – B2C applications with Azure AD External Identities 




  • Ask the Experts – Mobile Threat Protection​ 




One-on-one Consultations   



45-minute one-on-one meetings between an attendee and a Microsoft professional where the attendee is empowered to ask questions that will improve their knowledge of a product or any other questions they may have 


 



  • Microsoft Identity Platform  

  • Azure Security: Confidential Computing  



Product Roundtables  



60-minute nomination-based Microsoft Teams Meetings where attendees participate in a focus group style session with product teams and other customers. Attendees will select which session they would like to attend based on topics developed by the content teams. 


 



  • Azure Active Directory Developer Experience: Service Identities Improvements 



  • Have you used managed identities for Azure resources? Have you registered an Azure AD app or service principal to access resources? Have you looked for service accounts in Azure or Azure AD? We are making investments in making these experiences discoverable and we would like your feedback on these features. 



  • Using managed identities in Azure to securely connect to cloud services 



  • Managed Identities allow credential-free ways to connect to services that support Azure AD authentication. In this round table, we will discuss how you are using managed identities, governing their access, as well as associated benefits and challenges. Please join us to share any feedback or ideas on future directions of managed identities 



  • Azure Confidential Computing Roundtable 



  • Provide feedback and ask questions about the latest developments in Azure Confidential Computing including support for confidential containers in AKS, OSS projects such as Mystikos, and Always Encrypted for SQL. 



Learn Live  



Guided online with a subject matter expert to walk and talk through Microsoft Learn modules. 


 


Title: Application types in Microsoft Identity 


Speaker: Christos Matskas 


Date/Time: May 26, 4:00am – 5:00am PST 



  

Conversational AI at Build 2021

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

We’re looking forward to the kick of of Microsoft Build 2021, which starts tomorrow, and the chance to talk more about the investments we have been making across Conversational AI at Microsoft.  We will have a detailed article here on Microsoft Tech Community on Day 1 of Build – talking about how you can get started with building bots faster than ever before, collaborating with anyone across your organization – and below is a summary of our other content at Microsoft Build 2021. 


 


Build intelligent applications infused with world-class AI


Tuesday, May 25 | 2:30pm – 3:00pm PST

Wednesday, May 26 | 6:30am – 7:00am PST
Create breakthrough experiences in your applications with industry-leading AI. Join Eric Boyd, Corporate Vice President, Azure AI, as he demonstrates the latest innovations. Learn how Azure is simplifying the developer experience and enabling you to harness the power of AI in your mission-critical applications.



Learn how Azure enables you to create breakthrough experiences in your applications with industry-leading AI. Join the Azure AI product team to learn more about the latest innovations, and get your questions answered during this live Q&A.

 

Extend your Power Virtual Agents with Bot Framework Composer
On Demand
Enhance your Power Virtual Agents bot by developing custom dialogs with Bot Framework Composer and publishing them directly to your Power Virtual Agents bot. In this session, we will use Composer to extend your Power Virtual Agents bot with Bot Framework functionality, including: 1. Adaptive dialogs 2. Language Generation (LG) 3. Adaptive Cards

Azure AI Roundtable: Come discuss what’s new and our future vision


Wednesday, May 26 | 3:00pm – 4:00pm PST


Create breakthrough experiences in your applications with Azure AI. From improvements in AI quality, to cross-lingual custom neural voices and document translation, we have introduced many new capabilities. In this roundtable, we’ll discuss the latest innovations in Conversational AI, Vision, Speech, Language, and Decision, as well as our future vision for Azure AI. We look forward to hearing your feedback and your questions.



 


Sign up for 1:1 Consultation with the Conversational AI team
As part of the Microsoft Build Conference (May 25-27) this week, we are offering free 1:1 customer consultation sessions with experts in our Microsoft Conversational AI product engineering team. After you register for the conference, you can sign up for these consultations at https://mybuild.microsoft.com/app-consult, choose Azure Conversational AI, and let us know more about your scenarios and challenges. We look forward to talking with you.

View the Weekly Roundup for May 17-21!

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

Pssst! You may notice the Round Up looks different – we’re rolling out a new, concise way to show you what’s been going on in the Tech Community week by week.


 


Instead of scrolling through every blog posted here, you can scroll through and see every blog on our blog page here.


 


Top news this week:



  1. Plan your Microsoft Azure experience at Microsoft Build

  2. Find the team at Microsoft Build

  3. Engaging with students via playing video games

  4. Join us in the Student Zone at Microsoft Build 2021

  5. Azure portal April 2021 update

  6. Announcing the topic management dashboard for Microsoft Viva Topics

  7. Rebrand apps to your own organization’s branding with App customization in Teams

  8. Friday Five: All Things Azure: Logic, Sentinel, VM!

  9. SharePoint Framework Community Call – 20th of May, 2021

  10. IoT at Microsoft Build 2021


 


Important Events:


3 resources that advance your on-premises migration to Dynamics 365

3 resources that advance your on-premises migration to Dynamics 365

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

Change is not always easy. Economic disruptions from COVID-19 have compelled most organizations to assess whether their legacy systems, processes, and infrastructure can provide the necessary agility to remain competitive. While shifting market conditions have accelerated cloud adoption, some are still weighing migration costs, complexities, and risks against the benefits. There are many reasons to migrate to the cloud, but not everyone is ready. That’s why Microsoft launched the Dynamics 365 Migration Community. Whether you’re unsure where to start, what next steps look like, or simply have questions, the Community has answers. Join the Dynamics 365 Migration Community for exclusive access to Microsoft resources that can accelerate your journey to Dynamics 365.

Connect to experience

Dynamics AX and Dynamics CRM customers face some important decisions on modernizing their current solutions. The Dynamics 365 Migration Community is dedicated to helping on-premises customers considering their move to the cloud. Microsoft brings together solution architects, migration partners, and financing experts to address concerns while connecting customers to the resources necessary to make informed, timely decisions. Just getting started? Community resources can help you build an individualized migration plan. Leverage the Dynamics 365 Migration Community to learn best practices, request a migration assessment, or ask questions in devoted product forums. Moving towards implementation? The Community has you covered. Understand the business value of migrating to the cloud, find a migration partner, or resolve licensing questions. Regardless of where you are in your journey, the Dynamics 365 Migration Community can help.

  • Connect with technical experts, migration partners, and fellow customers
  • Ask questions in devoted Dynamics AX and Dynamics CRM forums
  • Gather insights and best practices from focused resources and content

Screenshot of the Dynamics 365 Migration Community webpage

The Dynamics 365 Migration Community centralizes our expertise and resources to address your biggest migration concerns.

Assess the value

With so much to considerknowing where and how to begin is not always clear. Microsoft established the Dynamics 365 Migration Program to simplify things. Start with a Standard Migration Assessment (SMA). This no-charge, no-obligation assessment helps customers understand the possible value and steps involved in moving to the cloud. Looking at both functional and technical processes, the SMA assesses potential benefits from new cloud capabilities and determines how to best leverage your code in Dynamics 365.

  • Understand the benefits of moving from an on-premises solution to the cloud
  • Tie identified business objectives to Dynamics 365 functionality
  • Optimize your migration processes, reducing effort and cost

Graphic portraying the value of participating in the Standard Migration Assessment

Understand the impact

When weighing cloud benefits, most organizations focus on the technical and often overlook the financial gains and business outcomes that result from the efficiencies the cloud can create. Microsoft Catalyst provides on-premises customers with a picture of the quantifiable economic benefits and value of migration. This is a great way for decision-makers to understand their total cost of ownership in the cloud compared to on-premises solutions. Migration value assessments from Microsoft Calayst use industry benchmarks, peer comparisons, and potential solution benefits to illustrate your possible efficiency gains in the cloud.

  • Answer performance questions relative to peers
  • Identify which KPIs are most valuable to your organization
  • Leverage trends and process changes to find hidden opportunities
  • Develop clear next steps to drive your migration to the cloud

graphic portraying the total cost of ownership decrease of 3.4% when migrating from Dynamics AX to Dynamics 365 in the Cloudgraphical user interface, text

Join the Dynamics 365 Migration Community

Have migration questions? No matter where you are in your migration journey, Microsoft has the resources to support you. Join the Dynamics 365 Migration Community today and get answers that advance your move to Dynamics 365.

The post 3 resources that advance your on-premises migration to Dynamics 365 appeared first on Microsoft Dynamics 365 Blog.

Brought to you by Dr. Ware, Microsoft Office 365 Silver Partner, Charleston SC.