import { createProvider } from "../../create-provider"; export const AppServices = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/app-services.png" ); export const AutomanagedVM = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/automanaged-vm.png" ); export const AvailabilitySets = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/availability-sets.png" ); export const BatchAccounts = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/batch-accounts.png" ); export const CitrixVirtualDesktopsEssentials = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/citrix-virtual-desktops-essentials.png" ); export const CloudServicesClassic = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/cloud-services-classic.png" ); export const CloudServices = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/cloud-services.png" ); export const CloudsimpleVirtualMachines = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/cloudsimple-virtual-machines.png" ); export const ContainerInstances = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/container-instances.png" ); export const ContainerRegistries = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/container-registries.png" ); export const DiskEncryptionSets = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/disk-encryption-sets.png" ); export const DiskSnapshots = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/disk-snapshots.png" ); export const Disks = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/disks.png" ); export const FunctionApps = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/function-apps.png" ); export const ImageDefinitions = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/image-definitions.png" ); export const ImageVersions = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/image-versions.png" ); export const KubernetesServices = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/kubernetes-services.png" ); export const MeshApplications = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/mesh-applications.png" ); export const OsImages = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/os-images.png" ); export const SAPHANAOnAzure = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/sap-hana-on-azure.png" ); export const ServiceFabricClusters = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/service-fabric-clusters.png" ); export const SharedImageGalleries = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/shared-image-galleries.png" ); export const SpringCloud = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/spring-cloud.png" ); export const VMClassic = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/vm-classic.png" ); export const VMImages = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/vm-images.png" ); export const VMLinux = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/vm-linux.png" ); export const VMScaleSet = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/vm-scale-set.png" ); export const VMWindows = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/vm-windows.png" ); export const VM = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/vm.png" ); export const Workspaces = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/compute/workspaces.png" ); export const ACR = ContainerRegistries; export const AKS = KubernetesServices;