sparse-intern-71089
05/20/2021, 3:01 PMlimited-eve-38521
05/20/2021, 3:04 PMtall-librarian-49374
05/20/2021, 3:09 PMrich-farmer-40546
05/20/2021, 3:17 PMrich-farmer-40546
05/20/2021, 3:19 PMaz
with --debug
is a great way to also migrate your scripts to pulumi management with azure-native, without the extra overhead that an ARM templates provides, specially with arm template functions that don’t have an equal in pulumi.limited-eve-38521
05/20/2021, 3:23 PM"resources": [
{
"type": "Microsoft.Cdn/profiles/endpoints/customdomains",
"apiVersion": "2020-09-01",
"name": "[concat(parameters('profiles_test_profile_name'), '/test-endpoint/cdn-my-domain-com')]",
"dependsOn": [
"[resourceId('Microsoft.Cdn/profiles/endpoints', parameters('profiles_test_profile_name'), 'test-endpoint')]"
],
"properties": {
"hostName": "<http://cdn.my-domain.com|cdn.my-domain.com>"
}
},
limited-eve-38521
05/20/2021, 3:23 PMlimited-eve-38521
05/20/2021, 3:25 PMlimited-eve-38521
05/20/2021, 3:29 PMlimited-eve-38521
05/20/2021, 3:45 PM