https://github.com/bradoyler/azure-examples-js
Examples - Azure SDK for javascript :bus: :cloud:
https://github.com/bradoyler/azure-examples-js
Last synced: 22 days ago
JSON representation
Examples - Azure SDK for javascript :bus: :cloud:
- Host: GitHub
- URL: https://github.com/bradoyler/azure-examples-js
- Owner: bradoyler
- Created: 2020-04-15T18:00:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T00:05:56.000Z (about 2 years ago)
- Last Synced: 2025-02-08T02:14:17.232Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 991 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Examples for azure-sdk-for-js
Working examples of javascript sdk usage components I actively use### Components:
- [@azure/[email protected]](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus) -> [MSFT docs](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-nodejs-how-to-use-topics-subscriptions)
#### Coming soon...
- [@azure/event-hubs](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-hubs)- [@azure/cosmos](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cosmosdb/cosmos)
- [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob)
- [@gopuff/appinsights-logger](https://github.com/gopuff/appinsights-logger)
- [appinsights-client](https://github.com/bradoyler/azure-appinsights-client)
### Notes:
- needed for usage in javascript function app as the output bindings are lacking many features, see: [Azure-webjobs-sdk-extensions](https://github.com/Azure/azure-webjobs-sdk-extensions)