Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Switch to HTTP API or different SDK for Azure #22

Open
simoneb opened this issue Dec 18, 2020 · 1 comment
Open

Switch to HTTP API or different SDK for Azure #22

simoneb opened this issue Dec 18, 2020 · 1 comment
Assignees

Comments

@simoneb
Copy link
Member

simoneb commented Dec 18, 2020

The current Azure SDK doesn't support all operations we need to do, specifically it doesn't support certain parameters we use for pagination. It forces us to use lower-level operations which are not future-proof.

We should consider switching to a more robust approach for interacting with Azure APIs, either straight HTTP or a better SDK. There is a chance that there is a more recent SDK to use, otherwise HTTP is fine too.

We are doing some HTTP interactions with Azure in Titus, if that's of any help: https://github.com/nearform/titus/blob/master/packages/titus-backend/lib/plugins/auth/azure-ad/index.js

@simoneb
Copy link
Member Author

simoneb commented Jan 4, 2021

See update in #30

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant