When I tried to export an ARM template, I get the following:
{"code":"ExportTemplateCompletedWithErrors","message":"Export template operation completed with errors. Some resources were not exported. Please see details for more information.","details":[{"code":"ResourceTypeSchemaNotFound","target":"Microsoft.DataFactory/factories","message":"The schema of resource type 'Microsoft.DataFactory/factories' is not available. Resources of this type will not be exported to the template."},{"code":"ExportTemplateProviderError","target":"microsoft.insights/components/pricingPlans","message":"Could not get resources of the type 'microsoft.insights/components/pricingPlans'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"microsoft.insights/components/myanalyticsItems","message":"Could not get resources of the type 'microsoft.insights/components/myanalyticsItems'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.Web/sites/functions","message":"Could not get resources of the type 'Microsoft.Web/sites/functions'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.Web/sites/extensions","message":"Could not get resources of the type 'Microsoft.Web/sites/extensions'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.Web/sites/siteextensions","message":"Could not get resources of the type 'Microsoft.Web/sites/siteextensions'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.Web/sites/sitecontainers","message":"Could not get resources of the type 'Microsoft.Web/sites/sitecontainers'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.Web/sites/hybridconnection","message":"Could not get resources of the type 'Microsoft.Web/sites/hybridconnection'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.DocumentDB/databaseAccounts/graphs","message":"Could not get resources of the type 'Microsoft.DocumentDB/databaseAccounts/graphs'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions","message":"Could not get resources of the type 'Microsoft.DocumentDB/databaseAccounts/mongodbRoleDefinitions'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions","message":"Could not get resources of the type 'Microsoft.DocumentDB/databaseAccounts/mongodbUserDefinitions'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.ContainerService/managedClusters/privateEndpointConnections","message":"Could not get resources of the type 'Microsoft.ContainerService/managedClusters/privateEndpointConnections'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.RecoveryServices/vaults/certificates","message":"Could not get resources of the type 'Microsoft.RecoveryServices/vaults/certificates'. Resources of this type will not be exported."},{"code":"ExportTemplateProviderError","target":"Microsoft.RecoveryServices/vaults/extendedInformation","message":"Could not get resources of the type 'Microsoft.RecoveryServices/vaults/extendedInformation'. Resources of this type will not be exported."}]}
Please advise. Thanks.