I'm not sure how secure are environment settings in Azure Batch. Do I need to use certificates?
I am running tasks in Azure Batch, currently passing storage token with EnvironmentSetting. I cannot find any details in documentation on how secure is that. After reading security with certificates I feel like this is the way to go ("You typically need to use certificates when you encrypt or decrypt sensitive information for tasks, like the key for an Azure Storage account."), yet I'm not 100% convinced.
So, are environment settings secure or not?