Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find Azure SDK installed on local dev machine

Tags:

azure

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.

like image 825
Nil Pun Avatar asked Nov 23 '13 01:11

Nil Pun


People also ask

What is the Azure SDK?

The Azure SDK delivers a platform for developers to leverage the wide variety of Azure services in their language of choice. The source for the client libraries exists for the most part in repositories for each language. This repository is meant to be a jumping off point into those language specific repositories.

Which emulators are installed with the Azure SDK?

The Storage Emulator is available as part of the Microsoft Azure SDK. You can also install the Storage Emulator by using the standalone installer (direct download). To install the Storage Emulator, you must have administrative privileges on your computer. The Storage Emulator currently runs only on Windows.

What is Azure SDK for Java?

The open-source Azure SDK for Java simplifies provisioning, managing, and using Azure resources from Java application code.

How do I check Azure version in Python?

Developing on Azure requires Python 3.7 or higher. To verify the version of Python on your workstation, in a console window type the command python3 --version for macOS/Linux or py --version for Windows.


3 Answers

Looks like the location has potentially changed again:

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

Azure SDK Path

like image 115
Alexander Oh Avatar answered Oct 03 '22 21:10

Alexander Oh


I found my installs at:

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

like image 24
Alexander Williamson Avatar answered Oct 03 '22 21:10

Alexander Williamson


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

enter image description here

like image 40
Shiva Avatar answered Oct 03 '22 20:10

Shiva