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.
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.
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.
The open-source Azure SDK for Java simplifies provisioning, managing, and using Azure resources from Java application code.
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.
Looks like the location has potentially changed again:
C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.9
I found my installs at:
C:\Program Files\Microsoft SDKs\Azure.NET SDK
Should be in your C:\Program Files\Windows Azure SDK\<version>
folder where version = Azure SDK version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With