Office Add-ins community call – April 13, 2022

Office Add-ins community call – April 13, 2022

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

thumbnail image blog post titled Office Add-ins community call – April 13, 2022thumbnail image blog post titled Office Add-ins community call – April 13, 2022


Call Summary


This month’s community call features demos on Ribbon API updates (previewing enable/disable ribbon buttons and contextual tabs for PowerPoint and Word) – Abid Rahman, Program Manager (Microsoft) & Preethika Kiruveedula, Program Manager (Microsoft), PowerPoint selection APIs (previewing 17 new APIs for getting and setting slides, shapes and text range in PowerPoint) – Onur Onder, Senior Software Engineer (Microsoft) & Camille Birch, Product Manager (Microsoft), and Add-ins on Appointment read surface on Outlook Mobile (previewing appointment organizer APIs for logging event details to 3rd party applications) – Jatin Guptam, Program Manager (Microsoft). There was Q&A at end of call and in chat throughout call. The call was hosted by David Chesnut Senior Dev Writer (Microsoft) | @davidchesnut. Recorded April 13, 2022.


Agenda



  • Ribbon API updates – Abid Rahman, Program Manager (Microsoft) & Preethika Kiruveedula, Program Manager (Microsoft) – 1:19

  • PowerPoint selection APIs – Onur Onder, Senior Software Engineer (Microsoft) & Camille Birch, Product Manager (Microsoft) – 7:20

  • Add-ins on Appointment read surface on Outlook Mobile – Jatin Guptam, Program Manager (Microsoft) – 14:11

  • Q&A – 18:57


Actions



Next community call May 11th at 08:00am PT. Add call to your calendar: https://aka.ms/officeaddinscommunitycall.


Demo summaries



  • Ribbon API updates – previewing 2 capabilities – Enable/disable ribbon buttons and contextual tabs, along with timelines for their inclusion in PowerPoint and Word by platform. Enable/disable APIs used to set default state of your add-in command, change state of your add-in command programmatically, and change state in response to an event. Contextual tabs APIs used to create new tabs and show/hide existing tabs.

  • PowerPoint selection APIs – 17 new APIs focused on how to get and set selected information for slides, shapes, and text range in PowerPoint. Reviewed concepts of slide and shape scoped collections along with text range selection and showed functionality delivered by the APIs. The beta APIs are available now for you to trial and provide feedback.

  • Add-ins on Appointment read surface on Outlook Mobile – latest appointment organizer APIs now in preview. Delivering a new extension point with the ability to log event details to a 3rd party application, support for UI-less and task pane add-ins, semi-Contextual entry, discoverability, native UI, and status change from logging to viewing. Currently in preview on Android, GA by next month. We will share the timeline for iOS soon.


Q&A (Question & Answers)


When Microsoft deprecated User Voice there were a large number of great ideas lost. The replacement Microsoft 365 Developer Platform Ideas platform currently has New ideas = 535, Working on it = 2 and Need more information = 0 and Completed = 2! Even the most upvoted idea shows no responses from Microsoft. What value is there to posting ideas in this forum?


Unfortunately, we were unable to preserve all ideas when we moved from UserVoice to the new ideas site. We did get a capture of all ideas with more than 100 votes and those were migrated to the new forum which we do use internally for planning. We definitely need improve this experience for better engagement and transparency into our planning process. There’s currently a significant effort underway to reevaluate our community engagement on idea suggestions. We hope to share more details soon in an upcoming community call. Please understand that we absolutely value your suggestions and take them seriously. And thank you for raising this important issue!


 


When can we expect “insertWorksheetsFromBase64″ completely supported for Excel on the web? Currently Excel on the web doesn’t support source worksheets with PivotTable, Chart, Comment, or Slicer elements.”


We don’t have a plan to implement insertWorksheetsFromBase64 for Excel on the web at this time. There’s a dependency on a feature we require that is not yet in Excel on the web. There’s an existing idea request to implement insertWorksheetsFromBase64. We ask that any developers affected by this please upvote it. If you can provide comments, especially if you are blocked, this would be helpful to bump up the priority on this.


 


I’m trying to use the Shape API. In Script Lab, when I run the “Insert shape, line, and text box” sample code, some things work (e.g., insert hexagon) and others don’t (e.g., create shape with text). When I change the code on Script Lab, I’m able to play with position, dimensions, shape type, etc. but I can’t change colors, text, line weight and style, etc. Can you confirm whether all of this should work?


There was a bug in the “Insert shape, line, and text box” sample that we fixed based on this question. See the issue on GitHub for more details. If you’re still seeing issues, can you please create report them in the GitHub office-js-snippets repo? We can follow up there.


 


I have some questions about the Outlook add-ins and Outlook REST V2 decommission. We provide our customers with Outlook add-ins that use the On-send feature. We are wondering if it will be extended only to existing customers or to new customers as well.


The exemption for Outlook add-ins using Outlook REST V2 applies to any add-ins created before November 2022.


