作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试运行一个脚本来计算我的 azure 存储帐户的大小。我这样做是因为我无权访问计费部分。
该脚本取自 here
我的存储帐户约为 2TB,但我想了解每个容器的单独大小。
当我在 azure cloud shell 中运行脚本时,20 分钟后超时。有什么办法让它继续活下去吗?
最佳答案
不幸的是,这是General limitation of Azure Cloud Shell 。
The machine that provides your Cloud Shell session is temporary, and it is recycled after your session is inactive for 20 minutes.
如果你想改进云shell,可以投这个feedback .
或者如果可以接受,您可以安装 Az
本地的powershell模块运行脚本。
关于azure - 如何运行需要超过 20 分钟的 Azure Cloud Shell 脚本?有没有办法防止 Azure Cloud Shell 超时?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57796789/
我是一名优秀的程序员,十分优秀!