Features Overview #
Quality Clouds for Microsoft Office 365 lets you control the quality of the SharePoint Framework TypeScript code used to customize your SharePoint Online sites, and connect directly to Dynamics 365 (Dataverse) environments to monitor their configuration.
Code Quality Scans #
Quality Clouds can connect to your Git repository (Azure DevOps, GitHub, Bitbucket) and analyse the quality of your SharePoint Framework TypeScript code extensions before they are deployed to your production SharePoint Online instances. To do this, enter your Git URL, user credentials, and the branch you want Quality Clouds to scan in the instance configuration form, as described in Defining Office 365 Git Repository.
The full ruleset of TypeScript best practices checked by the Quality Clouds code scan is available in the Code Duplication Rules List.
In addition to TypeScript best practices, the following are also detected:
- Any code element containing a keyword matching a Personally Identifiable Information category, per the GDPR – General Data Protection Regulation policy
- Custom Best Practices set up to monitor any specific parameter in the code
- Code duplication instances (see Detecting Code Duplication In O365)
Dynamics 365 Cloud Connection #
Quality Clouds can also connect directly to a Dynamics 365 (Dataverse) environment via an Azure AD app registration, without requiring a Git repository. See Connecting O365 to get started.