Azure Stack Hub Multi Stamp Management
Cloud Assert HomeDocs Home
2010.1
2010.1
  • Introduction
  • Key Concepts
    • ADMIN
      • Manage Stamps
      • Updates
      • Images and Marketplace
      • Usage and Billing
      • Capacity and Infrastructure Management
      • Alerts
      • Diagnostics
      • Tenant Services
      • Email Reports
      • Offline Marketplace Download
  • INSTALLATION
    • Prerequisites
      • PKI Certificate Requirements
      • AzureStack Certification Authority certificate
      • Create SQL Server VM and necessary databases in a tenant subscription
    • Deployment
      • Validating Prerequisites
      • Install VConnect RP
      • License Activation
        • Offline Activation
      • Update Billing Resource Provider Details
      • Remove VConnect RP
      • Version Update
  • Configuration
    • Configure SMTP Settings
    • Configure Automated Emails
    • Configure Remote Machine for PowerShell Access
    • Configure Offline Marketplace Download
    • Configure a new Azure Stack Hub Stamp
      • Configure an Azure AD Stamp
      • Configure an ADFS Stamp
Powered by GitBook
On this page
  • HOST VM
  • SQL Server

Was this helpful?

  1. INSTALLATION
  2. Deployment

Remove VConnect RP

PreviousUpdate Billing Resource Provider DetailsNextVersion Update

Last updated 4 years ago

Was this helpful?

When you are no longer using VConnect RP in an environment follow the below steps to remove it and its dependencies gracefully.

HOST VM

  1. Go to the original install location (c:\CloudAssert\VConnectMSMForAzS2002)

  2. Follow steps to if not done already or if the 'InputParameters.dat' file is not available.

  3. Run the following command to uninstall VConnect resource provider.

.\InstallVConnect.ps1 -Uninstall

Uninstall can take 15-30 minutes to complete normally.

3. Verify removing VConnect RP in Azure Stack Portals

  • In Admin Portal -> Resource Groups, the resource group named system. [location].cloudassert.vconnect should not exist.

  • In Tenant Portal -> Resource Groups, the resource group named system.[location].cloudassert.vconnect.rp should not exist.

4. Go to Admin portal -> Offers, clean up any Offers that VConnect RP was tied to and are no longer used

5. Go to Admin portal -> Plans, clean up any plans that VConnect RP was tied to and are no longer used

SQL Server

If the SQL Server was created only for VConnect RP exclusively and is no longer needed:

  1. Once deployment successfully completes, Go to Resources -> verify SQL Server VM is not present

If the SQL Server is being used for other purposes and need to be retained:

Remove the below called out 3 databases CloudAssert.VConnect, CloudAssert.Billing, CloudAssert.DACM that was used by VConnect RP.

Follow steps in including the parameter named -Uninstall $true

Create SQL Server VM and necessary databases in a tenant subscription
validate the prerequisites