Case:



  • Tenant A has Outlook Add-in X using the On-send feature that was deployed before November 2022.

    • If you request an exemption for Outlook Add-in X before November 2022 it will continue to work.



  • After November 2022, what happens if we delete the add-in X and then register it again?



  • After November 2022, what happens if we register the add-in X for a new tenant B?


    • Registrations at https://aka.ms/RESTCheck will not be accepted after November 2022. Be sure to register your add-in before then if you need to continue using the Outlook REST APIs



  • Is there any difference between registration by side-loading or by centralized deployment?


    • We use the App ID that you register at https://aka.ms/RESTCheck to track apps and provide the exemption. Once registered your add-in will continue to work regardless of the deployment method you choose.




 


We develop an Office.js add-in for Outlook that can encrypt/decrypt emails. We’d like the compose window to disappear after our “Encrypt and Send” button is clicked. Or we need a toggle such that a user can enable/disable encryption, and subsequently, our encryption process is done after the user clicks on the Send button (thus, an extended on-send feature, not only for validation purposes). Is one of those two features planned to be implemented anytime soon, or is it wise to consider developing our addin within VSTO?


You can accomplish this scenario using web add-ins and smart alerts. We recommend you combine this handling of the send event with event-based add-ins so you can encrypt the attachments as they are added on the email while composing, so that your on-send processing takes less time. We have a sample that shows how to do this at https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/outlook-encrypt-attachments. 


 


Why is it not possible to use the mail in MIME format as payload in the request when trying to create a message within a mailFolder (via “POST /me/mailFolders/{id}/messages”), as it seems that only JSON is accepted here? But via /me/messages I can use MIME format.


The best place to ask Microsoft Graph questions is at https://aka.ms/askgraph. When creating a draft email, it is typically created in the Drafts folder using “POST /me/messages”. This supports the MIME format. You can use “POST /me/mailFolders/{id}/messages” to create messages in any folder, although they will always be in draft mode. This did not seem like a likely scenario to support MIME. If there is a need for this please let us know more about your scenario at https://aka.ms/askgraph.


 


In Word desktop, with WebView2, if I reject the consent for audio/video recording for the first time, how can I change it or raise this question again? And a similar question, how can I disable or change the spellcheck settings in WebView2 in Word desktop?


If consent was rejected, you need to clear the Office cache to raise the question again. For more information, see Clear the Office cache – Office Add-ins | Microsoft Docs


Spellcheck settings are controlled at the webview level. For example, “<div id=”content” spellcheck=”true”. 


 


Where can I go to request feature enhancements for outlook, such as controlling the width of an Outlook add in?


Please let us know about any feature enhancements or suggestions at the Microsoft 365 developer platform ideas site https://aka.ms/m365dev-suggestions.


 


Are there any plans to have contextual tabs available for PowerPoint?


We currently don’t have plans to extend to PPT, if you would like to have contextual tabs in PPT, please post more information around your scenario at https://aka.ms/m365dev-suggestions.


 


Are you planning to make the Mail Compose Surface available on mobile?


Yes, we’re planning to support it and are exploring various scenarios. We don’t have a timeline to share yet.


 


Is it possible to customize the save dialog in Office (PPT, Word)?


We don’t have any way to customize the save dialog with Office Add-ins. If you could post an idea request at https://aka.ms/m365dev-suggestions we’d like to learn more about the scenarios where you would need to customize the save dialog.


 


What’s the best place to store an “access token” in the Excel add-in? The access token is received by third-party app.


In general it’s not a good idea to store, or cache access tokens. You have to be very careful not to accidentally store the token in a way where malicious software could obtain it. Most libraries and APIs have a caching mechanism that you can take advantage of. For example, when calling the getAccessToken API in your Office Add-in, we recommend you call getAccessToken again whenever you need the token. Office caches it for you. If you are using the Microsoft Authentication Library, it also has caching that you can take advantage of. See Acquire and cache tokens with Microsoft Authentication Library (MSAL) – Microsoft identity platform | Microsoft Docs, and Enable single sign-on (SSO) in an Office Add-in – Office Add-ins | Microsoft Docs for more details.


 


When creating an office-js add-in in the context of a larger solution that also integrates with Teams, which UI package is recommended: Fluent UI React or Fluent UI React Northstar? Would either of those be fine with a view to getting those apps accepted in the store? I would like to develop a solution for both Office (Word and Excel) and Teams, so the question is what the best starting point would be. I would like to avoid having to use two libraries.


Fluent UI v8 is the current look of Office and other apps. Northstar is the system used by Microsoft Teams. We are building out Fluent UI v9 as a new system for both Teams and Office. v9 is still pretty early on, and still in release candidate for the initial base controls. For now, we recommend using Fluent UI v8.


 


Is there a roadmap for future PowerPoint APIs beyond the preview API sets?


We’ll be posting roadmaps for PowerPoint APIs and other features to the Microsoft 365 roadmap soon.


Resources


Ribbon API updates (demo)



PowerPoint selection APIs (demo)



Add-ins on Appointment read surface on Outlook Mobile (demo)



Office Add-ins community call



Office Add-ins feedback



More Office developer resources



 


 


 

