我使用链接http://www.mkyong.com/ant/how-to-install-apache-ant-on-windows/安装了 Apache ant
我正在尝试在 git bash 中构建我的文件。
当我输入 ant 时,它显示以下错误:
bash:ant:command not found
Run Code Online (Sandbox Code Playgroud)
我想使用cd build命令。
我想获得对blob的引用并为其生成SAS URL.
怎么样?没有公开我的存储帐户密钥?
我尝试了什么?使用SAS(blob容器或存储帐户)获取blob的引用.我的推荐:https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1?toc =%2fazure%2fstorage%2fblobs%2ftoc.json
我看到的例外情况:" 除非使用帐户密钥凭据,否则无法创建共享访问签名 "
但我(显然)不想公开我的帐户密钥!这甚至可能吗?如果没有,还有其他方法吗?