https://github.com/f2calv/CasCap.Api.Azure
A collection of .NET helper class libraries useful when interacting with Azure PaaS resources.
https://github.com/f2calv/CasCap.Api.Azure
Last synced: about 1 year ago
JSON representation
A collection of .NET helper class libraries useful when interacting with Azure PaaS resources.
- Host: GitHub
- URL: https://github.com/f2calv/CasCap.Api.Azure
- Owner: f2calv
- License: mit
- Created: 2022-04-08T03:49:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T07:27:46.000Z (about 1 year ago)
- Last Synced: 2025-04-18T19:43:34.705Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CasCap.Api.Azure
A collection of helper class libraries used when interacting with Azure PaaS.
## Development
To work on this solution with Visual Studio also clone [CasCap.Common](https://github.com/f2calv/CasCap.Common) to the same directory level.
To run the tests you will also need Azurite storage emulator;
```bash
docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite
```