A year of new connections—thank you Power Platform and Dynamics 365 Communities

A year of new connections—thank you Power Platform and Dynamics 365 Communities

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

Thousands of new relationships, one big communitythank you

To all communities, we’d like to say thank you. Over the last 12 months, whether you participated, helped, or cheered us on our amazing, community-owned, Microsoft-empowered user group experience, Microsoft Power Platform and Microsoft Dynamics 365 Communities celebrates a year of new connections and collaboration.

As social beings, it’s important for each of us to have the opportunity to connect emotionally with each othereven when we’re working with such impersonal-feeling things as databases, software apps, or business goals. In the big picture, it’s all about the people. That’s why we’re a community. We need each other to feel empowered, to achieve more, and to be part of something bigger. So beyond getting an additional place to turn when you’re looking for answers or help with challenges, you have a world of support for when you feel overwhelmed, or want to commiserate about the work you’re doing.

There are many user group experiences available to you, but no other gives you such direct connection to the heart of Microsoft and to fellow members of the Microsoft Power Platform and Dynamics 365 Communities. You’re key to making those connections happen and we really appreciate you for participating in this place to create, nurture, and grow your user groups with Microsoft.

We launched this cooperative global effort in April of 2021 to give all those who work with Microsoft Power Platform and Dynamics 365 a place to connect with each other and to connect directly with Microsoft. After all, as the biggest fans of the products, you deserve a great experience.

The connections you’ve made

Why did we launch these communities? There are almost as many reasons as there are members of the community itself. But it boils down to connections. Each of us needs different kinds of links to each other. The Microsoft Power Platform and Dynamics 365 Communities provides a free platform for bringing community members closer, as well as supporting independent user groups and users worldwide. We also provide advocacy across the globe for our leaders, members, and users. The community imparts a sense of continuity and a seamless experience across all the Microsoft community sites.

It’s been quite a year. Since launching we’ve grown to welcome and include:

  • Over 400 User Groups worldwide.
  • Groups in 90 different countries.
  • Representation from over 300 cities.

Most of the credit for all this growth goes to you, the members of our lively and supportive community. People are finding what they need in the groups, the connection to Microsoft andmost delightfullyto other community members.

Man on black background next to quote that says, “I try and inspire and help those people become the next user group members and user group leaders. That’s really what this is all about.”—Matt Collins-Jones, Solution Architect, User Group Leader.

Making connections with Microsoftand each other

Our community is a great way for both leaders and group members to connect to the vast wealth of Microsoft resources, guidance, and information. Leaders can grow and manage user groups with easy-to-use tools. Through your groups you can also connect with the Microsoft product team for support with products, on Microsoft community sites, and at Microsoft events, and team speakers as well as connecting directly with Microsoft.

Matt Collins-Jones has gone from individual assistance to global connections with user groups. He started back when Dynamics 365 was called Dynamics CRM. Now he’s working with the entire Microsoft Power Platform stack. But he started by assisting others through help desk. By starting a small firm consulting on customer relationship management (CRM), he quickly jumped into managing and maintaining systems on a global scale for a multinational organization. And now, he works with TSG, a Microsoft partner in the United Kingdom, as a solution architect for their Microsoft Power Platform and Dynamics 365 team building the solutions on which he started with the help desk.

Matt now makes thousands of connections through his YouTube channel. With over 3,000 subscribers, it’s a great source of connection through technical assistance. Building on the community he’s found through his channel, Matt has become a leader in the UK Power Platform User Group. His philosophy? “I try and inspire and help those people become the next user group members and user group leaders. That’s really what this is all about. You just have to have a passion for it.” 

Woman on light gray background next to quote that says, “If you are a good person and you want to share your knowledge and you want to help other people, then you are welcome and included in the community.”—Malin Martnes, Microsoft MVP.

More than personalizedour community is personal

Community connections may only begin as technical support or looking for guidance from Microsoft. From there, they often take it further. That personal experience of support can naturally transform into lasting relationships with a worldwide group of like-minded people. It’s a great recipe for building friendships that go beyond professional connections.

Like many of our community members, Malin Martnes was looking for more than technical support. She found a community that welcomed her and helped her feel that she fit in. Originally from a small town in Norway, Malin grew up feeling alone and isolated. From the beginning, an online community has helped her find herself and realize she’s not different or alone because of her taste in music or interest in tech. Now as a single mom, she has found encouragement and strength from the user group community, in everything from COVID-19 to her personal life. She is a Microsoft MVP and a sought-after expert for other groups, conferences, and more.

“No matter who you are,” she says, “what gender you are, what type of color you are, what your ideas are; if you are a good person and you want to share your knowledge and you want to help other people, then you are welcome and included in the community. And that is just what I absolutely love about the community and why I do everything that I do.”

Man on tan background next to quote that says “People are more open to personal relationships, to sharing more than just talking about Microsoft products.”—Andrew Rogers, Consultant, User Group Leader.

Success at work is greatmaking friends can be life-changing

