https://github.com/danielvieiravega/azuretablestorage
https://github.com/danielvieiravega/azuretablestorage
azure azuretablestorage net6 netcore tablestorage
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielvieiravega/azuretablestorage
- Owner: danielvieiravega
- Created: 2022-06-03T21:52:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T22:00:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T11:32:53.986Z (4 months ago)
- Topics: azure, azuretablestorage, net6, netcore, tablestorage
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
A simple code to start using the Azure Table Storage using .net6.
# How to use
Execute the terraform script in order to create the table storage in your Azure account:terraform plan
terraform apply
Set the connectionString variable with one of the connection string available in the created Storage Account.dotnet run
After testing, do not forget to destroy your testing environment on Azure running:
terraform destroy
# I don't have an Azure Account
If you don't have an Azure account, you can test using the [Azurite Emulator](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio). In this case you don't have to use the terraform script.
# References
https://code-maze.com/azure-table-storage-aspnetcore/https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-overview
https://devblogs.microsoft.com/azure-sdk/announcing-the-new-azure-data-tables-libraries/
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_table
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_table_entity