Is there a way to remove specific characters from an ARM template output? Specifically, I have an output which uses the storagePrimaryEndpointsBlob
value so this would be https://storageaccount.blob.core.windows.net/
:
"StoragePrimaryEndpointsBlob": {
"type": "string",
"value": "[reference('storage-account').outputs.storagePrimaryEndpointsBlob.value]"
}
I would like to remove the trailing '/' from the output.