Azure Deployment
  • 22 Aug 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Azure Deployment

  • Dark
    Light
  • PDF

Article Summary

Deployment from Atomic Scope Portal

To Deploy Azure resources from Atomic Scope portal you will need a valid Service Principal with ClientId , Client Secret and Tenant Id created.

image.png

After obtaining the ClientId,ClientSecret and TenantId navigate to AtomicScope portal -> Settings -> Azure Deployments

image.png

Enter the required values and click Validate Credentials to check if the credentials are valid

image.png

After successfull authentication you can deploy the Resources.

image.png

The resource names will be automatically generated. You will only have to provide the SubscriptionId for deployment using the default values. You can also change the resource names if necessary.
4. Click on Deploy to start the deployment.

Deployment using PowerShell scripts

## Prerequisites
Before proceeding with this section, you must have the following:

  • An active Azure Subscription
  • Azure Az Module
  • A Resource Group to deploy Atomic Scope Azure Components
    ClientId , ClientSecret and TenantId with permissions to access Azure REST API's.

If you don't have an Azure subscription, create a free account before you begin.

You can install AzureAz module by running Install-Module -Name Az -AllowClobber from an elevated powershell window.

Setup
After installing the Atomic Scope product, you will see the folder structure as shown below in the install path you selected during the setup.

image.png

Note: Install AzureRM module of PowerShell as mentioned in Install Windows PowerShell 5 from this section.

Important: If you are deploying from PowerShell make sure you have access to the Atomic Scope database.

  • Run PowerShell as Administrator (Mandatory)
  • Navigate to the Azure folder where the PowerShell script is located by using
    o cd \Directory Location (in the folder structure as shown previously)
  • You will find a PowerShell script called Deploy-AzureInfra.ps1. You need to run this script in PowerShell.
  • Type the below command to run the PowerShell script
    o .\ Deploy-AzureInfra.ps1. When prompted, log in with your Azure account and follow prompts to deploy the Azure components required for the product.
  • The above steps will deploy all the mandatory artifacts required by Atomic Scope to integrate with your Logic Apps.
  • For upgrade, you will find a powershell script called .\upgrade-AzureInfra.ps1. You need to run this script in PowerShell.

Was this article helpful?