When you build your network and community recognition in a diverse and inclusive environment you’re so much more likely to succeed and do more at work. And beyond that. Through the supportive network of peers in the community you can learn from experts and leaders, build your own community status, and as we’ve seen, make lifelong friendships you’ll value forever.

When Andrew Rogers of Queensland, Australia moved from working with Office 365 support to consulting on Office, SharePoint, and Dynamics 365, he discovered that he needed more assistance to be able to help more of his colleagues. This led him to seek out like-minded people who could help him grow professionally. He found they offered more than professional guidance. “I found [a group] here in Queensland with a number of people that I already had so much to do with, and I was welcomed very easily into that space.”

User Groups became a place where he could not only benefit himself professionally, but he could share that insight and what he learned with others. “People are more open to personal relationships, to sharing more than just talking about Microsoft products that we all love using and building for others,” says Andrew about the way User Groups have grown beyond just a professional networking tool. 

He smiles when he talks about the User Group. “I really love doing this and I really love helping people connect to what they need.” He loves the satisfaction he finds in helping people find these connections. “Just seeing the joy on their faces or getting an email that says thanks so much. This makes my day.”

Project Connect: Supporting and inspiring our local communities

Introducing Project Connect: Your local Microsoft contact for your community

Project Connect is a new program that supports leaders and members who participate in our Microsoft Power Platform and Dynamics 365 community user group experience. It’s comprised of dedicated Microsoft volunteers, called Community Citizens, who engage directly with their local user group. 

Community citizens participate in these ways:

  • Support virtual and in-person user group meetings.
  • Explore customer needs, challenges, and aspirations.
  • Become the local face of our group and our products.

If you are part of the Microsoft experience, this is an added benefit for group leaders and members. To learn more and find out who your local Microsoft contact is, drop us a line at projconnect1@microsoft.com.

And again, whether you’re an active user group member, a leader, or just an outside supporter who sees the value of these deeper connections, thank you for helping, motivating, and inspiring us through this exciting first year of growth. We look forward to many more.

Join the Microsoft Dynamics 365 and Power Platform Communities today.

The post A year of new connections—thank you Power Platform and Dynamics 365 Communities appeared first on Microsoft Dynamics 365 Blog.

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

Drupal Releases Security Updates

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

Drupal has released security updates to address vulnerabilities affecting Drupal 9.2 and 9.3. An attacker could exploit these vulnerabilities to take control of an affected system.

CISA encourages users and administrators to review Drupal security advisories SA-CORE-008 and SA-CORE-009 and apply the necessary updates.

Cisco Releases Security Updates for Multiple Products

Cisco Releases Security Updates for Multiple Products

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

Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

SSL

Secure .gov websites use HTTPS

A lock (lock icon) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Russian State-Sponsored and Criminal Cyber Threats to Critical Infrastructure

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

The cybersecurity authorities of the United States, Australia, Canada, New Zealand, and the United Kingdom have released a joint Cybersecurity Advisory (CSA) to warn organizations that Russia’s invasion of Ukraine could expose organizations both within and beyond the region to increased malicious cyber activity from Russian state-sponsored cyber actors or Russian-aligned cybercrime groups.

Joint CSA: Russian State-Sponsored and Criminal Cyber Threats to Critical Infrastructure, drafted with contributions from industry members of the Joint Cyber Defense Collaborative, provides an overview of Russian state-sponsored advanced persistent threat groups, Russian-aligned cyber threat groups, and Russian-aligned cybercrime groups to help the cybersecurity community protect against possible cyber threats.

U.S., Australian, Canadian, New Zealand, and UK cybersecurity authorities urge critical infrastructure network defenders to prepare for and mitigate potential cyber threats by hardening their cyber defenses as recommended in the joint CSA.

For more information on current and historical Russian-state-sponsored cyber activity and recommended mitigations, see the following CISA webpages: 

Azure Marketplace new offers – April 20, 2022

Azure Marketplace new offers – April 20, 2022

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

We continue to expand the Azure Marketplace ecosystem. For this volume, 134 new offers successfully met the onboarding criteria and went live. See details of the new offers below:


 





























































































































































































































































































































































































































































































Get it now in our marketplace


Apache Web Server on Ubuntu 16.04 LTS.png

Apache Web Server on Ubuntu 16.04 LTS: Cognosys provides this preconfigured image of Apache Web Server on Ubuntu 16.04 LTS for Microsoft Azure. Deploy a self-managed Apache web server community edition at minimal cost while enjoying the benefits of enterprise-grade security.


Citrix Virtual Apps and Desktop Advanced CCU.png

Citrix Virtual Apps and Desktop Advanced CCU: Deploy apps and desktops at scale to any device with Citrix’s advanced concurrent user licensing model. Built on Microsoft Azure, this virtual desktop infrastructure solution allows you to manage all your environments from one cloud-based location.


Datto Remote Monitoring and Management for MSPs.png

Datto Remote Monitoring and Management for MSPs: This solution allows you to manage multiple endpoints with the flexibility to monitor and mitigate risk with a centralized view. It provides a modern user experience with intuitive navigation, powerful search, and insightful dashboards.


Easy Body Fit.png

