Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 71 Next »

Deploy Azure Resources using DevOps pipeline

DevOps pipeline prerequisite
  • A “Service Connection” is required for each resource group and environment. This needs to be requested from TC Cloud Team.

  • Requires Document Service URL from Team Ninja Turtles

  • Azure ObjectID of the team who has to access the keyvault’s

Deployment DevOps Pipelines

Descriptions

Azure Resources Deployment 1 (Initial)

Will deploy container registry, keyvault and appserviceplan resources for Safsecsur and Eregistry

Azure Resources Deployment 2 (Safsecsur)

Will deploy app service (for work management, LOV and service bus processing service), redisCache, appInsights, postgreSQL, cosmosDB, apim, serviceBus, storageAccount resources for Safsecsur

Azure Resources Deployment 3 (Eregistry)

Will deploy app service (for Vessel Registry internal and external website) resources for Eregistry

  1. Review bicep deployment files (azuredeploy. *) under project repository folder AzureDeployment

    1. Review sku values for resources and update as necessary. The sku values are inside of bicep templates in repository: Infrastructure/AzureDeployment/azuredeploy.*.bicep

    2. In the same bicep files optionally set deployment flag to false if the associated resource did not need to be deployed. It is set to true by default.

  2. Configure the variables for each azure resource deployment DevOps pipelines

    1. Edit DevOps pipelines under Pipelines → All → Azure Deployment folder

    2. Configure variables listed for each deployment pipeline in Appendix section 1. For secured variables, need to re-create the value and check “Keep this value secret” checkbox after adding the value

  3. Run the first deployment pipeline Azure Resources Deployment 1 (Initial). This will create container registry, keyvault and app service plan resources

  4. Create a folder by environment name in DevOps pipeline and clone/create DevOps CI/CD pipelines for Vessel Registry and Shared (Dsd Marine) app services.

  5. Configure new cloned/created DevOps CI/CD pipelines for specified resource groups, container image name and container image tag. Then build the pipelines. Please refer to the Appendix section 2 for the container name, image name and image tag.

  6. Update the deployment pipeline variables and run the remaining two: Azure Resources Deployment 2 (Safsecsur) and Azure Resources Deployment 3 (Eregistry). Verify the resources has been deployed successfully in Azure Portal → Resource Group → Deployments

  7. Add keyvault secrets used for applications from created resources. Please refer to the Appendix section 3 for the required application secrets (Optional: Configure Access Policies in the KeyVault)

  8. Create a Variable group in DevOps → Pipelines → Library. Toggle “Link Secrets” option, select appropriate Azure subscription → KeyVault name, add all the necessary keys and save the variable group

  9. Add workmanagementservice appservice outbound IP addresses to Postgresql server connection security

  10. Link and save the new variable group in all the DevOps CI/CD pipelines

  11. Make sure to use the correct branch(Develop/Master) on all the DevOps CI/CD pipelines

  12. Migrate LOV Azure Cosmos DB data using Microsoft tool or Console App

  13. Create Application Registration for Vessel Registration internal and external websites. Please refer to below Application Registration section.

  14. Run DevOps CI/CD pipelines again and verify the applications runs as expected.

Application Registration

Script execution prerequisite
  • Install the Azure AD Module

  • Make sure you have Application Developer Role

  • Make sure you have Local Machine administrative rights

  • Make sure KeyVault exists and permission to write to it

  • Make sure you have the ability to configure Enterprise Applications in Azure AD

  • Make sure you have the ability to grant admin consent in App Registrations

Running the script

The script directory that you were given should contain the following content:

  • [Optional] Specify the configuration file path or the script will default to the app-registration-configuration.json in the same directory as the main.ps1 script file.

    • If the configuration file is not in the same directory, then the absolute path must be provided, and theisAbsolutePath switch parameter must be passed to the script

  • [Optional] You can specify the Tenant/Directory Id, otherwise, the script will use the current directory your user account is logged in under.

Run PowerShell in administrator mode navigate to the script folder, and execute the following commands:

If not providing the Tenant Id to the script:

.\main.ps1 -environment ['nca', 'ncd', 'nct', 'pcp']

If providing the Tenant Id to the script:

.\main.ps1 -environment ['nca', 'ncd', 'nct', 'pcp'] -tenantId [Guid]
Post Script Execution
  • In the newly created Vessel Registry App Registration → Manage → API permissions → click on the Grant admin consent

Appendix

Section1: Variables for Azure resource deployment

Environment Name

Descriptions

Location

ncd

Non-Production DEV

Canada Central

nct

Non-Production TEST

Canada Central

nca

Non-Production ACC

Canada Central

pcp

Production

Canada Central

Pipeline Name

Variable Name

IsSecured

Associated Resource

Deployment 1 (Initial)

EnvironmentName

AzureAdObjectId

Yes

KeyVault

AzureAdTenantId

Yes

KeyVault

EregistryResourceGroupName

Azure Portal

EregistryServiceConnectionName

Name of the service connection for the resource group and environment.

DevOps->Project Settings->Service connections

SafsecsurResourceGroupName

Azure Portal

SafsecsurServiceConnectionName

Name of the service connection for the resource group and environment.

DevOps->Project Settings->Service connections

Deployment 2 (Safsecsur)

