随笔分类 -  Azure

该文被密码保护。
posted @ 2018-12-21 15:46 无踪无影 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-12-21 15:44 无踪无影 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-12-21 15:40 无踪无影 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-12-21 15:38 无踪无影 阅读(1) 评论(0) 推荐(0)
摘要:直接运行脚本 #requires -Version 3.0 -Modules AzureRM.Resourcesparam( [switch] $GroupRolesByUser)$ErrorActionPreference = 'Stop' Login-AzureRmAccount -ErrorV 阅读全文
posted @ 2018-12-21 15:32 无踪无影 阅读(436) 评论(0) 推荐(0)
摘要:VGet-AzureRmADUser |Out-GridView 阅读全文
posted @ 2018-12-21 15:31 无踪无影 阅读(241) 评论(0) 推荐(0)
摘要:一般可以借助powershell命令来读取资源:例如:1, 读取某个订阅下的资源:$subscriptionID = "xxxxxxxx"Set-AzureRmContext $subscriptionIDGet-AzureRMResource | export-csv allresource.cs 阅读全文
posted @ 2018-12-21 15:30 无踪无影 阅读(578) 评论(0) 推荐(0)
摘要:1。首先确认日志功能是否开启(日志文件根据存储账户的类型,按使用量收费 。 2.在存储账户-Usage(classic)-Metrics中查看突出流量的时间: 3.在Explorer中下载对应时间点的日志: 4.打开下载的日志文件,在第一行加入以下内容并保存: <version-number>;<r 阅读全文
posted @ 2018-11-26 10:05 无踪无影 阅读(426) 评论(0) 推荐(0)