Skip to main content
Skip table of contents

Tangent API Deployment

Deploy Tangent application using Azure ARM template in Azure Portal

Follow these steps to deploy the Tangent Azure ARM template (JSON) to your Azure subscription using the Azure Portal:

  1. Sign in to Azure Portal Go to https://portal.azure.com and log in with your Azure account credentials.

  2. Navigate to "Deploy a Custom Template" In the search bar at the top, type Deploy a custom template and select Deploy a custom template from the results.

  3. Choose "Build Your Own Template in the Editor"
    Click Build your own template in the editor to use your JSON ARM template.

  4. Upload or paste the template

    • If you have a template JSON file available, click Load file and browse for your JSON file.

    • Alternatively, you can paste your JSON directly into the editor.

  5. Save and configure settings
    Click Save, then fill in the necessary parameters as required by the template.

    a. Select Subscription and Resource group (it is possible to Create new resource group if required).
    b. Select the Region where Tangent will be deployed.
    c. Enter a Tangent Storage Account Name of your choosing.
    d. (Optional) Modify Tangent Container Environment Name, Tangent Web Service Name, and Tangent Worker Name if desired.
    e. Enter the Container Registry Username and Container Registry Password credentials provided by Tangent Works.

  6. Review and Create
    Click Review + create, ensure all information is correct, and click Create to deploy the template.

That's it! Your resources will now be deployed to your Azure subscription based on the provided ARM template. It can take up to 10 minutes to start and initialize all services.

Update Tangent images via Azure Portal

  1. Sign in to Azure Portal Go to https://portal.azure.com and log in with your Azure account credentials.

  2. Navigate to the Resource Group Use the search bar to locate the resource group that contains your container apps, and click on the resource group to open it.

  3. Select the Container App Locate the container app you want to update (for example tangent-web-service). Click on the container app to open its settings.

  4. Go to container settings In the left-hand menu, select Containers to view the container settings for the selected app.

  5. Edit the image tag Click Edit and deploy. Then click on the container under Container image section. In the container configuration, find the Image field that contains the image tag. Update the tag to the new version you want to deploy.

  6. Save the changes and deploy new container version Click Save to apply the updated image tag. Then click Create to create new container app revision.

  7. Repeat for the second container app Repeat steps 3 to 6 for the second container app to ensure both are updated with the new image tag.

  8. Verify Deployment Once both container apps are updated, verify that the new image versions are running by checking the Overview or Revisions and replicas section of each container app.

Now both container apps should be updated with the new image tag and running the updated version.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.