question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Azure SDK for .NET 4.7.2 with CSPack

See original GitHub issue

Library name and version

Azure SDK 2.9

Query/Question

I have a client that is using the Azure SDK 2.9 to create cspkg to deploy applications to classic Cloud Services.

Their current version of the SDK only supports OS Family 4 and they would like to upgrade to enable support for 6.

They are constrained to stay on .NET 4.7.2 for now, so they may not be able to use newer libraries.

Can you please let me know where they can download the latest version of the Azure SDK compatible with .NET 4.7.2 that contains the CSPack tool? (According to the docs, the latest “legacy” SDK is 3.0 and it is compatible with 4.6 and can deploy to OS Family 6, but I’m having difficulties finding it; if a different, newer SDK is available, they are happy to migrate).

Thank you.

Environment

.NET Framework 4.7.2

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
UnoSDcommented, Mar 29, 2022

Hi @SatishBoddu-MSFT ,

unfortunately the NuGet packages will not help here. They do not contain the CSPack tool and there is no package that is specific to cloud services.

However, I was able to find the response somewhere else: the CSPack tool is included in the Visual Studio installation installing the Azure Workload. Legacy Azure SDK installers are integrated into VS and no longer distributed independently.

0reactions
SatishBoddu-MSFTcommented, Mar 29, 2022

Hello @UnoSD The Azure SDK for .NET is available as series of NuGet packages that can be used in both .NET Core (2.1 and higher) and .NET Framework (4.7.2 and higher) applications.

image

So please go through this package list and search for your required package for development.

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure SDK for .NET Overview
The Azure SDK for .NET is available as series of NuGet packages that can be used in both .NET Core (2.1 and higher)...
Read more >
Does cspack.exe support .NET 4.6 - azure
2, implying that it is supported for web/worker roles. When I attempted to upgrade my solution from .NET 4.5.1 (using Azure SDK 2.8)...
Read more >
Azure SDK for .NET (Latest)
This page provides an inventory of all Azure SDK library packages, code, and documentation. The Client Libraries and Management Libraries tabs contain ...
Read more >
Azure.Core 1.34.0
Azure Core shared client library for .NET. Azure.Core provides shared primitives, abstractions, and helpers for modern .NET Azure SDK client libraries.
Read more >
Microsoft Azure SDK Compatibility Table
NET is installed, the following error will be shown while deploying a Sitecore solution using the Sitecore Azure module. This happens even if...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found