api-management-developer-po.../.pipeline
Thomas Flock d85abf83f0
fixed readme and yaml (#2008)
Co-authored-by: Thomas Flock <thomas.flock@slalom.com>
2022-11-20 11:19:09 -08:00
..
readme Made the update existing URLs properties optional so that it doesn't breaks any existing code (#1401) 2021-08-24 16:58:14 -07:00
migrate.yml fixed readme and yaml (#2008) 2022-11-20 11:19:09 -08:00
readme.md fixed readme and yaml (#2008) 2022-11-20 11:19:09 -08:00

readme.md

Create your pipeline

In your Azure DevOps project pipelines section select new pipeline.

Select your source code provider and repository in the first two tabs and in the Configure steps above. Scroll down to the bottom of the page and select Existing Azure Pipelines YAML file:

create-pipeline.PNG

Then select the migrate.yml file you previously added to the repository:

select-existing.PNG

In the Review tab, select the Variables button and create the variables with the values defined in the Pipeline parameters table. Make sure you check the Keep this value secret option for sensitive parameters.

variables.PNG

Then select Run. This saves and executes your pipeline for the fist time, seen below:

Appendix: Pipeline Variables

Variable Name Value Description
sourceSubscriptionId Source APIM service resource subscription ID
sourceResourceGroupName Source APIM service resource group name
sourceServiceName Source APIM service name
destServiceName Destination APIM service name
destSubscriptionId Destination APIM service resource subscription ID
destResourceGroupName Destination APIM service resource group name
sourceAzureTenantId Source Azure tenant ID
sourceServicePrincipal Source Azure service principal
sourceServicePrincipalSecret Source Azure service principal secret
destAzureTenantId Destination Azure tenant ID
destServicePrincipal Destination Azure service principal
destServicePrincipalSecret Destination Azure service principal secret
existingEnvUrls Existing environment URLs (URLs used in the developer portal from source APIM to replace, if we have multiple urls then comma separated values to be given.)
destEnvUrls Destination environment urls (urls used in the developer portal from destination APIM to be replaced with - if we have multiple urls then comma separated values to be given in same order of source.)