Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing schemas for Microsoft.Web Resource Provider #148

Closed
pcgeek86 opened this issue Apr 30, 2016 · 12 comments
Closed

Missing schemas for Microsoft.Web Resource Provider #148

pcgeek86 opened this issue Apr 30, 2016 · 12 comments

Comments

@pcgeek86
Copy link

The schema of resource type 'Microsoft.Web/connections' is not available. Resources of this type will not be exported to the template. (Code: ResourceTypeSchemaNotFound)

Could not get resources of the type 'Microsoft.Web/sites/config'. Resources of this type will not be exported. (Code: ExportTemplateProviderError)

Could not get resources of the type 'Microsoft.Web/sites/extensions'. Resources of this type will not be exported. (Code: ExportTemplateProviderError)

image

Cheers,
Trevor Sullivan
https://trevorsullivan.net
https://twitter.com/pcgeek86

@MathieuDiepman
Copy link

Having the same issue; not sure where to start fixing it.

Export template operation completed with errors. Some resources were not exported. Please see details for more information. (Code: ExportTemplateCompletedWithErrors)
 •Could not get resources of the type 'Microsoft.Web/sites/config'. Resources of this type will not be exported. (Code: ExportTemplateProviderError)

•Could not get resources of the type 'Microsoft.Web/sites/extensions'. Resources of this type will not be exported. (Code: ExportTemplateProviderError)

@Shivu1042
Copy link

Having the same issue.. is there any work around for this.

@MathieuDiepman
Copy link

Yes. deploy from visual studio, find the deployment in azure and export the template from the deployment instead of the actual web api component

@Shivu1042
Copy link

thanks. There are no errors this way. But i m still not able to see the connection between the app service related resources to vnet in any of the templates. My objective is to create a template which has app service resources and a vnet resource to which the app service is linked. Any help greatly appreciated.

Thanks

@arturoqu
Copy link

arturoqu commented Dec 3, 2016

hey Matthieu 👍
Can you please elaborate a bit more?, do you mean create the template in VS and then deploy from VS then go to the portal to export the template, that way?

Thanks.

@MathieuDiepman
Copy link

exactly; the trick was to export from the deployment on the portal instead of the automation section of the resource group on the portal
Basically select the resource group, select deployments, select the deployment you want and you can view the template from there

@kiazhi
Copy link

kiazhi commented Dec 8, 2016

Hit the same issue. Yes. If the person has deployed from his ARM template using JSON, follow @MathieuDiepman's method by selecting Resource Group name > Deployments option and it will get you there to view the template. But if someone is a newbie that uses GUI deployment or had made changes to the environment and decided to extract the current configuration... That is an issue because "Config" and "SiteExtensions" are not generated.

@benjamin-goldman
Copy link

this is a terrible work around.

@benjamin-goldman
Copy link

I would go so far as to give zero stars for effort here Microsoft.

@julienlau
Copy link

nightmare...

@oviliz
Copy link

oviliz commented Feb 14, 2018

...I love M$...

@ifeoluwaokunoren
Copy link
Contributor

These resource types have since been added to the template schema.

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

No branches or pull requests

9 participants