Azure SDK for .NET 4.7.2 with CSPack
See original GitHub issueLibrary 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:
- Created 2 years ago
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.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.
So please go through this package list and search for your required package for development.