CloudVanti Sitefinity Management Portal

CloudVanti subscribers have access to their management portal built with Azure DevOps to manage and monitor their project key deployment status, and so on. For first time access, you will be given a link to the management portal via an invitation email.

Alternatively, you can also access it via Azure's Main Portal.

CloudVanti Sitefinity Management Portal consists of 3 main menus:

  1. Overview
  2. Repos
  3. Pipelines


Overview

The Overview menu displays the summary of your projects as well as information about the websites on the CloudVanti Sitefinity Management Portal.

In addition, there is the wiki consisting of shortcut links to:

  • Storage of the Database
    • Staging Backup, file location for Staging backup in Azure Storage
    • Production Backup, file location for Production backup in Azure Storage
    • Restore, stores database files for the Restore function in Azure Storage
  • Environment
    • Shortcut for Staging website URL and logs
    • Shortcut for Production website URL and logs
  • Dashboard
    • Deployment Dashboard, the overview of build and deployment status in Staging(STG) and Production(PRD) environment

    • Metrics Dashboard, data from application insight will be displayed for each website in both Staging and Production. Clicking each chart will display detailed information. To learn more about this, click here.

Repos

Repos or Azure Repository is a place for storing the project code or database script. CloudVanti Sitefinity provides 2 repositories for source code and database:

  • <subscription-name>, for source code repository

  • <subscription-name>-DB, for database repository

You can clone the repository to this page. The history of commits and push can also be viewed on this menu.

For more details, click here.

Pipelines

This is where Continuous Integration (CI) and Continuous Deployment (CD) is managed. For more details on the CI/CD Concept, click here.

The Pipelines menu is where you will be able to view the build process for the CI.

The Releases menu is where you can view the deployment process and status.

For more details regarding Azure DevOps, you can refer to the official Microsoft documentation.