Releases
1.9.1PRE Deployment

PRE Deployment v1.9.1

Reconfigure Entry in installation JSON.

Entry envProvisioningApiUrl

This step is only needed if the environment has virtual network configured in Azure resources. Otherwise, is optional.

We need to point to provisioning API from the API management address:

  1. Sign in to the Azure portal.
  2. On the Azure portal menu, search for and select Storage accounts.
  3. Select the Syntphony storage account. It is the one with the tenant’s name.
  4. On the left menu, select Storage browser.
  5. Select Tables.
  6. Select Releases table.
  7. Search for the latest version. It is the one with the RowKey 1.9.0 or the highest number.
  8. Take the JSON Configuration value.
  9. Search for envProvisioningApiUrl key.
  10. Change the value and point the url from API Management address, as the following example:
    • The current url will end in *.azurewebsites.net
    • Take the API Management provisioning url, e.g. https://{tenantName}apimanagement.azure-api.net
    • Point to the provisioning API, e.g. https://{tenantName}apimanagement.azure-api.net/ProvisioningMicro
  11. Pass the configuration JSON to Syntphony Team.