Easy Body Fit: Delight shoppers, boost sales, and reduce merchandise returns with this AI-powered Easy Body Fit sizing app. The body scan solution generates perfect 3D measurements and can help your customers find a flawless fit and style, while gathering crucial consumer intelligence.


EVA Unified Commerce Consulting Sprint.png

EVA Unified Commerce Consulting Sprint: This offer provides brands and retailers insight into EVA’s SaaS solution on Microsoft Azure. EVA is a global commerce platform that ensure a seamless shopping experience by designing customer-centric architecture for running instore logistics and order flows. 


Evertrack for Information Security.png

Evertrack for Information Security: Evertrack is an AI-powered productivity management platform designed to help managers efficiently monitor, measure, track, and classify their teams’ activities. Evertrack, available only in Portuguese, is 100 percent LGPD compliant.


Evertrack for IT Inventory Management.png

Evertrack for IT Inventory Management: Evertrack for IT inventory management supports supervision of employees by combining centralized operations with information security data. Get an overview of your company’s micro and macro landscape. This application is available only in Portuguese.


Evertrack for Operational Insights.png

Evertrack for Operational Insights: This solution centralizes operational, IT, HR and information security insights so you can easily manage your employees and boost their productivity with data-driven and targeted strategies. Evertrack for Operational Insights is available only in Portuguese.


Fish Crowd Detection API.png

Fish Crowd Detection API: This solution detects a school of fish and other marine life from an input photo using AI. The Fish Crowd Detection API can be useful in developing applications for deep sea exploration and building submerged surveillance cameras for fishing ships.


Forecast Platform- ML DevOps Service .png

Forecast Platform: ML DevOps Service: Utilizing Microsoft Azure services and reference architectures, HMS Analytical Software covers the complete project lifecycle from ideation and feasibility analysis to the operationalization of a strategic enterprise-grade manufacturing intelligence platform.


IP Restriction by miniOrange.png

IP Restriction by miniOrange: This solution enables easy setup of adaptive authentication methods for extra security. Configure a list of IP addresses to allow or deny access when a user tries to login into any of the applications configured with adaptive authentication, limit the number of devices, and more.


Jekyll.png

Jekyll: This offer from Niles Partners provides Jekyll, a static html page generator, on a Microsoft Azure virtual machine. Written in Ruby, Jekyll enables clutter-free and effortless site building by rendering markdown or textile templates so you can publish static pages in one go.


LCMS.png

LCMS: With LCMS, system providers can dispatch software updates to devices. It also provides a mechanism to avoid man-in-the-middle attacks. Additionally, it verifies the software is issued by a trusted source. This can prevent malware from being installed and damaging your devices.


Lookout Cloud Security.png

Lookout Cloud Security: Lookout Cloud Access Security Broker provides advanced security monitoring and control for Microsoft Office 365 and other cloud collaboration platforms. Integrated with Azure Information Protection (AIP) it offers deep visibility and end-to-end data protection and compliance.


Magento Ready with Ubuntu Server LTS 20.04.png

Magento Ready with Ubuntu Server LTS 20.04: readymind offers this optimized Microsoft Azure virtual machine instance of Magento with Ubuntu Server LTS 20.04. Magento is an open-source e-commerce platform. This app is available only in Spanish.


MediaWiki.png

MediaWiki: This offer provides MediaWiki on a Microsoft Azure virtual machine and is powered by Niles Partners. MediaWiki is a free and open-sources software designed to run on server farms and suited to power collaborative websites with various anti-spam and anti-vandalism extensions.


Migrate to Azure Virtual Desktop -2 week POC.png

Migrate to Azure Virtual Desktop: 2-Week Proof of Concept: Hexaware offers an implementation trial to experience Microsoft Azure Virtual Desktop first-hand. It leverages Azure Virtual Desktop to build a turnkey, virtual workspace proposition that solves remote work issues and improves user experience.


Opigno LMS + Support.png

Opigno LMS + Support: This offer provides Opigno LMS with support from ATH Infosystems. Opigno is an open source, Drupal-based learning management system that offers engaging and fun lessons tailored to your specific environment, industry, and business objectives.


People Smoking Blur API.png

People Smoking Blur API: This solution detects, localizes, and blurs people smoking objects from an input photo using AI. The smoking objects must be focalized, unobstructed, with the details very clear. Pictures are not stored. Also, the photo quality and angles contribute to a higher reading accuracy.


People Smoking Detection API.png

People Smoking Detection API: This solution detects people smoking objects from an input photo using AI. The smoking objects must be focalized, unobstructed, with the details very clear. Pictures are not stored. Also, the photo quality and angles contribute to a higher reading accuracy.


Cross Platform CLI Framework pi-cli.png

pi-cli – Cross Platform CLI Framework: pi-cli is Perpetual Intelligence’s cross-platform framework for building command-line systems or interface (CLI) in the .NET ecosystem. Create CLIs with a few flags or advanced CLIs with organization commands, command groups, and subcommands.


PostgreSQL 13.3 on CentOS Stream 8.0.png

