import { createProvider } from "../../create-provider"; export const APIConnections = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/api-connections.png" ); export const AppServiceCertificates = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/app-service-certificates.png" ); export const AppServiceDomains = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/app-service-domains.png" ); export const AppServiceEnvironments = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/app-service-environments.png" ); export const AppServicePlans = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/app-service-plans.png" ); export const AppServices = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/app-services.png" ); export const MediaServices = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/media-services.png" ); export const NotificationHubNamespaces = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/notification-hub-namespaces.png" ); export const Search = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/search.png" ); export const Signalr = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/web/signalr.png" );