microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

Should the Tip#98 page reference Microsoft.Azure.Cosmos.Table? #85

Closed DTronD closed 4 years ago

DTronD commented 4 years ago

When using VSCode to create a v3 Azure Function, I needed to add a using Microsoft.Azure.Cosmos.Table statement (and may have had to do a dotnet add package, but cannot remember for sure). It seems all the changes with extension bundles for functions, there has been much change for what to reference....and if you even can reference the old OR newer packages.

E.g. in Tip#98 I could NOT find a way to get a package that was .NET Core based for Microsoft.Azure.ConfigurationManager or Microsoft.WindowsAzure.ConfigurationManager. Thankfully the tip said I could hardcode the storageAccount connection string...but that's less than ideal for production.

Thank you for these tips&tricks, they are really helping compared to most of the official docs for Azure Functions (and all the now outdated chaff on Stackoverflow and other forums).

mbcrump commented 4 years ago

can you create a pull request with that information and I'll accept. many thanks!

mbcrump commented 4 years ago

Closing due to non-response.