PostgreSQL 13.3 on CentOS Stream 8.0: Optimized for production environments on Microsoft Azure, this EuroDB minimal image containing PostgreSQL 13.3 on CentOS Stream 8.0 from EuroLinux is designed to support the most demanding applications. 


PostgreSQL 13.3 with EuroDB modules on CentOS Stream 8.0.png

PostgreSQL 13.3 with EuroDB Modules on CentOS Stream 8.0: This image offered by EuroLinux provides PostgreSQL 13.3 with EuroDB modules on CentOS Stream 8.0. EuroDB modules significantly expand the capabilities of the engine beyond those available in standard PostgreSQL database.


Privacy Analytics Eclipse - Enterprise.png

Privacy Analytics Eclipse – Enterprise: Eclipse empowers healthcare organizations to automate de-identification of data at scale, significantly simplifying an expert determination approach (as defined under HIPAA guidance) to safely share and reuse data, while protecting individual privacy.


Python on Ubuntu 20.04.png

Python on Ubuntu 20.04: This offer from Apps4Rent provides Python on Ubuntu 20.04. Python is a widely used programming language with a wide array of applications ranging from building websites, software, and games to programming networks.


Sea Mine Detection API.png

Sea Mine Detection API: Intended for military and naval training, this cross-browser REST API uses artificial intelligence to detect and classify underwater or floating mines from an input photo using AI. An online app may be used to check the input and output JSONs of the API.


Secured DreamFactory on Ubuntu 16.04 LTS.png

Secured DreamFactory on Ubuntu 16.04 LTS: This is a REST API for SQL and NoSQL databases, file storage, cache, email, and push notifications. Using DreamFactory, developers can build mobile, web, and IoT applications without hand coding APIs. Deploy DreamFactory instead of a vanilla install.


SilverStripe.png

SilverStripe: This offer from Niles Partners provides SilverStripe, an enhanced content management system that provides authors with an intuitive AJAX-based web interface, while developers can leverage modern programming techniques like OOP, MVC, and ORM with the robust PHP-based framework.


Supermetrics for Azure Synapse.png

Supermetrics for Azure Synapse: Supermetrics’ data integration solution makes it easy to move marketing data from different platforms to Azure Synapse or Azure Storage Container. Automated data pipelines enable you to trial and then purchase this SaaS offer at a fixed annual rate.


Tanium.png

Tanium: Tanium’s enterprise platform helps organizations gain visibility and control in real time across all endpoints regardless of their number or location. Turbocharge your security team’s capabilities so they can proactively hunt for new vulnerabilities and threats operations.



Go further with workshops, proofs of concept, and implementations


Azure ARC Hybrid Cloud Management- 4-Week Pilot Implementation.png

Azure Arc Hybrid Cloud Management: 4-Week Pilot Implementation: Collect and aggregate your operational data across a hybrid datacenter environment while modernizing infrastructure and operations into a single pane of glass with Cyclotron’s pilot implementation.


Azure Cloud Migration- 8-Week  Implementation.png

Azure Cloud Migration: 8-Week Implementation: Achieve better scalability, security, and versatility with this cost-effective and sustainable migration to Microsoft Azure. VENZO’s certified professionals will guide you throughout your cloud journey.


Azure Data Warehouse- 6-Week Proof of Concept.png

Azure Data Warehouse: 6-Week Proof of ConceptIn this engagement, Unify will work with your organization to align business, data, and analytics goals while developing a data warehouse strategy and proof of concept to support your self-service reporting needs.


 


Azure DevOps Services Offerings- 8-Week basic implementation.png

Azure DevOps Services Offerings: 8-Week Basic Implementation: Huco Fzco will help you optimize your development and delivery pipelines securely and enable you to bring your innovations to market faster using Microsoft Azure. Decrease time to market with seamless automated application delivery.


Azure Digital Business Transformation- 8-Week Implementation.png

Azure Digital Business Transformation: 8-Week Implementation: This offer from Publicis Sapient will include the foundational landing zone design and buildout on Microsoft Azure, including a defined business transformation strategy of leveraging Azure cloud services.


Azure Sentinel- 4-Week Workshop.png

Azure Sentinel: 4-Week Workshop: The experts from &Partners will provide an overview of Microsoft Azure Sentinel along with insights on active threats to your Microsoft 365 cloud and on-premises environments. You’ll gain end-to-end expertise, cost savings, audits, and more.


Microsoft Virtual Desktop- 10-Day Implementation.png

Azure Virtual Desktop: 10-Day Implementation: CruicalLogics will bring the power of cloud-native resource management to your organization with the design, planning, introduction and management of Azure Virtual Desktop. This offer will devise a functioning platform and identify key deliverables.


Azure Virtual Desktop (AVD) for Healthcare and Life Sciences- 4-Week Implementation.png

Azure Virtual Desktop for Healthcare and Life Sciences: 4-Week Implementation: In this offer, boxxe provides a range of modern, cost-effective, and flexible Azure Virtual Desktop services designed for the healthcare industry, so your staff can connect securely and provide services from anywhere.


