This message was deleted.
# azure
s
This message was deleted.
t
I checked and the app settings endpoint only have a PUT (create/update) operation but no GET. We depend on being able to read the state of any resource so we couldn’t map it to a Pulumi resource yet.
Actually, there is POST endpoint that lists the settings, so we could do that even though this is a non-standard model.
Could you please open an issue?
👍 1