question

seiyatakahashi-4992 avatar image
0 Votes"
seiyatakahashi-4992 asked SumanthMarigowda-MSFT edited

If “=” is included in AZURE_STORAGE_ACCESS_KEY, the “=” character will be deleted in the azure app server environment

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 following
xxxxxxxxxxxxxxxxxx==

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.

azure-storage-accounts
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@seiyatakahashi-4992 root@MININT-:~# Storage_Account="WgNs403ccIRxiFWrK5hw8pdh3FdV/MIAdr1**A=="
root@MININT-22
9:~# echo $Storage_Account
WgNs403ccIRxi
*5hw8pdh3u
echo will only print is stored in the variable, its something that app service might be doing it

Can you please cross verify and let me know the status

0 Votes 0 ·

@Sumarigo-MSFT

Sorry. What is cross verify and What is status.

Please reply quickly as this is an urgent issue.

0 Votes 0 ·

@Apologies for the delay response!

I see you have posted the similar question SO forum, The suggestion provide over there could help you on your scenario. Kindly let me know if the issue still persists or if you have any question!


0 Votes 0 ·

0 Answers