Azure Virtual Desktop Pilot- 12-Day Proof of Concept.png

Azure Virtual Desktop Pilot: 12-Day Proof of Concept: Allow Phoenix to architect, deploy, and manage performant End User Computing (EUC) solutions to cope with the high demands of the modern, mobile workforce. This pilot offer is for up to 40 users to test and begin their move to Azure Virtual Desktop.


BSG Power BI Administrator- 4-Hour Implementation Support.png

Power BI Administrator from BSG: 4-Hour Implementation: Administrate your Microsoft Power BI tenant and back up and restore your artifacts in Power BI by leveraging Azure Blob Storage and Azure Functions with this offering from BSgroup. Monitor your user activity and store it for later analysis.


Business Opportunities with Azure- Half-Day Workshop.png

Business Opportunities with Azure: Half-Day Workshop: This offering is only available in French. A Softcom Technologies Microsoft Azure cloud expert will help you identify opportunities to use Azure to help digitalize your business. Learn what it takes to set up Azure and more.


Citrix on Azure Deployment Services- 7-Day Implementation.png

Citrix on Azure Deployment Services: 7-Day Implementation: Wordtext Systems will help deploy Citrix virtualization on Microsoft Azure so your IT team can have the flexibility of delivering enterprise-class VDI infrastructure services for Windows apps and desktops with the benefits of cloud elasticity.


Cloud for Marketing by 55 -full day use case Workshop.png

Cloud for Marketing by 55: 1-Day Workshop: The objective of this workshop from 55 is to define the marketing data architecture and organization you need to implement the top priority use cases to meet your goals. Fully control the tools, data sources, and algorithms that inform your marketing decisions.


Customer Data Platform AI + ML Data Intelligence- 6-Week Proof of Concept.png

Customer Data Intelligence Platform: 6-Week Proof of Concept: This offer from Publicis Sapient provides a real-time, unified intelligent insights view into your customer data by leveraging Microsoft Azure data, machine learning, and analysis services. The solution is focused on the retail and media industries.


Cyber Resilience with SAP on Azure.png

Cyber Resilience with SAP on Azure: This service from Kyndryl’s integrates the cloud-native environment of Microsoft Azure with Azure Active Directory, Microsoft Defender and other custom services to ensure your business data from SAP is protected.


Data & AI Consulting Services- 3-Month Implementation.png

Data & AI Consulting Services: 3-Month Implementation: Inetum-Realdolmen will set up a modern data platform on Microsoft Azure so you can move past traditional reports and dashboards to building industry-level business analytics apps powered by AI and ML.


DevOps Modernization- 2-Day Workshop.png

DevOps Modernization: 2-Day Workshop: Active Solution will combine analytic design methods and qualitative assessments to identify your business objectives, user roles, and needs, resulting in a roadmap for a more comprehensive and efficient Azure DevOps process.


Digital Identity Framework- 5-Week Implementation.png

Digital Identity Framework: 5-Week Implementation: Gain a global view of your organization’s user identities and protect your applications with Neudesic’s solution. Their experts will enable multifactor authentication through Microsoft Azure Active Directory and deploy an Azure landing zone.


Digital Twin- 10-Week Proof of Concept.png

Digital Twin: 10-Week Proof of Concept: OpenSistemas will demonstrate how to make your product lifecycles and factory processes predictive, prescriptive, and self-aware. Utilizing Microsoft Azure IoT services you will learn to visualize and contextualize data on a virtual asset for sophisticated analytics.


Disaster Recovery in Azure- 5-Week Implementation.png

Disaster Recovery in Azure: 5-Week Implementation: Get trained on how to deploy a disaster recovery solution to keep your workloads and data safe in this implementation from AMTRA. Remediation of workloads on Microsoft Azure and DR solution compatibility are part of this cost-effective offer.


GitHub Enablement- 1-Week Proof of Concept .png

GitHub Enablement: 1-Week Proof of Concept: Drive a cost-optimized, secure, and Microsoft Azure-ready GitHub migration journey with Insight’s offering. Insight will work with you to scope, plan, and execute a proof of concept of GitHub Enterprise and selected DevOps processes and apps on Azure.


Infrastructure as Code (IaC) on Microsoft Azure- 3-Week Implementation.png

Infrastructure as Code (IaC) on Microsoft Azure: 3-Week Implementation: To address the issue of error-prone and time-consuming manual infrastructure setting, eliminating human error, VOLO offers Infrastructure as Code implementation along with configuration management for Azure.


Managed Sentinel XDR- 1-Week Implementation .png

Managed Azure Sentinel Extended Detection Response: 1-Week Implementation: HTG will utilize Microsoft Azure security tools to deliver managed detection and response services in real-time so you can respond effectively against cyber events, including phishing, malware and ransomware attacks.


Microsoft Azure + Nutanix Frame- 5-Day Workshop.png

Microsoft Azure + Nutanix Frame: 5-Day Workshop: Egroup will show you how to leverage the power of Microsoft Azure to quickly and easily deploy hundreds or thousands of Nutanix Frame-based applications and desktops as needed without the burdens of infrastructure management.


