简体   繁体   中英

Azure REST API access with powershell

I'm currently developing some powershell scripts that interface with the Azure API. I am finding that some api access is with only available via REST (takes a little time to be present on the AZCLI or Powershell) and access via REST also is a lot faster.

Does anybody have any good resources that takes you through the process of using REST within Powershell? These must include the steps for creating the application in Azure and how to authenticate and access an Oauth token ( im aware of the invoke-restmethod but unsure how I get a authentication token).

Any help appreciated. thx.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM