Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Impossible to implement resource providers for Azure #70

Open
ThomasArdal opened this issue Nov 29, 2016 · 7 comments
Open

Impossible to implement resource providers for Azure #70

ThomasArdal opened this issue Nov 29, 2016 · 7 comments

Comments

@ThomasArdal
Copy link

I have been trying for months now, to create a resource provider to show up in the marketplace. I have followed the example given and read through every document on the onboarding guide. When I submit my application for review (publish to staging), I get an error report back on email, saying that some of the expected calls fails.

The problem here is that the failed calls are on URLs that aren't documented anywhere (like https://mywebsite.azurewebsites.net/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/{provider}/applications/resource{someid}?api-version=2016-06-08). For obvious reasons, my API returns a 404 on these calls.

I don't understand how anyone have been able to implement a resource provider, without a Microsoft engineer deeply involved in the implementation. Maybe it's just me that haven't found the right documentation, but similar issues on this repo, makes me think that updated documentation and examples are needed.

@Dmitry-Me
Copy link

This repo is big time outdated - it documents "old" RP interfaces and you get calls for a "newer" RP interface.

@ThomasArdal
Copy link
Author

@Dmitry-Me Ok makes sense. Could you point me in the direction of the documentation and examples for the "newer" RP interface?

@Dmitry-Me
Copy link

I don't know of a publicly available guide for that. Your best bet is to contact support via the marketplace interface.

@ThomasArdal
Copy link
Author

Thanks.

@sjkp
Copy link

sjkp commented Nov 18, 2017

Did you ever find a way @ThomasArdal

@ThomasArdal
Copy link
Author

@sjkp No. The thing is so poorly documented, that the cost benefit simply doesn't add up.

@sjkp
Copy link

sjkp commented Nov 19, 2017

There's actually some updated guidelines here: https://github.com/Azure/azure-resource-manager-rpc
They however dont include code samples, and it is pobably worth getting in touch with Microsoft before venturing out on a long implementation journey

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

No branches or pull requests

3 participants