How to find Azure SDK installed on local dev machi

2020-07-09 09:05发布

Could someone please help me with how to find/know the Azure SDK installed on a machine?

The reason being, I am trying to use Azure Cache and it's complaining about SDK.

标签: azure
4条回答
The star\"
2楼-- · 2020-07-09 09:38

Should be in your C:\Program Files\Windows Azure SDK\<version> folder where version = Azure SDK version.

enter image description here

查看更多
闹够了就滚
3楼-- · 2020-07-09 09:40

I found it in

C:\Users\YOURUSER\AppData\Roaming\Python\Python27\site-packages\azure

查看更多
淡お忘
4楼-- · 2020-07-09 09:41

I found my installs at:

C:\Program Files\Microsoft SDKs\Azure.NET SDK

查看更多
Rolldiameter
5楼-- · 2020-07-09 09:47

Looks like the location has potentially changed again:

C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.9

Azure SDK Path

查看更多
登录 后发表回答