EnvironmentName

ServiceConnection

Name of the service connection for the resource group and environment.

DevOps->Project Settings->Service connections

ResourceGroupName

Azure Portal

ContainerRegistryPassword

Yes

ApimPublisherEmail

API Mangement

ApimPublisherName

API Management

PsqlAdminName

Yes

PostreSQL Database

PsqlAdminPassword

Yes

PostreSQL Database

PsqlFirewallIpAddress

PostreSQL Database

Deployment 3 (Eregistry)

EnvironmentName

ServiceConnection

Name of the service connection for the resource group and environment.

DevOps->Project Settings->Service connections

ResourceGroupName

Azure Portal

ContainerRegistryPassword

Yes

Section2: Container Registry related name for app servicesncd|nct|nca|pcp

  • Container Registry Name: '{environmentName}{applicationGroup}cr' e.g 'ncdsafsecsurcr'

  • Container Registry Image Name: '{environmentName}{applicationGroup}-{applicationName}'

  • Container Registry Image Name: '{applicationGroup}-{applicationName}'

EnvironmentName:

Environment Name

Descriptions

Location

ncd

Non-Production DEV

Canada Central

nct

Non-Production TEST

Canada Central

nca

Non-Production ACC

Canada Central

pcp

Production

Canada Central

ApplicationGroup:

Application Group

Descriptions

Shared Applications

safsecsur

Marine safety and security

Yes

eregistry

Vessel Registry

No

ApplicationName:

Application Name

Descriptions

work-management-service

Work Management Service

lov-service

List Of Value Service

vessel-registry-internal

VR Internal Website

vessel-registry-external

VR External Website

queue-message-processing-service

Queue Message Processing Service

Section 3: Application Secrets

Key Name

Value or Derived from

Required for

ResourceGroup to be updated

VesselRegistryApplicationInsights

Deployment Environment Resource Group → Application Insights → {Application Insight Name} → Overview → Instrumentation Key

  • List Of Value Service

  • Queue Message Processing Service

  • Work Management Service

  • VR Internal Website

  • VR External Website

  • SAFESECSUR

ServiceBusConnectionString

Deployment Environment Resource Group → Service Bus → {Service Bus Name} → Settings → Shared access policies → Policy → Primary Connection String

  • List Of Value Service

  • Queue Message Processing Service

  • Work Management Service

  • SAFESECSUR

ListOfValueConnectionString

Deployment Environment Resource Group → Azure Cosmos DB → { Cosmos DB Name } → Settings → Connection String → Primary Connection String

  • List Of Value Service

  • SAFESECSUR

ConnectionStringRedisCache

Deployment Environment Resource Group → Azure Cache For Redis → { Azure Cache Redis Name } → Settings → Access Keys → Primary Connection String (StackExchange.Redis)

  • List Of Value Service

  • VR Internal Website

  • VR External Website

  • SAFESECSUR

WorkManagementServiceConnectionString

Deployment Environment Resource Group → Azure Database for PostgreSQL servers → { PostreSQL Server Name } → Settings → Connection Strings → ADO.NET

After obtaining the ADO.NET connectionstring, replace {your_database} and {your_password} values with database name and database/server password respectively

  • Work Management Service

  • SAFESECSUR

DocumentStorageAzureBlobConnectionString

Deployment Environment Resource Group → Storage accounts → Access keys → Click on “Show keys” → Connection string

  • Queue Message Processing Service

  • SAFESECSUR

ListOfValueApiUrl

Deployment Environment Resource Group → App Services → { List Of Value Service Name } → Overview → URL

After obtaining the URL append “/ListOfValue“ to it, excluding the quotation marks.

{URL}/ListOfValue

  • VR Internal Website

  • VR External Website

  • EREGISTRY

ListOfValueTypeApiUrl

Deployment Environment Resource Group → App Services → { List Of Value Service Name } → Overview → URL

After obtaining the URL append “/ListOfValueType“ to it, excluding the quotation marks.

{URL}/ListOfValueType

  • VR Internal Website

  • EREGISTRY

DocumentStorageApiUrl

Deployment Environment Resource Group → App Services → { Document Service Name } → Overview → URL

Service is developed by Team Ninja Turtles, and will be located in their resource group.

  • VR Internal Website

  • VR External Website

  • EREGISTRY

WorkManagementServiceApiUrl

Deployment Environment Resource Group → API Management services → { APIM Name } → Overview → Gateway URL

After obtaining the Gateway URL append “/wms/api/v1“ to it, excluding the quotation marks.

{URL}/wms/api/v1

  • VR Internal Website

  • VR External Website

  • EREGISTRY

CanadaPostAddressCompleteAPIKey

The API key can be obtained by checking with Walter Hoban, or Team Kraken.

  • VR Internal Website

  • VR External Website

  • EREGISTRY

App Registration Flowchart

  • Script reads the contents of the app-registration-configuration.json and loops over each one of them

    • Script associates owners with the app registration if there are any

    • Script assigns oauth2 permissions with the app registration if there are any

    • Script links any required resource permissions to the app registration

    • Script adds any oauth2 redirect uris to the app registration

    • Script adds certificates or secrets(currently only secrets) to the app registration

    • Repeats the process for each app registration

  • No labels