I am hoping to save Portal backups to our organization's Azure account using the webgisdr. I have successfully created backups saved to the server's storage disks.
I don't have a lot of experience with Azure. So I'm having trouble figuring out what to put for the various Azure-related variables in the webgisdr configuration file.
The Esri help resource I'm reading is https://enterprise.arcgis.com/en/portal/11.1/administer/windows/populate-webgisdr-tool-properties-file.htm.
Thanks for your help,
Patrick
I dont know if this will help at all. This is what I used to push my backups to an S3 bucket in AWS.
PORTAL_ADMIN_URL = https://portalURL:7443/arcgis
PORTAL_ADMIN_USERNAME = usernamePORTAL_ADMIN_PASSWORD = passwordPORTAL_ADMIN_PASSWORD_ENCRYPTED = true
########## Web GIS backup properties ##########
SHARED_LOCATION = \\\\fileshare\\share\\backupBACKUP_RESTORE_MODE = fullINCLUDE_SCENE_TILE_CACHES = falseBACKUP_STORE_PROVIDER = AmazonS3
########### S3 Backup Properties ###############S3_CREDENTIALTYPE = IAMRoleS3_ENCRYPTED = falseS3_BUCKET = s3_bucket_nameS3_REGION = us-regionPORTAL_BACKUP_S3_BUCKET = backupbucketPORTAL_BACKUP_S3_REGION = us-region
Hey @PatrickMcKinney99 ,
Take a look at the last example on the documentation page you linked. That example should highlight all the parameters which must be populated in order to write a webgisdr backup to Azure Blob storage.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.