Master Data Management- 4-Day Profisee Workshop.png

Profisee Master Data Management: 4-Day Workshop: QS2’s customized Master Data Management workshop can be used as quick start for your data governance journey. The workshop environment is built using Profisee MDM running in QS2’s Microsoft Azure training environment.


Rise Technology - App Modernization- 4-Week Implementation.png

Rise Technology – App Modernization: 4-Week Implementation: Rise Technology will partner with you in your modernization projects by systematically reviewing a variety of environments and infrastructure and mapping their features and functionality to Microsoft Azure workloads.


Rise Technology - Cloud Native App Redesign- 28-Week Implementation.png

Rise Technology – Cloud Native App Redesign: 28-Week Implementation: Accelerate business outcomes with Rise Technology’s app redesign services. Utilizing Azure Kubernetes Service and microservices architecture you will learn how to create end-to-end CI/CD pipelines and automate processes.


The Data Value Capture- 1-Day Workshop.png

The Data Value Capture: 1-Day Workshop: By combining design thinking, industry and domain-specific expertise, and a set of accelerators that reside on the Microsoft Azure platform, Wavicle Data Solutions will identify opportunities and develop a value-based roadmap for modernizing your data platform.


Thinkubator- 8-Week Implementation.png

Thinkubator: 8-Week Implementation: Sogeti’s Intelligent Experience Thinkubator will implement a chatbot using Azure Cognitive Services to accelerate your business outcomes and AI digital transformation initiatives. Key focus areas include vision, speech, language, knowledge, and search.


WatServ IoT Blueprint- 4-Week Discovery Workshop.png

WatServ IoT Blueprint: 4-Week Discovery Workshop: Data engineers from WatServ will help you get clarity on your next IoT project using the power of the Microsoft Azure IoT platform. Unlock the full value of your data to meet your current and future business objectives.



Contact our partners



Abstracta – A Data Abstraction Platform



AccuNix



Aggregion Data Collaboration Platform



Aparavi



Apollo Hospitals AICVD



appCURE Packager v3



Apporetum – Application Access Management



AVEVA Data Hub



Azure Application Migration: 2-Day Assessment



Azure Discovery Service: 6-Week Assessment



Azure Governance: 4-Week Assessment



Azure Migration Readiness: 1-Week Assessment



Azure Platform Foundation and Landing Zone: 2-Hour Briefing



Azure Sentinel: Managed Services



Azure Virtual Desktop: 3-Day Assessment



Birlasoft iSight Platform



Calastone Funds Network



Calastone Money Market Services



Clea AI & IoT Solution



Client Lifecycle Management: Automated AML and KYC Compliance



Cloud Wallet: Take Control of Your Cloud Spend



Cyber Resilience Maturity: 2- to 3-Week Assessment



Cytomate Advanced Persistent Threats (APT)



Data & AI Discovery: 10-Day Assessment



Data Estate: 5-Week Assessment



Data Management & Governance: 12-Week Assessment



Data Strategy: 10-Day Assessment



Datacenter Transformation: 3-Week Assessment



Datto Continuity for Microsoft Azure (DCMA) for MSPs



Datto SaaS Defense for Microsoft 365 for MSPs



Demand Forecasting SaaS Offering



DevSecOps: 4-Week Assessment



Distributed Market Infrastructure (DMI) Fund Services



DWH/BI Architecture: 4-Week Assessment



eMeetings Platform



Enterprise Microsoft Adoption: 1-Day Assessment



EY Data Fabric



EY Lifecycle Navigation (EY Lion)



F5 Distributed Cloud Bot Defense Service Node



FHIR Jumpstart



Hackrate Pentest-as-a-Service



Harbor Exporter Packaged by Bitnami



HCL Accelerate on Azure: 1-Hour Briefing



Hybrid Cloud Transformation Using Stack HCI & Azure Arc: 3-Week Assessment



IBM Consulting Global Azure App Modernization OpenShift Services



IBM Consulting Global Azure Cloud Native Services



IDENCE



KUDO for Microsoft Teams



Lead with Data: 10-Day Assessment



Link Retail Video Analytics



Managed Detection & Response



Managed SOC with CARE



Microsoft Azure Sentinel SOC Services: 8-Week Assessment



Modern Tech Ops Maturity: 2-Hour Assessment



NVISO Managed Security for SME



NXLog AIX Audit for Azure Sentinel



OpenText RightFax



Project Management Automation Tools



Retail Forecasting



Rise App Modernization: 1-Week Assessment



SecureKi Privileged Access Management Solution



SMB Microsoft Adoption: 1-Day Assessment



StormForge Optimize



Streamwise D.I. Solution



Sybase to Azure SQL Database: 5-Week Assessment



Synergy Indicata: Grant Management Software



Synergy Indicata: Portfolio Management, Monitoring & Evaluation Software



Synergy PFM: Integrated Public Financial Management



Tanium



TradLinx ShipGo



VenueArc – Automated Contract Generator



VenueArc – Clientele Management



VenueArc – Venue Booking Calendar



Verified Biometric Authentication