I am using azure storage and Azure App Service.
It is created by azure storage and
AZURE_STORAGE_ACCESS_KEY contains == at the end.
However, you can set an environment variable in Azure App Service to
However, if you set the environment variable in Azure App Service and connect via ssh, and do echo $AZURE_STORAGE_ACCESS_KEY, the "==" character will be removed.
For example, if you have an AZURE_STORAGE_ACCESS_KEY like the followingxxxxxxxxxxxxxxxxxx==
If you connect with ssh and echo $AZURE_STORAGE_ACCESS_KEY, such a value will be returned.xxxxxxxxxxxxxxxxxx
Does anyone know why this is happening?
Also, if anyone knows the solution, please let me know.