Umbraco Deploy across multiple Azure environments
# help-with-umbraco
j
I'm setting up Umbraco Deploy on multiple Web Apps. I have development, staging and live environments, and want to create a content deployment between Staging > Live. On reading the docs, they seem to only cover deployments from local environments, or deployments between Umbraco cloud environments, unless I'm missing something. Has anyone done this before, or knows if it's possible? As it requires pulling
.uda
files from one environment and moving them to another, I'm not entirely sure it can be done?
I was making this far too complicated. All that needed to be done was to setup the environments in the
appsettings.json
with the same ApiKey, as per the docs https://docs.umbraco.com/umbraco-deploy/v/10.deploy.latest . I didn't realise the instances talk to eachother.
5 Views