diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..b438918 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,31 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/docker-outside-of-docker +{ + "name": "Diagrams", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + // "image": "mcr.microsoft.com/devcontainers/base:bullseye", + "build":{ + "dockerfile": "../docker/dev/Dockerfile" + }, + + // Use this environment variable if you need to bind mount your local source code into a new container. + // "remoteEnv": { + // "LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}" + // } + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + // Use 'postCreateCommand' to run commands after the container is created. + // "postCreateCommand": "docker --version", + + // Configure tool-specific properties. + "customizations": { + "vscode": { + "extensions": ["ms-python.python"] + } + } + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d1c430d..93dc0d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,6 +43,30 @@ Then just run the `./autogen.sh` to generate the added or updated node classes. [black]: https://pypi.org/project/black [inkscape]: https://inkscape.org/ko/release +#### Update Specific Instructions for Azure Icons + +Download and unzip [Azure Icons](https://learn.microsoft.com/en-us/azure/architecture/icons/) + +Execute inside Azure_Public_Service_Icons/Icons/ +```bash +# Rename some diretories +mv ai\ +\ machine\ learning/ aimachinelearning/ +mv app\ services/ appservices +mv azure\ stack/ azurestack +mv azure\ ecosystem/ azureecosystem +mv management\ +\ governance/ managementgovernance +mv mixed\ reality mixedreality +mv new\ icons/ newicons +# Convert Name to name +rename -f 'y/A-Z/a-z/' ./*/* +# Create png files and eliminate ?????-icon-service from namefile +find . -type f -name "*.svg" -exec bash -c 'inkscape -h 256 --export-filename="${0%.svg}.png" "$0";mv "${0%.svg}.png" "$(echo "${0%.svg}.png" | sed -r 's/[0-9]{5}-icon-service-//')"' {} \; +# Delete svg files +find . -type f -name "*.svg" -exec bash -c 'rm "$0"' {} \; +``` + +If you get any errors with autogen, it will probably be a '+' in filename + ### Update Aliases Some node classes have alias. For example, `aws.compute.ECS` class is an alias diff --git a/autogen.sh b/autogen.sh index f5e065b..9e8cefe 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/bin/bash - +echo "starting" app_root_dir="diagrams" # NOTE: azure icon set is not latest version diff --git a/diagrams/azure/aimachinelearning.py b/diagrams/azure/aimachinelearning.py new file mode 100644 index 0000000..2c18af4 --- /dev/null +++ b/diagrams/azure/aimachinelearning.py @@ -0,0 +1,139 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Aimachinelearning(_Azure): + _type = "aimachinelearning" + _icon_dir = "resources/azure/aimachinelearning" + + +class AIStudio(_Aimachinelearning): + _icon = "ai-studio.png" + + +class AnomalyDetector(_Aimachinelearning): + _icon = "anomaly-detector.png" + + +class AzureAppliedAIServices(_Aimachinelearning): + _icon = "azure-applied-ai-services.png" + + +class AzureExperimentationStudio(_Aimachinelearning): + _icon = "azure-experimentation-studio.png" + + +class AzureObjectUnderstanding(_Aimachinelearning): + _icon = "azure-object-understanding.png" + + +class AzureOpenai(_Aimachinelearning): + _icon = "azure-openai.png" + + +class BatchAI(_Aimachinelearning): + _icon = "batch-ai.png" + + +class Bonsai(_Aimachinelearning): + _icon = "bonsai.png" + + +class BotServices(_Aimachinelearning): + _icon = "bot-services.png" + + +class CognitiveSearch(_Aimachinelearning): + _icon = "cognitive-search.png" + + +class CognitiveServicesDecisions(_Aimachinelearning): + _icon = "cognitive-services-decisions.png" + + +class CognitiveServices(_Aimachinelearning): + _icon = "cognitive-services.png" + + +class ComputerVision(_Aimachinelearning): + _icon = "computer-vision.png" + + +class ContentModerators(_Aimachinelearning): + _icon = "content-moderators.png" + + +class CustomVision(_Aimachinelearning): + _icon = "custom-vision.png" + + +class FaceApis(_Aimachinelearning): + _icon = "face-apis.png" + + +class FormRecognizers(_Aimachinelearning): + _icon = "form-recognizers.png" + + +class GenomicsAccounts(_Aimachinelearning): + _icon = "genomics-accounts.png" + + +class Genomics(_Aimachinelearning): + _icon = "genomics.png" + + +class ImmersiveReaders(_Aimachinelearning): + _icon = "immersive-readers.png" + + +class LanguageUnderstanding(_Aimachinelearning): + _icon = "language-understanding.png" + + +class Language(_Aimachinelearning): + _icon = "language.png" + + +class MachineLearningStudioClassicWebServices(_Aimachinelearning): + _icon = "machine-learning-studio-classic-web-services.png" + + +class MachineLearningStudioWebServicePlans(_Aimachinelearning): + _icon = "machine-learning-studio-web-service-plans.png" + + +class MachineLearningStudioWorkspaces(_Aimachinelearning): + _icon = "machine-learning-studio-workspaces.png" + + +class MachineLearning(_Aimachinelearning): + _icon = "machine-learning.png" + + +class MetricsAdvisor(_Aimachinelearning): + _icon = "metrics-advisor.png" + + +class Personalizers(_Aimachinelearning): + _icon = "personalizers.png" + + +class QnaMakers(_Aimachinelearning): + _icon = "qna-makers.png" + + +class ServerlessSearch(_Aimachinelearning): + _icon = "serverless-search.png" + + +class SpeechServices(_Aimachinelearning): + _icon = "speech-services.png" + + +class TranslatorText(_Aimachinelearning): + _icon = "translator-text.png" + + +# Aliases diff --git a/diagrams/azure/analytics.py b/diagrams/azure/analytics.py index 216b358..6d1df0f 100644 --- a/diagrams/azure/analytics.py +++ b/diagrams/azure/analytics.py @@ -12,6 +12,22 @@ class AnalysisServices(_Analytics): _icon = "analysis-services.png" +class AzureDataExplorerClusters(_Analytics): + _icon = "azure-data-explorer-clusters.png" + + +class AzureDatabricks(_Analytics): + _icon = "azure-databricks.png" + + +class AzureSynapseAnalytics(_Analytics): + _icon = "azure-synapse-analytics.png" + + +class AzureWorkbooks(_Analytics): + _icon = "azure-workbooks.png" + + class DataExplorerClusters(_Analytics): _icon = "data-explorer-clusters.png" @@ -32,6 +48,10 @@ class Databricks(_Analytics): _icon = "databricks.png" +class EndpointAnalytics(_Analytics): + _icon = "endpoint-analytics.png" + + class EventHubClusters(_Analytics): _icon = "event-hub-clusters.png" @@ -40,14 +60,26 @@ class EventHubs(_Analytics): _icon = "event-hubs.png" -class Hdinsightclusters(_Analytics): - _icon = "hdinsightclusters.png" +class HDInsightClusters(_Analytics): + _icon = "hd-insight-clusters.png" class LogAnalyticsWorkspaces(_Analytics): _icon = "log-analytics-workspaces.png" +class PowerBiEmbedded(_Analytics): + _icon = "power-bi-embedded.png" + + +class PowerPlatform(_Analytics): + _icon = "power-platform.png" + + +class PrivateLinkServices(_Analytics): + _icon = "private-link-services.png" + + class StreamAnalyticsJobs(_Analytics): _icon = "stream-analytics-jobs.png" diff --git a/diagrams/azure/appservices.py b/diagrams/azure/appservices.py new file mode 100644 index 0000000..92955a0 --- /dev/null +++ b/diagrams/azure/appservices.py @@ -0,0 +1,43 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Appservices(_Azure): + _type = "appservices" + _icon_dir = "resources/azure/appservices" + + +class AppServiceCertificates(_Appservices): + _icon = "app-service-certificates.png" + + +class AppServiceDomains(_Appservices): + _icon = "app-service-domains.png" + + +class AppServiceEnvironments(_Appservices): + _icon = "app-service-environments.png" + + +class AppServicePlans(_Appservices): + _icon = "app-service-plans.png" + + +class AppServices(_Appservices): + _icon = "app-services.png" + + +class CDNProfiles(_Appservices): + _icon = "cdn-profiles.png" + + +class CognitiveSearch(_Appservices): + _icon = "cognitive-search.png" + + +class NotificationHubs(_Appservices): + _icon = "notification-hubs.png" + + +# Aliases diff --git a/diagrams/azure/azureecosystem.py b/diagrams/azure/azureecosystem.py new file mode 100644 index 0000000..6b22794 --- /dev/null +++ b/diagrams/azure/azureecosystem.py @@ -0,0 +1,23 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Azureecosystem(_Azure): + _type = "azureecosystem" + _icon_dir = "resources/azure/azureecosystem" + + +class Applens(_Azureecosystem): + _icon = "applens.png" + + +class AzureHybridCenter(_Azureecosystem): + _icon = "azure-hybrid-center.png" + + +class CollaborativeService(_Azureecosystem): + _icon = "collaborative-service.png" + + +# Aliases diff --git a/diagrams/azure/azurestack.py b/diagrams/azure/azurestack.py new file mode 100644 index 0000000..ea7700e --- /dev/null +++ b/diagrams/azure/azurestack.py @@ -0,0 +1,39 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Azurestack(_Azure): + _type = "azurestack" + _icon_dir = "resources/azure/azurestack" + + +class Capacity(_Azurestack): + _icon = "capacity.png" + + +class InfrastructureBackup(_Azurestack): + _icon = "infrastructure-backup.png" + + +class MultiTenancy(_Azurestack): + _icon = "multi-tenancy.png" + + +class Offers(_Azurestack): + _icon = "offers.png" + + +class Plans(_Azurestack): + _icon = "plans.png" + + +class Updates(_Azurestack): + _icon = "updates.png" + + +class UserSubscriptions(_Azurestack): + _icon = "user-subscriptions.png" + + +# Aliases diff --git a/diagrams/azure/blockchain.py b/diagrams/azure/blockchain.py new file mode 100644 index 0000000..b342e1d --- /dev/null +++ b/diagrams/azure/blockchain.py @@ -0,0 +1,35 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Blockchain(_Azure): + _type = "blockchain" + _icon_dir = "resources/azure/blockchain" + + +class AbsMember(_Blockchain): + _icon = "abs-member.png" + + +class AzureBlockchainService(_Blockchain): + _icon = "azure-blockchain-service.png" + + +class AzureTokenService(_Blockchain): + _icon = "azure-token-service.png" + + +class BlockchainApplications(_Blockchain): + _icon = "blockchain-applications.png" + + +class Consortium(_Blockchain): + _icon = "consortium.png" + + +class OutboundConnection(_Blockchain): + _icon = "outbound-connection.png" + + +# Aliases diff --git a/diagrams/azure/compute.py b/diagrams/azure/compute.py index 810f923..ffc3e1b 100644 --- a/diagrams/azure/compute.py +++ b/diagrams/azure/compute.py @@ -12,6 +12,10 @@ class AppServices(_Compute): _icon = "app-services.png" +class ApplicationGroup(_Compute): + _icon = "application-group.png" + + class AutomanagedVM(_Compute): _icon = "automanaged-vm.png" @@ -20,6 +24,14 @@ class AvailabilitySets(_Compute): _icon = "availability-sets.png" +class AzureComputeGalleries(_Compute): + _icon = "azure-compute-galleries.png" + + +class AzureSpringApps(_Compute): + _icon = "azure-spring-apps.png" + + class BatchAccounts(_Compute): _icon = "batch-accounts.png" @@ -52,6 +64,10 @@ class ContainerRegistries(_Compute): _icon = "container-registries.png" +class ContainerServicesDeprecated(_Compute): + _icon = "container-services-deprecated.png" + + class DiskEncryptionSets(_Compute): _icon = "disk-encryption-sets.png" @@ -60,6 +76,14 @@ class DiskSnapshots(_Compute): _icon = "disk-snapshots.png" +class DisksClassic(_Compute): + _icon = "disks-classic.png" + + +class DisksSnapshots(_Compute): + _icon = "disks-snapshots.png" + + class Disks(_Compute): _icon = "disks.png" @@ -68,26 +92,70 @@ class FunctionApps(_Compute): _icon = "function-apps.png" +class HostGroups(_Compute): + _icon = "host-groups.png" + + +class HostPools(_Compute): + _icon = "host-pools.png" + + +class Hosts(_Compute): + _icon = "hosts.png" + + class ImageDefinitions(_Compute): _icon = "image-definitions.png" +class ImageTemplates(_Compute): + _icon = "image-templates.png" + + class ImageVersions(_Compute): _icon = "image-versions.png" +class Images(_Compute): + _icon = "images.png" + + class KubernetesServices(_Compute): _icon = "kubernetes-services.png" +class MaintenanceConfiguration(_Compute): + _icon = "maintenance-configuration.png" + + +class ManagedServiceFabric(_Compute): + _icon = "managed-service-fabric.png" + + class MeshApplications(_Compute): _icon = "mesh-applications.png" +class MetricsAdvisor(_Compute): + _icon = "metrics-advisor.png" + + +class OsImagesClassic(_Compute): + _icon = "os-images-classic.png" + + class OsImages(_Compute): _icon = "os-images.png" +class RestorePointsCollections(_Compute): + _icon = "restore-points-collections.png" + + +class RestorePoints(_Compute): + _icon = "restore-points.png" + + class SAPHANAOnAzure(_Compute): _icon = "sap-hana-on-azure.png" @@ -104,10 +172,22 @@ class SpringCloud(_Compute): _icon = "spring-cloud.png" +class VirtualMachine(_Compute): + _icon = "virtual-machine.png" + + +class VirtualMachinesClassic(_Compute): + _icon = "virtual-machines-classic.png" + + class VMClassic(_Compute): _icon = "vm-classic.png" +class VMImagesClassic(_Compute): + _icon = "vm-images-classic.png" + + class VMImages(_Compute): _icon = "vm-images.png" @@ -120,6 +200,10 @@ class VMScaleSet(_Compute): _icon = "vm-scale-set.png" +class VMScaleSets(_Compute): + _icon = "vm-scale-sets.png" + + class VMWindows(_Compute): _icon = "vm-windows.png" @@ -128,6 +212,10 @@ class VM(_Compute): _icon = "vm.png" +class Workspaces2(_Compute): + _icon = "workspaces-2.png" + + class Workspaces(_Compute): _icon = "workspaces.png" diff --git a/diagrams/azure/containers.py b/diagrams/azure/containers.py new file mode 100644 index 0000000..4bc8b8b --- /dev/null +++ b/diagrams/azure/containers.py @@ -0,0 +1,39 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Containers(_Azure): + _type = "containers" + _icon_dir = "resources/azure/containers" + + +class AppServices(_Containers): + _icon = "app-services.png" + + +class AzureRedHatOpenshift(_Containers): + _icon = "azure-red-hat-openshift.png" + + +class BatchAccounts(_Containers): + _icon = "batch-accounts.png" + + +class ContainerInstances(_Containers): + _icon = "container-instances.png" + + +class ContainerRegistries(_Containers): + _icon = "container-registries.png" + + +class KubernetesServices(_Containers): + _icon = "kubernetes-services.png" + + +class ServiceFabricClusters(_Containers): + _icon = "service-fabric-clusters.png" + + +# Aliases diff --git a/diagrams/azure/databases.py b/diagrams/azure/databases.py new file mode 100644 index 0000000..59e74e9 --- /dev/null +++ b/diagrams/azure/databases.py @@ -0,0 +1,119 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Databases(_Azure): + _type = "databases" + _icon_dir = "resources/azure/databases" + + +class AzureCosmosDb(_Databases): + _icon = "azure-cosmos-db.png" + + +class AzureDataExplorerClusters(_Databases): + _icon = "azure-data-explorer-clusters.png" + + +class AzureDatabaseMariadbServer(_Databases): + _icon = "azure-database-mariadb-server.png" + + +class AzureDatabaseMigrationServices(_Databases): + _icon = "azure-database-migration-services.png" + + +class AzureDatabaseMysqlServer(_Databases): + _icon = "azure-database-mysql-server.png" + + +class AzureDatabasePostgresqlServerGroup(_Databases): + _icon = "azure-database-postgresql-server-group.png" + + +class AzureDatabasePostgresqlServer(_Databases): + _icon = "azure-database-postgresql-server.png" + + +class AzurePurviewAccounts(_Databases): + _icon = "azure-purview-accounts.png" + + +class AzureSQLEdge(_Databases): + _icon = "azure-sql-edge.png" + + +class AzureSQLServerStretchDatabases(_Databases): + _icon = "azure-sql-server-stretch-databases.png" + + +class AzureSQLVM(_Databases): + _icon = "azure-sql-vm.png" + + +class AzureSQL(_Databases): + _icon = "azure-sql.png" + + +class AzureSynapseAnalytics(_Databases): + _icon = "azure-synapse-analytics.png" + + +class CacheRedis(_Databases): + _icon = "cache-redis.png" + + +class DataFactories(_Databases): + _icon = "data-factories.png" + + +class ElasticJobAgents(_Databases): + _icon = "elastic-job-agents.png" + + +class InstancePools(_Databases): + _icon = "instance-pools.png" + + +class ManagedDatabase(_Databases): + _icon = "managed-database.png" + + +class OracleDatabase(_Databases): + _icon = "oracle-database.png" + + +class SQLDataWarehouses(_Databases): + _icon = "sql-data-warehouses.png" + + +class SQLDatabase(_Databases): + _icon = "sql-database.png" + + +class SQLElasticPools(_Databases): + _icon = "sql-elastic-pools.png" + + +class SQLManagedInstance(_Databases): + _icon = "sql-managed-instance.png" + + +class SQLServerRegistries(_Databases): + _icon = "sql-server-registries.png" + + +class SQLServer(_Databases): + _icon = "sql-server.png" + + +class SsisLiftAndShiftIr(_Databases): + _icon = "ssis-lift-and-shift-ir.png" + + +class VirtualClusters(_Databases): + _icon = "virtual-clusters.png" + + +# Aliases diff --git a/diagrams/azure/devops.py b/diagrams/azure/devops.py index eee9f25..35dbc5e 100644 --- a/diagrams/azure/devops.py +++ b/diagrams/azure/devops.py @@ -8,6 +8,14 @@ class _Devops(_Azure): _icon_dir = "resources/azure/devops" +class APIConnections(_Devops): + _icon = "api-connections.png" + + +class APIManagementServices(_Devops): + _icon = "api-management-services.png" + + class ApplicationInsights(_Devops): _icon = "application-insights.png" @@ -16,10 +24,30 @@ class Artifacts(_Devops): _icon = "artifacts.png" +class AzureDevops(_Devops): + _icon = "azure-devops.png" + + class Boards(_Devops): _icon = "boards.png" +class ChangeAnalysis(_Devops): + _icon = "change-analysis.png" + + +class Cloudtest(_Devops): + _icon = "cloudtest.png" + + +class CodeOptimization(_Devops): + _icon = "code-optimization.png" + + +class DevopsStarter(_Devops): + _icon = "devops-starter.png" + + class Devops(_Devops): _icon = "devops.png" @@ -28,10 +56,18 @@ class DevtestLabs(_Devops): _icon = "devtest-labs.png" +class LabAccounts(_Devops): + _icon = "lab-accounts.png" + + class LabServices(_Devops): _icon = "lab-services.png" +class LoadTesting(_Devops): + _icon = "load-testing.png" + + class Pipelines(_Devops): _icon = "pipelines.png" diff --git a/diagrams/azure/general.py b/diagrams/azure/general.py index 8958e97..8d80200 100644 --- a/diagrams/azure/general.py +++ b/diagrams/azure/general.py @@ -8,6 +8,10 @@ class _General(_Azure): _icon_dir = "resources/azure/general" +class AllResources(_General): + _icon = "all-resources.png" + + class Allresources(_General): _icon = "allresources.png" @@ -16,26 +20,274 @@ class Azurehome(_General): _icon = "azurehome.png" +class Backlog(_General): + _icon = "backlog.png" + + +class BizTalk(_General): + _icon = "biz-talk.png" + + +class BlobBlock(_General): + _icon = "blob-block.png" + + +class BlobPage(_General): + _icon = "blob-page.png" + + +class Branch(_General): + _icon = "branch.png" + + +class Browser(_General): + _icon = "browser.png" + + +class Bug(_General): + _icon = "bug.png" + + +class Builds(_General): + _icon = "builds.png" + + +class Cache(_General): + _icon = "cache.png" + + +class Code(_General): + _icon = "code.png" + + +class Commit(_General): + _icon = "commit.png" + + +class ControlsHorizontal(_General): + _icon = "controls-horizontal.png" + + +class Controls(_General): + _icon = "controls.png" + + +class CostAlerts(_General): + _icon = "cost-alerts.png" + + +class CostAnalysis(_General): + _icon = "cost-analysis.png" + + +class CostBudgets(_General): + _icon = "cost-budgets.png" + + +class CostManagementAndBilling(_General): + _icon = "cost-management-and-billing.png" + + +class CostManagement(_General): + _icon = "cost-management.png" + + +class Counter(_General): + _icon = "counter.png" + + +class Cubes(_General): + _icon = "cubes.png" + + +class Dashboard(_General): + _icon = "dashboard.png" + + +class DevConsole(_General): + _icon = "dev-console.png" + + class Developertools(_General): _icon = "developertools.png" +class Download(_General): + _icon = "download.png" + + +class Error(_General): + _icon = "error.png" + + +class Extensions(_General): + _icon = "extensions.png" + + +class FeaturePreviews(_General): + _icon = "feature-previews.png" + + +class File(_General): + _icon = "file.png" + + +class Files(_General): + _icon = "files.png" + + +class FolderBlank(_General): + _icon = "folder-blank.png" + + +class FolderWebsite(_General): + _icon = "folder-website.png" + + +class FreeServices(_General): + _icon = "free-services.png" + + +class Ftp(_General): + _icon = "ftp.png" + + +class Gear(_General): + _icon = "gear.png" + + +class GlobeError(_General): + _icon = "globe-error.png" + + +class GlobeSuccess(_General): + _icon = "globe-success.png" + + +class GlobeWarning(_General): + _icon = "globe-warning.png" + + +class Guide(_General): + _icon = "guide.png" + + +class Heart(_General): + _icon = "heart.png" + + +class HelpAndSupport(_General): + _icon = "help-and-support.png" + + class Helpsupport(_General): _icon = "helpsupport.png" +class Image(_General): + _icon = "image.png" + + class Information(_General): _icon = "information.png" +class InputOutput(_General): + _icon = "input-output.png" + + +class JourneyHub(_General): + _icon = "journey-hub.png" + + +class LaunchPortal(_General): + _icon = "launch-portal.png" + + +class Learn(_General): + _icon = "learn.png" + + +class LoadTest(_General): + _icon = "load-test.png" + + +class Location(_General): + _icon = "location.png" + + +class LogStreaming(_General): + _icon = "log-streaming.png" + + +class ManagementGroups(_General): + _icon = "management-groups.png" + + +class ManagementPortal(_General): + _icon = "management-portal.png" + + class Managementgroups(_General): _icon = "managementgroups.png" +class MarketplaceManagement(_General): + _icon = "marketplace-management.png" + + class Marketplace(_General): _icon = "marketplace.png" +class MediaFile(_General): + _icon = "media-file.png" + + +class Media(_General): + _icon = "media.png" + + +class MobileEngagement(_General): + _icon = "mobile-engagement.png" + + +class Mobile(_General): + _icon = "mobile.png" + + +class Module(_General): + _icon = "module.png" + + +class PowerUp(_General): + _icon = "power-up.png" + + +class Power(_General): + _icon = "power.png" + + +class Powershell(_General): + _icon = "powershell.png" + + +class PreviewFeatures(_General): + _icon = "preview-features.png" + + +class ProcessExplorer(_General): + _icon = "process-explorer.png" + + +class ProductionReadyDatabase(_General): + _icon = "production-ready-database.png" + + +class QuickstartCenter(_General): + _icon = "quickstart-center.png" + + class Quickstartcenter(_General): _icon = "quickstartcenter.png" @@ -44,10 +296,30 @@ class Recent(_General): _icon = "recent.png" +class RegionManagement(_General): + _icon = "region-management.png" + + class Reservations(_General): _icon = "reservations.png" +class ResourceExplorer(_General): + _icon = "resource-explorer.png" + + +class ResourceGroupList(_General): + _icon = "resource-group-list.png" + + +class ResourceGroups(_General): + _icon = "resource-groups.png" + + +class ResourceLinked(_General): + _icon = "resource-linked.png" + + class Resource(_General): _icon = "resource.png" @@ -56,6 +328,26 @@ class Resourcegroups(_General): _icon = "resourcegroups.png" +class Scheduler(_General): + _icon = "scheduler.png" + + +class SearchGrid(_General): + _icon = "search-grid.png" + + +class Search(_General): + _icon = "search.png" + + +class ServerFarm(_General): + _icon = "server-farm.png" + + +class ServiceHealth(_General): + _icon = "service-health.png" + + class Servicehealth(_General): _icon = "servicehealth.png" @@ -64,6 +356,22 @@ class Shareddashboard(_General): _icon = "shareddashboard.png" +class Ssd(_General): + _icon = "ssd.png" + + +class StorageAzureFiles(_General): + _icon = "storage-azure-files.png" + + +class StorageContainer(_General): + _icon = "storage-container.png" + + +class StorageQueue(_General): + _icon = "storage-queue.png" + + class Subscriptions(_General): _icon = "subscriptions.png" @@ -76,6 +384,10 @@ class Supportrequests(_General): _icon = "supportrequests.png" +class Table(_General): + _icon = "table.png" + + class Tag(_General): _icon = "tag.png" @@ -88,6 +400,18 @@ class Templates(_General): _icon = "templates.png" +class TfsVcRepository(_General): + _icon = "tfs-vc-repository.png" + + +class Toolbox(_General): + _icon = "toolbox.png" + + +class Troubleshoot(_General): + _icon = "troubleshoot.png" + + class Twousericon(_General): _icon = "twousericon.png" @@ -108,8 +432,36 @@ class Userresource(_General): _icon = "userresource.png" +class Versions(_General): + _icon = "versions.png" + + +class WebSlots(_General): + _icon = "web-slots.png" + + +class WebTest(_General): + _icon = "web-test.png" + + +class WebsitePower(_General): + _icon = "website-power.png" + + +class WebsiteStaging(_General): + _icon = "website-staging.png" + + class Whatsnew(_General): _icon = "whatsnew.png" +class Workbooks(_General): + _icon = "workbooks.png" + + +class Workflow(_General): + _icon = "workflow.png" + + # Aliases diff --git a/diagrams/azure/hybridmulticloud.py b/diagrams/azure/hybridmulticloud.py new file mode 100644 index 0000000..e2839d3 --- /dev/null +++ b/diagrams/azure/hybridmulticloud.py @@ -0,0 +1,31 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Hybridmulticloud(_Azure): + _type = "hybridmulticloud" + _icon_dir = "resources/azure/hybridmulticloud" + + +class AzureOperator5GCore(_Hybridmulticloud): + _icon = "azure-operator-5g-core.png" + + +class AzureOperatorInsights(_Hybridmulticloud): + _icon = "azure-operator-insights.png" + + +class AzureOperatorNexus(_Hybridmulticloud): + _icon = "azure-operator-nexus.png" + + +class AzureOperatorServiceManager(_Hybridmulticloud): + _icon = "azure-operator-service-manager.png" + + +class AzureProgrammableConnectivity(_Hybridmulticloud): + _icon = "azure-programmable-connectivity.png" + + +# Aliases diff --git a/diagrams/azure/identity.py b/diagrams/azure/identity.py index a791372..6c71928 100644 --- a/diagrams/azure/identity.py +++ b/diagrams/azure/identity.py @@ -8,6 +8,10 @@ class _Identity(_Azure): _icon_dir = "resources/azure/identity" +class AadLicenses(_Identity): + _icon = "aad-licenses.png" + + class AccessReview(_Identity): _icon = "access-review.png" @@ -36,18 +40,94 @@ class ADPrivilegedIdentityManagement(_Identity): _icon = "ad-privileged-identity-management.png" +class AdministrativeUnits(_Identity): + _icon = "administrative-units.png" + + +class APIProxy(_Identity): + _icon = "api-proxy.png" + + class AppRegistrations(_Identity): _icon = "app-registrations.png" +class AzureActiveDirectory(_Identity): + _icon = "azure-active-directory.png" + + +class AzureADB2C(_Identity): + _icon = "azure-ad-b2c.png" + + +class AzureADDomainServices(_Identity): + _icon = "azure-ad-domain-services.png" + + +class AzureADIdentityProtection(_Identity): + _icon = "azure-ad-identity-protection.png" + + +class AzureADPrivilegeIdentityManagement(_Identity): + _icon = "azure-ad-privilege-identity-management.png" + + +class AzureADPrivlegedIdentityManagement(_Identity): + _icon = "azure-ad-privleged-identity-management.png" + + +class AzureADRolesAndAdministrators(_Identity): + _icon = "azure-ad-roles-and-administrators.png" + + +class AzureInformationProtection(_Identity): + _icon = "azure-information-protection.png" + + class ConditionalAccess(_Identity): _icon = "conditional-access.png" +class CustomAzureADRoles(_Identity): + _icon = "custom-azure-ad-roles.png" + + class EnterpriseApplications(_Identity): _icon = "enterprise-applications.png" +class EntraConnect(_Identity): + _icon = "entra-connect.png" + + +class EntraDomainServices(_Identity): + _icon = "entra-domain-services.png" + + +class EntraIDProtection(_Identity): + _icon = "entra-id-protection.png" + + +class EntraManagedIdentities(_Identity): + _icon = "entra-managed-identities.png" + + +class EntraPrivlegedIdentityManagement(_Identity): + _icon = "entra-privleged-identity-management.png" + + +class EntraVerifiedID(_Identity): + _icon = "entra-verified-id.png" + + +class ExternalIdentities(_Identity): + _icon = "external-identities.png" + + +class GlobalSecureAccess(_Identity): + _icon = "global-secure-access.png" + + class Groups(_Identity): _icon = "groups.png" @@ -60,12 +140,36 @@ class InformationProtection(_Identity): _icon = "information-protection.png" +class InternetAccess(_Identity): + _icon = "internet-access.png" + + class ManagedIdentities(_Identity): _icon = "managed-identities.png" +class PrivateAccess(_Identity): + _icon = "private-access.png" + + +class Security(_Identity): + _icon = "security.png" + + +class TenantProperties(_Identity): + _icon = "tenant-properties.png" + + +class UserSettings(_Identity): + _icon = "user-settings.png" + + class Users(_Identity): _icon = "users.png" +class VerifiableCredentials(_Identity): + _icon = "verifiable-credentials.png" + + # Aliases diff --git a/diagrams/azure/integration.py b/diagrams/azure/integration.py index 369cd97..e89931f 100644 --- a/diagrams/azure/integration.py +++ b/diagrams/azure/integration.py @@ -8,10 +8,18 @@ class _Integration(_Azure): _icon_dir = "resources/azure/integration" +class APIConnections(_Integration): + _icon = "api-connections.png" + + class APIForFhir(_Integration): _icon = "api-for-fhir.png" +class APIManagementServices(_Integration): + _icon = "api-management-services.png" + + class APIManagement(_Integration): _icon = "api-management.png" @@ -20,10 +28,38 @@ class AppConfiguration(_Integration): _icon = "app-configuration.png" +class AzureAPIForFhir(_Integration): + _icon = "azure-api-for-fhir.png" + + +class AzureDataCatalog(_Integration): + _icon = "azure-data-catalog.png" + + +class AzureDataboxGateway(_Integration): + _icon = "azure-databox-gateway.png" + + +class AzureServiceBus(_Integration): + _icon = "azure-service-bus.png" + + +class AzureSQLServerStretchDatabases(_Integration): + _icon = "azure-sql-server-stretch-databases.png" + + +class AzureStackEdge(_Integration): + _icon = "azure-stack-edge.png" + + class DataCatalog(_Integration): _icon = "data-catalog.png" +class DataFactories(_Integration): + _icon = "data-factories.png" + + class EventGridDomains(_Integration): _icon = "event-grid-domains.png" @@ -40,6 +76,10 @@ class IntegrationAccounts(_Integration): _icon = "integration-accounts.png" +class IntegrationEnvironments(_Integration): + _icon = "integration-environments.png" + + class IntegrationServiceEnvironments(_Integration): _icon = "integration-service-environments.png" @@ -52,10 +92,26 @@ class LogicApps(_Integration): _icon = "logic-apps.png" +class PartnerNamespace(_Integration): + _icon = "partner-namespace.png" + + +class PartnerRegistration(_Integration): + _icon = "partner-registration.png" + + class PartnerTopic(_Integration): _icon = "partner-topic.png" +class PowerPlatform(_Integration): + _icon = "power-platform.png" + + +class Relays(_Integration): + _icon = "relays.png" + + class SendgridAccounts(_Integration): _icon = "sendgrid-accounts.png" @@ -76,6 +132,10 @@ class SoftwareAsAService(_Integration): _icon = "software-as-a-service.png" +class SQLDataWarehouses(_Integration): + _icon = "sql-data-warehouses.png" + + class StorsimpleDeviceManagers(_Integration): _icon = "storsimple-device-managers.png" diff --git a/diagrams/azure/intune.py b/diagrams/azure/intune.py new file mode 100644 index 0000000..c11fe61 --- /dev/null +++ b/diagrams/azure/intune.py @@ -0,0 +1,83 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Intune(_Azure): + _type = "intune" + _icon_dir = "resources/azure/intune" + + +class AzureADRolesAndAdministrators(_Intune): + _icon = "azure-ad-roles-and-administrators.png" + + +class ClientApps(_Intune): + _icon = "client-apps.png" + + +class DeviceCompliance(_Intune): + _icon = "device-compliance.png" + + +class DeviceConfiguration(_Intune): + _icon = "device-configuration.png" + + +class DeviceEnrollment(_Intune): + _icon = "device-enrollment.png" + + +class DeviceSecurityApple(_Intune): + _icon = "device-security-apple.png" + + +class DeviceSecurityGoogle(_Intune): + _icon = "device-security-google.png" + + +class DeviceSecurityWindows(_Intune): + _icon = "device-security-windows.png" + + +class Devices(_Intune): + _icon = "devices.png" + + +class Ebooks(_Intune): + _icon = "ebooks.png" + + +class ExchangeAccess(_Intune): + _icon = "exchange-access.png" + + +class IntuneAppProtection(_Intune): + _icon = "intune-app-protection.png" + + +class IntuneForEducation(_Intune): + _icon = "intune-for-education.png" + + +class Intune(_Intune): + _icon = "intune.png" + + +class Mindaro(_Intune): + _icon = "mindaro.png" + + +class SecurityBaselines(_Intune): + _icon = "security-baselines.png" + + +class SoftwareUpdates(_Intune): + _icon = "software-updates.png" + + +class TenantStatus(_Intune): + _icon = "tenant-status.png" + + +# Aliases diff --git a/diagrams/azure/iot.py b/diagrams/azure/iot.py index 5d6dce8..afdbad5 100644 --- a/diagrams/azure/iot.py +++ b/diagrams/azure/iot.py @@ -8,6 +8,26 @@ class _Iot(_Azure): _icon_dir = "resources/azure/iot" +class AzureCosmosDb(_Iot): + _icon = "azure-cosmos-db.png" + + +class AzureDataboxGateway(_Iot): + _icon = "azure-databox-gateway.png" + + +class AzureIotOperations(_Iot): + _icon = "azure-iot-operations.png" + + +class AzureMapsAccounts(_Iot): + _icon = "azure-maps-accounts.png" + + +class AzureStack(_Iot): + _icon = "azure-stack.png" + + class DeviceProvisioningServices(_Iot): _icon = "device-provisioning-services.png" @@ -16,10 +36,34 @@ class DigitalTwins(_Iot): _icon = "digital-twins.png" +class EventGridSubscriptions(_Iot): + _icon = "event-grid-subscriptions.png" + + +class EventHubClusters(_Iot): + _icon = "event-hub-clusters.png" + + +class EventHubs(_Iot): + _icon = "event-hubs.png" + + +class FunctionApps(_Iot): + _icon = "function-apps.png" + + +class IndustrialIot(_Iot): + _icon = "industrial-iot.png" + + class IotCentralApplications(_Iot): _icon = "iot-central-applications.png" +class IotEdge(_Iot): + _icon = "iot-edge.png" + + class IotHubSecurity(_Iot): _icon = "iot-hub-security.png" @@ -28,18 +72,62 @@ class IotHub(_Iot): _icon = "iot-hub.png" +class LogicApps(_Iot): + _icon = "logic-apps.png" + + +class MachineLearningStudioClassicWebServices(_Iot): + _icon = "machine-learning-studio-classic-web-services.png" + + +class MachineLearningStudioWebServicePlans(_Iot): + _icon = "machine-learning-studio-web-service-plans.png" + + +class MachineLearningStudioWorkspaces(_Iot): + _icon = "machine-learning-studio-workspaces.png" + + class Maps(_Iot): _icon = "maps.png" +class NotificationHubNamespaces(_Iot): + _icon = "notification-hub-namespaces.png" + + +class NotificationHubs(_Iot): + _icon = "notification-hubs.png" + + class Sphere(_Iot): _icon = "sphere.png" +class StackHciPremium(_Iot): + _icon = "stack-hci-premium.png" + + +class StreamAnalyticsJobs(_Iot): + _icon = "stream-analytics-jobs.png" + + +class TimeSeriesDataSets(_Iot): + _icon = "time-series-data-sets.png" + + +class TimeSeriesInsightsAccessPolicies(_Iot): + _icon = "time-series-insights-access-policies.png" + + class TimeSeriesInsightsEnvironments(_Iot): _icon = "time-series-insights-environments.png" +class TimeSeriesInsightsEventSources(_Iot): + _icon = "time-series-insights-event-sources.png" + + class TimeSeriesInsightsEventsSources(_Iot): _icon = "time-series-insights-events-sources.png" @@ -48,4 +136,8 @@ class Windows10IotCoreServices(_Iot): _icon = "windows-10-iot-core-services.png" +class Windows10CoreServices(_Iot): + _icon = "windows10-core-services.png" + + # Aliases diff --git a/diagrams/azure/managementgovernance.py b/diagrams/azure/managementgovernance.py new file mode 100644 index 0000000..aadec8f --- /dev/null +++ b/diagrams/azure/managementgovernance.py @@ -0,0 +1,143 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Managementgovernance(_Azure): + _type = "managementgovernance" + _icon_dir = "resources/azure/managementgovernance" + + +class ActivityLog(_Managementgovernance): + _icon = "activity-log.png" + + +class Advisor(_Managementgovernance): + _icon = "advisor.png" + + +class Alerts(_Managementgovernance): + _icon = "alerts.png" + + +class ApplicationInsights(_Managementgovernance): + _icon = "application-insights.png" + + +class ArcMachines(_Managementgovernance): + _icon = "arc-machines.png" + + +class AutomationAccounts(_Managementgovernance): + _icon = "automation-accounts.png" + + +class AzureArc(_Managementgovernance): + _icon = "azure-arc.png" + + +class AzureLighthouse(_Managementgovernance): + _icon = "azure-lighthouse.png" + + +class Blueprints(_Managementgovernance): + _icon = "blueprints.png" + + +class Compliance(_Managementgovernance): + _icon = "compliance.png" + + +class CostManagementAndBilling(_Managementgovernance): + _icon = "cost-management-and-billing.png" + + +class CustomerLockboxForMicrosoftAzure(_Managementgovernance): + _icon = "customer-lockbox-for-microsoft-azure.png" + + +class DiagnosticsSettings(_Managementgovernance): + _icon = "diagnostics-settings.png" + + +class Education(_Managementgovernance): + _icon = "education.png" + + +class IntuneTrends(_Managementgovernance): + _icon = "intune-trends.png" + + +class LogAnalyticsWorkspaces(_Managementgovernance): + _icon = "log-analytics-workspaces.png" + + +class Machinesazurearc(_Managementgovernance): + _icon = "machinesazurearc.png" + + +class ManagedApplicationsCenter(_Managementgovernance): + _icon = "managed-applications-center.png" + + +class ManagedDesktop(_Managementgovernance): + _icon = "managed-desktop.png" + + +class Metrics(_Managementgovernance): + _icon = "metrics.png" + + +class Monitor(_Managementgovernance): + _icon = "monitor.png" + + +class MyCustomers(_Managementgovernance): + _icon = "my-customers.png" + + +class OperationLogClassic(_Managementgovernance): + _icon = "operation-log-classic.png" + + +class Policy(_Managementgovernance): + _icon = "policy.png" + + +class RecoveryServicesVaults(_Managementgovernance): + _icon = "recovery-services-vaults.png" + + +class ResourceGraphExplorer(_Managementgovernance): + _icon = "resource-graph-explorer.png" + + +class ResourcesProvider(_Managementgovernance): + _icon = "resources-provider.png" + + +class SchedulerJobCollections(_Managementgovernance): + _icon = "scheduler-job-collections.png" + + +class ServiceCatalogMad(_Managementgovernance): + _icon = "service-catalog-mad.png" + + +class ServiceProviders(_Managementgovernance): + _icon = "service-providers.png" + + +class Solutions(_Managementgovernance): + _icon = "solutions.png" + + +class UniversalPrint(_Managementgovernance): + _icon = "universal-print.png" + + +class UserPrivacy(_Managementgovernance): + _icon = "user-privacy.png" + + +# Aliases diff --git a/diagrams/azure/menu.py b/diagrams/azure/menu.py new file mode 100644 index 0000000..2b4db96 --- /dev/null +++ b/diagrams/azure/menu.py @@ -0,0 +1,15 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Menu(_Azure): + _type = "menu" + _icon_dir = "resources/azure/menu" + + +class Keys(_Menu): + _icon = "keys.png" + + +# Aliases diff --git a/diagrams/azure/migrate.py b/diagrams/azure/migrate.py new file mode 100644 index 0000000..2f3f71e --- /dev/null +++ b/diagrams/azure/migrate.py @@ -0,0 +1,35 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Migrate(_Azure): + _type = "migrate" + _icon_dir = "resources/azure/migrate" + + +class AzureDataboxGateway(_Migrate): + _icon = "azure-databox-gateway.png" + + +class AzureMigrate(_Migrate): + _icon = "azure-migrate.png" + + +class AzureStackEdge(_Migrate): + _icon = "azure-stack-edge.png" + + +class CostManagementAndBilling(_Migrate): + _icon = "cost-management-and-billing.png" + + +class DataBox(_Migrate): + _icon = "data-box.png" + + +class RecoveryServicesVaults(_Migrate): + _icon = "recovery-services-vaults.png" + + +# Aliases diff --git a/diagrams/azure/migration.py b/diagrams/azure/migration.py index 74f573f..b3132e4 100644 --- a/diagrams/azure/migration.py +++ b/diagrams/azure/migration.py @@ -8,6 +8,10 @@ class _Migration(_Azure): _icon_dir = "resources/azure/migration" +class AzureDatabaseMigrationServices(_Migration): + _icon = "azure-database-migration-services.png" + + class DataBoxEdge(_Migration): _icon = "data-box-edge.png" diff --git a/diagrams/azure/mixedreality.py b/diagrams/azure/mixedreality.py new file mode 100644 index 0000000..e84d654 --- /dev/null +++ b/diagrams/azure/mixedreality.py @@ -0,0 +1,19 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Mixedreality(_Azure): + _type = "mixedreality" + _icon_dir = "resources/azure/mixedreality" + + +class RemoteRendering(_Mixedreality): + _icon = "remote-rendering.png" + + +class SpatialAnchorAccounts(_Mixedreality): + _icon = "spatial-anchor-accounts.png" + + +# Aliases diff --git a/diagrams/azure/mobile.py b/diagrams/azure/mobile.py index e2eb20a..3bb97ae 100644 --- a/diagrams/azure/mobile.py +++ b/diagrams/azure/mobile.py @@ -12,6 +12,10 @@ class AppServiceMobile(_Mobile): _icon = "app-service-mobile.png" +class AppServices(_Mobile): + _icon = "app-services.png" + + class MobileEngagement(_Mobile): _icon = "mobile-engagement.png" @@ -20,4 +24,8 @@ class NotificationHubs(_Mobile): _icon = "notification-hubs.png" +class PowerPlatform(_Mobile): + _icon = "power-platform.png" + + # Aliases diff --git a/diagrams/azure/monitor.py b/diagrams/azure/monitor.py index 9dcc5bb..2278847 100644 --- a/diagrams/azure/monitor.py +++ b/diagrams/azure/monitor.py @@ -8,10 +8,36 @@ class _Monitor(_Azure): _icon_dir = "resources/azure/monitor" +class ActivityLog(_Monitor): + _icon = "activity-log.png" + + +class ApplicationInsights(_Monitor): + _icon = "application-insights.png" + + +class AutoScale(_Monitor): + _icon = "auto-scale.png" + + +class AzureMonitorsForSAPSolutions(_Monitor): + _icon = "azure-monitors-for-sap-solutions.png" + + +class AzureWorkbooks(_Monitor): + _icon = "azure-workbooks.png" + + class ChangeAnalysis(_Monitor): _icon = "change-analysis.png" +class DiagnosticsSettings(_Monitor): + _icon = "diagnostics-settings.png" + + +class LogAnalyticsWorkspaces(_Monitor): + _icon = "log-analytics-workspaces.png" class Logs(_Monitor): _icon = "logs.png" @@ -24,4 +50,8 @@ class Monitor(_Monitor): _icon = "monitor.png" +class NetworkWatcher(_Monitor): + _icon = "network-watcher.png" + + # Aliases diff --git a/diagrams/azure/networking.py b/diagrams/azure/networking.py new file mode 100644 index 0000000..90c9385 --- /dev/null +++ b/diagrams/azure/networking.py @@ -0,0 +1,215 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Networking(_Azure): + _type = "networking" + _icon_dir = "resources/azure/networking" + + +class ApplicationGateways(_Networking): + _icon = "application-gateways.png" + + +class AtmMultistack(_Networking): + _icon = "atm-multistack.png" + + +class AzureCommunicationsGateway(_Networking): + _icon = "azure-communications-gateway.png" + + +class AzureFirewallManager(_Networking): + _icon = "azure-firewall-manager.png" + + +class AzureFirewallPolicy(_Networking): + _icon = "azure-firewall-policy.png" + + +class Bastions(_Networking): + _icon = "bastions.png" + + +class CDNProfiles(_Networking): + _icon = "cdn-profiles.png" + + +class ConnectedCache(_Networking): + _icon = "connected-cache.png" + + +class Connections(_Networking): + _icon = "connections.png" + + +class DDOSProtectionPlans(_Networking): + _icon = "ddos-protection-plans.png" + + +class DNSMultistack(_Networking): + _icon = "dns-multistack.png" + + +class DNSPrivateResolver(_Networking): + _icon = "dns-private-resolver.png" + + +class DNSSecurityPolicy(_Networking): + _icon = "dns-security-policy.png" + + +class DNSZones(_Networking): + _icon = "dns-zones.png" + + +class ExpressrouteCircuits(_Networking): + _icon = "expressroute-circuits.png" + + +class Firewalls(_Networking): + _icon = "firewalls.png" + + +class FrontDoorAndCDNProfiles(_Networking): + _icon = "front-door-and-cdn-profiles.png" + + +class IpAddressManager(_Networking): + _icon = "ip-address-manager.png" + + +class IpGroups(_Networking): + _icon = "ip-groups.png" + + +class LoadBalancerHub(_Networking): + _icon = "load-balancer-hub.png" + + +class LoadBalancers(_Networking): + _icon = "load-balancers.png" + + +class LocalNetworkGateways(_Networking): + _icon = "local-network-gateways.png" + + +class Nat(_Networking): + _icon = "nat.png" + + +class NetworkInterfaces(_Networking): + _icon = "network-interfaces.png" + + +class NetworkSecurityGroups(_Networking): + _icon = "network-security-groups.png" + + +class NetworkWatcher(_Networking): + _icon = "network-watcher.png" + + +class OnPremisesDataGateways(_Networking): + _icon = "on-premises-data-gateways.png" + + +class PrivateLinkService(_Networking): + _icon = "private-link-service.png" + + +class PrivateLinkServices(_Networking): + _icon = "private-link-services.png" + + +class PrivateLink(_Networking): + _icon = "private-link.png" + + +class ProximityPlacementGroups(_Networking): + _icon = "proximity-placement-groups.png" + + +class PublicIpAddressesClassic(_Networking): + _icon = "public-ip-addresses-classic.png" + + +class PublicIpAddresses(_Networking): + _icon = "public-ip-addresses.png" + + +class PublicIpPrefixes(_Networking): + _icon = "public-ip-prefixes.png" + + +class ReservedIpAddressesClassic(_Networking): + _icon = "reserved-ip-addresses-classic.png" + + +class ResourceManagementPrivateLink(_Networking): + _icon = "resource-management-private-link.png" + + +class RouteFilters(_Networking): + _icon = "route-filters.png" + + +class RouteTables(_Networking): + _icon = "route-tables.png" + + +class ServiceEndpointPolicies(_Networking): + _icon = "service-endpoint-policies.png" + + +class SpotVM(_Networking): + _icon = "spot-vm.png" + + +class SpotVmss(_Networking): + _icon = "spot-vmss.png" + + +class Subnet(_Networking): + _icon = "subnet.png" + + +class TrafficController(_Networking): + _icon = "traffic-controller.png" + + +class TrafficManagerProfiles(_Networking): + _icon = "traffic-manager-profiles.png" + + +class VirtualNetworkGateways(_Networking): + _icon = "virtual-network-gateways.png" + + +class VirtualNetworksClassic(_Networking): + _icon = "virtual-networks-classic.png" + + +class VirtualNetworks(_Networking): + _icon = "virtual-networks.png" + + +class VirtualRouter(_Networking): + _icon = "virtual-router.png" + + +class VirtualWanHub(_Networking): + _icon = "virtual-wan-hub.png" + + +class VirtualWans(_Networking): + _icon = "virtual-wans.png" + + +class WebApplicationFirewallPolicieswaf(_Networking): + _icon = "web-application-firewall-policieswaf.png" + + +# Aliases diff --git a/diagrams/azure/newicons.py b/diagrams/azure/newicons.py new file mode 100644 index 0000000..19b27aa --- /dev/null +++ b/diagrams/azure/newicons.py @@ -0,0 +1,39 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Newicons(_Azure): + _type = "newicons" + _icon_dir = "resources/azure/newicons" + + +class AzureSustainability(_Newicons): + _icon = "azure-sustainability.png" + + +class ConnectedVehiclePlatform(_Newicons): + _icon = "connected-vehicle-platform.png" + + +class EntraConnectHealth(_Newicons): + _icon = "entra-connect-health.png" + + +class EntraConnectSync(_Newicons): + _icon = "entra-connect-sync.png" + + +class IcmTroubleshooting(_Newicons): + _icon = "icm-troubleshooting.png" + + +class Osconfig(_Newicons): + _icon = "osconfig.png" + + +class StorageActions(_Newicons): + _icon = "storage-actions.png" + + +# Aliases diff --git a/diagrams/azure/other.py b/diagrams/azure/other.py new file mode 100644 index 0000000..7219718 --- /dev/null +++ b/diagrams/azure/other.py @@ -0,0 +1,523 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Azure + + +class _Other(_Azure): + _type = "other" + _icon_dir = "resources/azure/other" + + +class AadLicenses(_Other): + _icon = "aad-licenses.png" + + +class AksIstio(_Other): + _icon = "aks-istio.png" + + +class AppComplianceAutomation(_Other): + _icon = "app-compliance-automation.png" + + +class AppRegistrations(_Other): + _icon = "app-registrations.png" + + +class Aquila(_Other): + _icon = "aquila.png" + + +class ArcDataServices(_Other): + _icon = "arc-data-services.png" + + +class ArcKubernetes(_Other): + _icon = "arc-kubernetes.png" + + +class ArcPostgresql(_Other): + _icon = "arc-postgresql-.png" + + +class ArcSQLManagedInstance(_Other): + _icon = "arc-sql-managed-instance.png" + + +class ArcSQLServer(_Other): + _icon = "arc-sql-server.png" + + +class AvsVM(_Other): + _icon = "avs-vm.png" + + +class AzureA(_Other): + _icon = "azure-a.png" + + +class AzureBackupCenter(_Other): + _icon = "azure-backup-center.png" + + +class AzureCenterForSAP(_Other): + _icon = "azure-center-for-sap.png" + + +class AzureChaosStudio(_Other): + _icon = "azure-chaos-studio.png" + + +class AzureCloudShell(_Other): + _icon = "azure-cloud-shell.png" + + +class AzureCommunicationServices(_Other): + _icon = "azure-communication-services.png" + + +class AzureComputeGalleries(_Other): + _icon = "azure-compute-galleries.png" + + +class AzureDeploymentEnvironments(_Other): + _icon = "azure-deployment-environments.png" + + +class AzureDevTunnels(_Other): + _icon = "azure-dev-tunnels.png" + + +class AzureEdgeHardwareCenter(_Other): + _icon = "azure-edge-hardware-center.png" + + +class AzureHpcWorkbenches(_Other): + _icon = "azure-hpc-workbenches.png" + + +class AzureLoadTesting(_Other): + _icon = "azure-load-testing.png" + + +class AzureManagedGrafana(_Other): + _icon = "azure-managed-grafana.png" + + +class AzureMonitorDashboard(_Other): + _icon = "azure-monitor-dashboard.png" + + +class AzureNetworkFunctionManagerFunctions(_Other): + _icon = "azure-network-function-manager-functions.png" + + +class AzureNetworkFunctionManager(_Other): + _icon = "azure-network-function-manager.png" + + +class AzureOrbital(_Other): + _icon = "azure-orbital.png" + + +class AzureQuotas(_Other): + _icon = "azure-quotas.png" + + +class AzureSphere(_Other): + _icon = "azure-sphere.png" + + +class AzureStorageMover(_Other): + _icon = "azure-storage-mover.png" + + +class AzureSupportCenterBlue(_Other): + _icon = "azure-support-center-blue.png" + + +class AzureVideoIndexer(_Other): + _icon = "azure-video-indexer.png" + + +class AzureVirtualDesktop(_Other): + _icon = "azure-virtual-desktop.png" + + +class AzureVmwareSolution(_Other): + _icon = "azure-vmware-solution.png" + + +class Azureattestation(_Other): + _icon = "azureattestation.png" + + +class Azurite(_Other): + _icon = "azurite.png" + + +class BackupVault(_Other): + _icon = "backup-vault.png" + + +class BareMetalInfrastructure(_Other): + _icon = "bare-metal-infrastructure.png" + + +class CapacityReservationGroups(_Other): + _icon = "capacity-reservation-groups.png" + + +class CentralServiceInstanceForSAP(_Other): + _icon = "central-service-instance-for-sap.png" + + +class Ceres(_Other): + _icon = "ceres.png" + + +class CloudServicesExtendedSupport(_Other): + _icon = "cloud-services-extended-support.png" + + +class CommunityImages(_Other): + _icon = "community-images.png" + + +class ComplianceCenter(_Other): + _icon = "compliance-center.png" + + +class ConfidentialLedgers(_Other): + _icon = "confidential-ledgers.png" + + +class ContainerAppsEnvironments(_Other): + _icon = "container-apps-environments.png" + + +class CostExport(_Other): + _icon = "cost-export.png" + + +class CustomIpPrefix(_Other): + _icon = "custom-ip-prefix.png" + + +class DashboardHub(_Other): + _icon = "dashboard-hub.png" + + +class DataCollectionRules(_Other): + _icon = "data-collection-rules.png" + + +class DatabaseInstanceForSAP(_Other): + _icon = "database-instance-for-sap.png" + + +class DedicatedHsm(_Other): + _icon = "dedicated-hsm.png" + + +class DefenderCmLocalManager(_Other): + _icon = "defender-cm-local-manager.png" + + +class DefenderDcsController(_Other): + _icon = "defender-dcs-controller.png" + + +class DefenderDistributerControlSystem(_Other): + _icon = "defender-distributer-control-system.png" + + +class DefenderEngineeringStation(_Other): + _icon = "defender-engineering-station.png" + + +class DefenderExternalManagement(_Other): + _icon = "defender-external-management.png" + + +class DefenderFreezerMonitor(_Other): + _icon = "defender-freezer-monitor.png" + + +class DefenderHistorian(_Other): + _icon = "defender-historian.png" + + +class DefenderHmi(_Other): + _icon = "defender-hmi.png" + + +class DefenderIndustrialPackagingSystem(_Other): + _icon = "defender-industrial-packaging-system.png" + + +class DefenderIndustrialPrinter(_Other): + _icon = "defender-industrial-printer.png" + + +class DefenderIndustrialRobot(_Other): + _icon = "defender-industrial-robot.png" + + +class DefenderIndustrialScaleSystem(_Other): + _icon = "defender-industrial-scale-system.png" + + +class DefenderMarquee(_Other): + _icon = "defender-marquee.png" + + +class DefenderMeter(_Other): + _icon = "defender-meter.png" + + +class DefenderPlc(_Other): + _icon = "defender-plc.png" + + +class DefenderPneumaticDevice(_Other): + _icon = "defender-pneumatic-device.png" + + +class DefenderProgramableBoard(_Other): + _icon = "defender-programable-board.png" + + +class DefenderRelay(_Other): + _icon = "defender-relay.png" + + +class DefenderRobotController(_Other): + _icon = "defender-robot-controller.png" + + +class DefenderRtu(_Other): + _icon = "defender-rtu.png" + + +class DefenderSensor(_Other): + _icon = "defender-sensor.png" + + +class DefenderSlot(_Other): + _icon = "defender-slot.png" + + +class DefenderWebGuidingSystem(_Other): + _icon = "defender-web-guiding-system.png" + + +class DeviceUpdateIotHub(_Other): + _icon = "device-update-iot-hub.png" + + +class DiskPool(_Other): + _icon = "disk-pool.png" + + +class EdgeManagement(_Other): + _icon = "edge-management.png" + + +class ElasticSan(_Other): + _icon = "elastic-san.png" + + +class ExchangeOnPremisesAccess(_Other): + _icon = "exchange-on-premises-access.png" + + +class ExpressRouteTrafficCollector(_Other): + _icon = "express-route-traffic-collector.png" + + +class ExpressrouteDirect(_Other): + _icon = "expressroute-direct.png" + + +class FhirService(_Other): + _icon = "fhir-service.png" + + +class Fiji(_Other): + _icon = "fiji.png" + + +class HdiAksCluster(_Other): + _icon = "hdi-aks-cluster.png" + + +class InstancePools(_Other): + _icon = "instance-pools.png" + + +class InternetAnalyzerProfiles(_Other): + _icon = "internet-analyzer-profiles.png" + + +class KubernetesFleetManager(_Other): + _icon = "kubernetes-fleet-manager.png" + + +class LocalNetworkGateways(_Other): + _icon = "local-network-gateways.png" + + +class LogAnalyticsQueryPack(_Other): + _icon = "log-analytics-query-pack.png" + + +class ManagedInstanceApacheCassandra(_Other): + _icon = "managed-instance-apache-cassandra.png" + + +class MedtechService(_Other): + _icon = "medtech-service.png" + + +class MicrosoftDevBox(_Other): + _icon = "microsoft-dev-box.png" + + +class MissionLandingZone(_Other): + _icon = "mission-landing-zone.png" + + +class MobileNetworks(_Other): + _icon = "mobile-networks.png" + + +class ModularDataCenter(_Other): + _icon = "modular-data-center.png" + + +class NetworkManagers(_Other): + _icon = "network-managers.png" + + +class NetworkSecurityPerimeters(_Other): + _icon = "network-security-perimeters.png" + + +class OpenSupplyChainPlatform(_Other): + _icon = "open-supply-chain-platform.png" + + +class PeeringService(_Other): + _icon = "peering-service.png" + + +class Peerings(_Other): + _icon = "peerings.png" + + +class PrivateEndpoints(_Other): + _icon = "private-endpoints.png" + + +class ReservedCapacity(_Other): + _icon = "reserved-capacity.png" + + +class ResourceGuard(_Other): + _icon = "resource-guard.png" + + +class ResourceMover(_Other): + _icon = "resource-mover.png" + + +class Rtos(_Other): + _icon = "rtos.png" + + +class SavingsPlans(_Other): + _icon = "savings-plans.png" + + +class ScvmmManagementServers(_Other): + _icon = "scvmm-management-servers.png" + + +class SonicDash(_Other): + _icon = "sonic-dash.png" + + +class SshKeys(_Other): + _icon = "ssh-keys.png" + + +class StorageFunctions(_Other): + _icon = "storage-functions.png" + + +class TargetsManagement(_Other): + _icon = "targets-management.png" + + +class TemplateSpecs(_Other): + _icon = "template-specs.png" + + +class TestBase(_Other): + _icon = "test-base.png" + + +class UpdateManagementCenter(_Other): + _icon = "update-management-center.png" + + +class VideoAnalyzers(_Other): + _icon = "video-analyzers.png" + + +class VirtualEnclaves(_Other): + _icon = "virtual-enclaves.png" + + +class VirtualInstanceForSAP(_Other): + _icon = "virtual-instance-for-sap.png" + + +class VirtualVisitsBuilder(_Other): + _icon = "virtual-visits-builder.png" + + +class VMAppDefinitions(_Other): + _icon = "vm-app-definitions.png" + + +class VMAppVersions(_Other): + _icon = "vm-app-versions.png" + + +class VMImageVersion(_Other): + _icon = "vm-image-version.png" + + +class Wac(_Other): + _icon = "wac.png" + + +class WebAppDatabase(_Other): + _icon = "web-app-database.png" + + +class WebJobs(_Other): + _icon = "web-jobs.png" + + +class WindowsNotificationServices(_Other): + _icon = "windows-notification-services.png" + + +class WorkerContainerApp(_Other): + _icon = "worker-container-app.png" + + +# Aliases diff --git a/diagrams/azure/security.py b/diagrams/azure/security.py index f78fb51..e2c529d 100644 --- a/diagrams/azure/security.py +++ b/diagrams/azure/security.py @@ -12,6 +12,34 @@ class ApplicationSecurityGroups(_Security): _icon = "application-security-groups.png" +class AzureADAuthenticationMethods(_Security): + _icon = "azure-ad-authentication-methods.png" + + +class AzureADIdentityProtection(_Security): + _icon = "azure-ad-identity-protection.png" + + +class AzureADPrivlegedIdentityManagement(_Security): + _icon = "azure-ad-privleged-identity-management.png" + + +class AzureADRiskySignins(_Security): + _icon = "azure-ad-risky-signins.png" + + +class AzureADRiskyUsers(_Security): + _icon = "azure-ad-risky-users.png" + + +class AzureInformationProtection(_Security): + _icon = "azure-information-protection.png" + + +class AzureSentinel(_Security): + _icon = "azure-sentinel.png" + + class ConditionalAccess(_Security): _icon = "conditional-access.png" @@ -20,14 +48,42 @@ class Defender(_Security): _icon = "defender.png" +class Detonation(_Security): + _icon = "detonation.png" + + class ExtendedSecurityUpdates(_Security): _icon = "extended-security-updates.png" +class Extendedsecurityupdates(_Security): + _icon = "extendedsecurityupdates.png" + + +class IdentitySecureScore(_Security): + _icon = "identity-secure-score.png" + + class KeyVaults(_Security): _icon = "key-vaults.png" +class MicrosoftDefenderEasm(_Security): + _icon = "microsoft-defender-easm.png" + + +class MicrosoftDefenderForCloud(_Security): + _icon = "microsoft-defender-for-cloud.png" + + +class MicrosoftDefenderForIot(_Security): + _icon = "microsoft-defender-for-iot.png" + + +class MultifactorAuthentication(_Security): + _icon = "multifactor-authentication.png" + + class SecurityCenter(_Security): _icon = "security-center.png" @@ -36,4 +92,8 @@ class Sentinel(_Security): _icon = "sentinel.png" +class UserSettings(_Security): + _icon = "user-settings.png" + + # Aliases diff --git a/diagrams/azure/storage.py b/diagrams/azure/storage.py index 5dcf1f2..fca288b 100644 --- a/diagrams/azure/storage.py +++ b/diagrams/azure/storage.py @@ -12,6 +12,26 @@ class ArchiveStorage(_Storage): _icon = "archive-storage.png" +class AzureDataboxGateway(_Storage): + _icon = "azure-databox-gateway.png" + + +class AzureFileshares(_Storage): + _icon = "azure-fileshares.png" + + +class AzureHcpCache(_Storage): + _icon = "azure-hcp-cache.png" + + +class AzureNetappFiles(_Storage): + _icon = "azure-netapp-files.png" + + +class AzureStackEdge(_Storage): + _icon = "azure-stack-edge.png" + + class Azurefxtedgefiler(_Storage): _icon = "azurefxtedgefiler.png" @@ -28,14 +48,30 @@ class DataBox(_Storage): _icon = "data-box.png" +class DataLakeStorageGen1(_Storage): + _icon = "data-lake-storage-gen1.png" + + class DataLakeStorage(_Storage): _icon = "data-lake-storage.png" +class DataShareInvitations(_Storage): + _icon = "data-share-invitations.png" + + +class DataShares(_Storage): + _icon = "data-shares.png" + + class GeneralStorage(_Storage): _icon = "general-storage.png" +class ImportExportJobs(_Storage): + _icon = "import-export-jobs.png" + + class NetappFiles(_Storage): _icon = "netapp-files.png" @@ -44,6 +80,10 @@ class QueuesStorage(_Storage): _icon = "queues-storage.png" +class RecoveryServicesVaults(_Storage): + _icon = "recovery-services-vaults.png" + + class StorageAccountsClassic(_Storage): _icon = "storage-accounts-classic.png" diff --git a/diagrams/azure/web.py b/diagrams/azure/web.py index b99a61c..4f5be16 100644 --- a/diagrams/azure/web.py +++ b/diagrams/azure/web.py @@ -8,10 +8,18 @@ class _Web(_Azure): _icon_dir = "resources/azure/web" +class APICenter(_Web): + _icon = "api-center.png" + + class APIConnections(_Web): _icon = "api-connections.png" +class APIManagementServices(_Web): + _icon = "api-management-services.png" + + class AppServiceCertificates(_Web): _icon = "app-service-certificates.png" @@ -32,6 +40,30 @@ class AppServices(_Web): _icon = "app-services.png" +class AppSpace(_Web): + _icon = "app-space.png" + + +class AzureMediaService(_Web): + _icon = "azure-media-service.png" + + +class AzureSpringApps(_Web): + _icon = "azure-spring-apps.png" + + +class CognitiveSearch(_Web): + _icon = "cognitive-search.png" + + +class CognitiveServices(_Web): + _icon = "cognitive-services.png" + + +class FrontDoorAndCDNProfiles(_Web): + _icon = "front-door-and-cdn-profiles.png" + + class MediaServices(_Web): _icon = "media-services.png" @@ -40,6 +72,10 @@ class NotificationHubNamespaces(_Web): _icon = "notification-hub-namespaces.png" +class PowerPlatform(_Web): + _icon = "power-platform.png" + + class Search(_Web): _icon = "search.png" @@ -48,4 +84,8 @@ class Signalr(_Web): _icon = "signalr.png" +class StaticApps(_Web): + _icon = "static-apps.png" + + # Aliases diff --git a/docs/nodes/azure.md b/docs/nodes/azure.md index 875471e..5a91236 100644 --- a/docs/nodes/azure.md +++ b/docs/nodes/azure.md @@ -3,7 +3,106 @@ id: azure title: Azure --- -Node classes list of the azure provider. +Node classes list of azure provider. + +## azure.aimachinelearning + + +AIStudio +**diagrams.azure.aimachinelearning.AIStudio** + +AnomalyDetector +**diagrams.azure.aimachinelearning.AnomalyDetector** + +AzureAppliedAIServices +**diagrams.azure.aimachinelearning.AzureAppliedAIServices** + +AzureExperimentationStudio +**diagrams.azure.aimachinelearning.AzureExperimentationStudio** + +AzureObjectUnderstanding +**diagrams.azure.aimachinelearning.AzureObjectUnderstanding** + +AzureOpenai +**diagrams.azure.aimachinelearning.AzureOpenai** + +BatchAI +**diagrams.azure.aimachinelearning.BatchAI** + +Bonsai +**diagrams.azure.aimachinelearning.Bonsai** + +BotServices +**diagrams.azure.aimachinelearning.BotServices** + +CognitiveSearch +**diagrams.azure.aimachinelearning.CognitiveSearch** + +CognitiveServicesDecisions +**diagrams.azure.aimachinelearning.CognitiveServicesDecisions** + +CognitiveServices +**diagrams.azure.aimachinelearning.CognitiveServices** + +ComputerVision +**diagrams.azure.aimachinelearning.ComputerVision** + +ContentModerators +**diagrams.azure.aimachinelearning.ContentModerators** + +CustomVision +**diagrams.azure.aimachinelearning.CustomVision** + +FaceApis +**diagrams.azure.aimachinelearning.FaceApis** + +FormRecognizers +**diagrams.azure.aimachinelearning.FormRecognizers** + +GenomicsAccounts +**diagrams.azure.aimachinelearning.GenomicsAccounts** + +Genomics +**diagrams.azure.aimachinelearning.Genomics** + +ImmersiveReaders +**diagrams.azure.aimachinelearning.ImmersiveReaders** + +LanguageUnderstanding +**diagrams.azure.aimachinelearning.LanguageUnderstanding** + +Language +**diagrams.azure.aimachinelearning.Language** + +MachineLearningStudioClassicWebServices +**diagrams.azure.aimachinelearning.MachineLearningStudioClassicWebServices** + +MachineLearningStudioWebServicePlans +**diagrams.azure.aimachinelearning.MachineLearningStudioWebServicePlans** + +MachineLearningStudioWorkspaces +**diagrams.azure.aimachinelearning.MachineLearningStudioWorkspaces** + +MachineLearning +**diagrams.azure.aimachinelearning.MachineLearning** + +MetricsAdvisor +**diagrams.azure.aimachinelearning.MetricsAdvisor** + +Personalizers +**diagrams.azure.aimachinelearning.Personalizers** + +QnaMakers +**diagrams.azure.aimachinelearning.QnaMakers** + +ServerlessSearch +**diagrams.azure.aimachinelearning.ServerlessSearch** + +SpeechServices +**diagrams.azure.aimachinelearning.SpeechServices** + +TranslatorText +**diagrams.azure.aimachinelearning.TranslatorText** ## azure.analytics @@ -11,6 +110,18 @@ Node classes list of the azure provider. AnalysisServices **diagrams.azure.analytics.AnalysisServices** +AzureDataExplorerClusters +**diagrams.azure.analytics.AzureDataExplorerClusters** + +AzureDatabricks +**diagrams.azure.analytics.AzureDatabricks** + +AzureSynapseAnalytics +**diagrams.azure.analytics.AzureSynapseAnalytics** + +AzureWorkbooks +**diagrams.azure.analytics.AzureWorkbooks** + DataExplorerClusters **diagrams.azure.analytics.DataExplorerClusters** @@ -26,36 +137,141 @@ Node classes list of the azure provider. Databricks **diagrams.azure.analytics.Databricks** +EndpointAnalytics +**diagrams.azure.analytics.EndpointAnalytics** + EventHubClusters **diagrams.azure.analytics.EventHubClusters** EventHubs **diagrams.azure.analytics.EventHubs** -Hdinsightclusters -**diagrams.azure.analytics.Hdinsightclusters** +HDInsightClusters +**diagrams.azure.analytics.HDInsightClusters** LogAnalyticsWorkspaces **diagrams.azure.analytics.LogAnalyticsWorkspaces** +PowerBiEmbedded +**diagrams.azure.analytics.PowerBiEmbedded** + +PowerPlatform +**diagrams.azure.analytics.PowerPlatform** + +PrivateLinkServices +**diagrams.azure.analytics.PrivateLinkServices** + StreamAnalyticsJobs **diagrams.azure.analytics.StreamAnalyticsJobs** SynapseAnalytics **diagrams.azure.analytics.SynapseAnalytics** +## azure.appservices + + +AppServiceCertificates +**diagrams.azure.appservices.AppServiceCertificates** + +AppServiceDomains +**diagrams.azure.appservices.AppServiceDomains** + +AppServiceEnvironments +**diagrams.azure.appservices.AppServiceEnvironments** + +AppServicePlans +**diagrams.azure.appservices.AppServicePlans** + +AppServices +**diagrams.azure.appservices.AppServices** + +CDNProfiles +**diagrams.azure.appservices.CDNProfiles** + +CognitiveSearch +**diagrams.azure.appservices.CognitiveSearch** + +NotificationHubs +**diagrams.azure.appservices.NotificationHubs** + +## azure.azureecosystem + + +Applens +**diagrams.azure.azureecosystem.Applens** + +AzureHybridCenter +**diagrams.azure.azureecosystem.AzureHybridCenter** + +CollaborativeService +**diagrams.azure.azureecosystem.CollaborativeService** + +## azure.azurestack + + +Capacity +**diagrams.azure.azurestack.Capacity** + +InfrastructureBackup +**diagrams.azure.azurestack.InfrastructureBackup** + +MultiTenancy +**diagrams.azure.azurestack.MultiTenancy** + +Offers +**diagrams.azure.azurestack.Offers** + +Plans +**diagrams.azure.azurestack.Plans** + +Updates +**diagrams.azure.azurestack.Updates** + +UserSubscriptions +**diagrams.azure.azurestack.UserSubscriptions** + +## azure.blockchain + + +AbsMember +**diagrams.azure.blockchain.AbsMember** + +AzureBlockchainService +**diagrams.azure.blockchain.AzureBlockchainService** + +AzureTokenService +**diagrams.azure.blockchain.AzureTokenService** + +BlockchainApplications +**diagrams.azure.blockchain.BlockchainApplications** + +Consortium +**diagrams.azure.blockchain.Consortium** + +OutboundConnection +**diagrams.azure.blockchain.OutboundConnection** + ## azure.compute AppServices **diagrams.azure.compute.AppServices** +ApplicationGroup +**diagrams.azure.compute.ApplicationGroup** + AutomanagedVM **diagrams.azure.compute.AutomanagedVM** AvailabilitySets **diagrams.azure.compute.AvailabilitySets** +AzureComputeGalleries +**diagrams.azure.compute.AzureComputeGalleries** + +AzureSpringApps +**diagrams.azure.compute.AzureSpringApps** + BatchAccounts **diagrams.azure.compute.BatchAccounts** @@ -80,33 +296,75 @@ Node classes list of the azure provider. ContainerRegistries **diagrams.azure.compute.ContainerRegistries**, **ACR** (alias) +ContainerServicesDeprecated +**diagrams.azure.compute.ContainerServicesDeprecated** + DiskEncryptionSets **diagrams.azure.compute.DiskEncryptionSets** DiskSnapshots **diagrams.azure.compute.DiskSnapshots** +DisksClassic +**diagrams.azure.compute.DisksClassic** + +DisksSnapshots +**diagrams.azure.compute.DisksSnapshots** + Disks **diagrams.azure.compute.Disks** FunctionApps **diagrams.azure.compute.FunctionApps** +HostGroups +**diagrams.azure.compute.HostGroups** + +HostPools +**diagrams.azure.compute.HostPools** + +Hosts +**diagrams.azure.compute.Hosts** + ImageDefinitions **diagrams.azure.compute.ImageDefinitions** +ImageTemplates +**diagrams.azure.compute.ImageTemplates** + ImageVersions **diagrams.azure.compute.ImageVersions** +Images +**diagrams.azure.compute.Images** + KubernetesServices **diagrams.azure.compute.KubernetesServices**, **AKS** (alias) +MaintenanceConfiguration +**diagrams.azure.compute.MaintenanceConfiguration** + +ManagedServiceFabric +**diagrams.azure.compute.ManagedServiceFabric** + MeshApplications **diagrams.azure.compute.MeshApplications** +MetricsAdvisor +**diagrams.azure.compute.MetricsAdvisor** + +OsImagesClassic +**diagrams.azure.compute.OsImagesClassic** + OsImages **diagrams.azure.compute.OsImages** +RestorePointsCollections +**diagrams.azure.compute.RestorePointsCollections** + +RestorePoints +**diagrams.azure.compute.RestorePoints** + SAPHANAOnAzure **diagrams.azure.compute.SAPHANAOnAzure** @@ -119,9 +377,18 @@ Node classes list of the azure provider. SpringCloud **diagrams.azure.compute.SpringCloud** +VirtualMachine +**diagrams.azure.compute.VirtualMachine** + +VirtualMachinesClassic +**diagrams.azure.compute.VirtualMachinesClassic** + VMClassic **diagrams.azure.compute.VMClassic** +VMImagesClassic +**diagrams.azure.compute.VMImagesClassic** + VMImages **diagrams.azure.compute.VMImages** @@ -131,15 +398,45 @@ Node classes list of the azure provider. VMScaleSet **diagrams.azure.compute.VMScaleSet**, **VMSS** (alias) +VMScaleSets +**diagrams.azure.compute.VMScaleSets** + VMWindows **diagrams.azure.compute.VMWindows** VM **diagrams.azure.compute.VM** +Workspaces2 +**diagrams.azure.compute.Workspaces2** + Workspaces **diagrams.azure.compute.Workspaces** +## azure.containers + + +AppServices +**diagrams.azure.containers.AppServices** + +AzureRedHatOpenshift +**diagrams.azure.containers.AzureRedHatOpenshift** + +BatchAccounts +**diagrams.azure.containers.BatchAccounts** + +ContainerInstances +**diagrams.azure.containers.ContainerInstances** + +ContainerRegistries +**diagrams.azure.containers.ContainerRegistries** + +KubernetesServices +**diagrams.azure.containers.KubernetesServices** + +ServiceFabricClusters +**diagrams.azure.containers.ServiceFabricClusters** + ## azure.database @@ -215,27 +512,138 @@ Node classes list of the azure provider. VirtualDatacenter **diagrams.azure.database.VirtualDatacenter** +## azure.databases + + +AzureCosmosDb +**diagrams.azure.databases.AzureCosmosDb** + +AzureDataExplorerClusters +**diagrams.azure.databases.AzureDataExplorerClusters** + +AzureDatabaseMariadbServer +**diagrams.azure.databases.AzureDatabaseMariadbServer** + +AzureDatabaseMigrationServices +**diagrams.azure.databases.AzureDatabaseMigrationServices** + +AzureDatabaseMysqlServer +**diagrams.azure.databases.AzureDatabaseMysqlServer** + +AzureDatabasePostgresqlServerGroup +**diagrams.azure.databases.AzureDatabasePostgresqlServerGroup** + +AzureDatabasePostgresqlServer +**diagrams.azure.databases.AzureDatabasePostgresqlServer** + +AzurePurviewAccounts +**diagrams.azure.databases.AzurePurviewAccounts** + +AzureSQLEdge +**diagrams.azure.databases.AzureSQLEdge** + +AzureSQLServerStretchDatabases +**diagrams.azure.databases.AzureSQLServerStretchDatabases** + +AzureSQLVM +**diagrams.azure.databases.AzureSQLVM** + +AzureSQL +**diagrams.azure.databases.AzureSQL** + +AzureSynapseAnalytics +**diagrams.azure.databases.AzureSynapseAnalytics** + +CacheRedis +**diagrams.azure.databases.CacheRedis** + +DataFactories +**diagrams.azure.databases.DataFactories** + +ElasticJobAgents +**diagrams.azure.databases.ElasticJobAgents** + +InstancePools +**diagrams.azure.databases.InstancePools** + +ManagedDatabase +**diagrams.azure.databases.ManagedDatabase** + +OracleDatabase +**diagrams.azure.databases.OracleDatabase** + +SQLDataWarehouses +**diagrams.azure.databases.SQLDataWarehouses** + +SQLDatabase +**diagrams.azure.databases.SQLDatabase** + +SQLElasticPools +**diagrams.azure.databases.SQLElasticPools** + +SQLManagedInstance +**diagrams.azure.databases.SQLManagedInstance** + +SQLServerRegistries +**diagrams.azure.databases.SQLServerRegistries** + +SQLServer +**diagrams.azure.databases.SQLServer** + +SsisLiftAndShiftIr +**diagrams.azure.databases.SsisLiftAndShiftIr** + +VirtualClusters +**diagrams.azure.databases.VirtualClusters** + ## azure.devops +APIConnections +**diagrams.azure.devops.APIConnections** + +APIManagementServices +**diagrams.azure.devops.APIManagementServices** + ApplicationInsights **diagrams.azure.devops.ApplicationInsights** Artifacts **diagrams.azure.devops.Artifacts** +AzureDevops +**diagrams.azure.devops.AzureDevops** + Boards **diagrams.azure.devops.Boards** +ChangeAnalysis +**diagrams.azure.devops.ChangeAnalysis** + +Cloudtest +**diagrams.azure.devops.Cloudtest** + +CodeOptimization +**diagrams.azure.devops.CodeOptimization** + +DevopsStarter +**diagrams.azure.devops.DevopsStarter** + Devops **diagrams.azure.devops.Devops** DevtestLabs **diagrams.azure.devops.DevtestLabs** +LabAccounts +**diagrams.azure.devops.LabAccounts** + LabServices **diagrams.azure.devops.LabServices** +LoadTesting +**diagrams.azure.devops.LoadTesting** + Pipelines **diagrams.azure.devops.Pipelines** @@ -248,48 +656,279 @@ Node classes list of the azure provider. ## azure.general +AllResources +**diagrams.azure.general.AllResources** + Allresources **diagrams.azure.general.Allresources** Azurehome **diagrams.azure.general.Azurehome** +Backlog +**diagrams.azure.general.Backlog** + +BizTalk +**diagrams.azure.general.BizTalk** + +BlobBlock +**diagrams.azure.general.BlobBlock** + +BlobPage +**diagrams.azure.general.BlobPage** + +Branch +**diagrams.azure.general.Branch** + +Browser +**diagrams.azure.general.Browser** + +Bug +**diagrams.azure.general.Bug** + +Builds +**diagrams.azure.general.Builds** + +Cache +**diagrams.azure.general.Cache** + +Code +**diagrams.azure.general.Code** + +Commit +**diagrams.azure.general.Commit** + +ControlsHorizontal +**diagrams.azure.general.ControlsHorizontal** + +Controls +**diagrams.azure.general.Controls** + +CostAlerts +**diagrams.azure.general.CostAlerts** + +CostAnalysis +**diagrams.azure.general.CostAnalysis** + +CostBudgets +**diagrams.azure.general.CostBudgets** + +CostManagementAndBilling +**diagrams.azure.general.CostManagementAndBilling** + +CostManagement +**diagrams.azure.general.CostManagement** + +Counter +**diagrams.azure.general.Counter** + +Cubes +**diagrams.azure.general.Cubes** + +Dashboard +**diagrams.azure.general.Dashboard** + +DevConsole +**diagrams.azure.general.DevConsole** + Developertools **diagrams.azure.general.Developertools** +Download +**diagrams.azure.general.Download** + +Error +**diagrams.azure.general.Error** + +Extensions +**diagrams.azure.general.Extensions** + +FeaturePreviews +**diagrams.azure.general.FeaturePreviews** + +File +**diagrams.azure.general.File** + +Files +**diagrams.azure.general.Files** + +FolderBlank +**diagrams.azure.general.FolderBlank** + +FolderWebsite +**diagrams.azure.general.FolderWebsite** + +FreeServices +**diagrams.azure.general.FreeServices** + +Ftp +**diagrams.azure.general.Ftp** + +Gear +**diagrams.azure.general.Gear** + +GlobeError +**diagrams.azure.general.GlobeError** + +GlobeSuccess +**diagrams.azure.general.GlobeSuccess** + +GlobeWarning +**diagrams.azure.general.GlobeWarning** + +Guide +**diagrams.azure.general.Guide** + +Heart +**diagrams.azure.general.Heart** + +HelpAndSupport +**diagrams.azure.general.HelpAndSupport** + Helpsupport **diagrams.azure.general.Helpsupport** +Image +**diagrams.azure.general.Image** + Information **diagrams.azure.general.Information** +InputOutput +**diagrams.azure.general.InputOutput** + +JourneyHub +**diagrams.azure.general.JourneyHub** + +LaunchPortal +**diagrams.azure.general.LaunchPortal** + +Learn +**diagrams.azure.general.Learn** + +LoadTest +**diagrams.azure.general.LoadTest** + +Location +**diagrams.azure.general.Location** + +LogStreaming +**diagrams.azure.general.LogStreaming** + +ManagementGroups +**diagrams.azure.general.ManagementGroups** + +ManagementPortal +**diagrams.azure.general.ManagementPortal** + Managementgroups **diagrams.azure.general.Managementgroups** +MarketplaceManagement +**diagrams.azure.general.MarketplaceManagement** + Marketplace **diagrams.azure.general.Marketplace** +MediaFile +**diagrams.azure.general.MediaFile** + +Media +**diagrams.azure.general.Media** + +MobileEngagement +**diagrams.azure.general.MobileEngagement** + +Mobile +**diagrams.azure.general.Mobile** + +Module +**diagrams.azure.general.Module** + +PowerUp +**diagrams.azure.general.PowerUp** + +Power +**diagrams.azure.general.Power** + +Powershell +**diagrams.azure.general.Powershell** + +PreviewFeatures +**diagrams.azure.general.PreviewFeatures** + +ProcessExplorer +**diagrams.azure.general.ProcessExplorer** + +ProductionReadyDatabase +**diagrams.azure.general.ProductionReadyDatabase** + +QuickstartCenter +**diagrams.azure.general.QuickstartCenter** + Quickstartcenter **diagrams.azure.general.Quickstartcenter** Recent **diagrams.azure.general.Recent** +RegionManagement +**diagrams.azure.general.RegionManagement** + Reservations **diagrams.azure.general.Reservations** +ResourceExplorer +**diagrams.azure.general.ResourceExplorer** + +ResourceGroupList +**diagrams.azure.general.ResourceGroupList** + +ResourceGroups +**diagrams.azure.general.ResourceGroups** + +ResourceLinked +**diagrams.azure.general.ResourceLinked** + Resource **diagrams.azure.general.Resource** Resourcegroups **diagrams.azure.general.Resourcegroups** +Scheduler +**diagrams.azure.general.Scheduler** + +SearchGrid +**diagrams.azure.general.SearchGrid** + +Search +**diagrams.azure.general.Search** + +ServerFarm +**diagrams.azure.general.ServerFarm** + +ServiceHealth +**diagrams.azure.general.ServiceHealth** + Servicehealth **diagrams.azure.general.Servicehealth** Shareddashboard **diagrams.azure.general.Shareddashboard** +Ssd +**diagrams.azure.general.Ssd** + +StorageAzureFiles +**diagrams.azure.general.StorageAzureFiles** + +StorageContainer +**diagrams.azure.general.StorageContainer** + +StorageQueue +**diagrams.azure.general.StorageQueue** + Subscriptions **diagrams.azure.general.Subscriptions** @@ -299,6 +938,9 @@ Node classes list of the azure provider. Supportrequests **diagrams.azure.general.Supportrequests** +Table +**diagrams.azure.general.Table** + Tag **diagrams.azure.general.Tag** @@ -308,6 +950,15 @@ Node classes list of the azure provider. Templates **diagrams.azure.general.Templates** +TfsVcRepository +**diagrams.azure.general.TfsVcRepository** + +Toolbox +**diagrams.azure.general.Toolbox** + +Troubleshoot +**diagrams.azure.general.Troubleshoot** + Twousericon **diagrams.azure.general.Twousericon** @@ -323,12 +974,54 @@ Node classes list of the azure provider. Userresource **diagrams.azure.general.Userresource** +Versions +**diagrams.azure.general.Versions** + +WebSlots +**diagrams.azure.general.WebSlots** + +WebTest +**diagrams.azure.general.WebTest** + +WebsitePower +**diagrams.azure.general.WebsitePower** + +WebsiteStaging +**diagrams.azure.general.WebsiteStaging** + Whatsnew **diagrams.azure.general.Whatsnew** +Workbooks +**diagrams.azure.general.Workbooks** + +Workflow +**diagrams.azure.general.Workflow** + +## azure.hybridmulticloud + + +AzureOperator5GCore +**diagrams.azure.hybridmulticloud.AzureOperator5GCore** + +AzureOperatorInsights +**diagrams.azure.hybridmulticloud.AzureOperatorInsights** + +AzureOperatorNexus +**diagrams.azure.hybridmulticloud.AzureOperatorNexus** + +AzureOperatorServiceManager +**diagrams.azure.hybridmulticloud.AzureOperatorServiceManager** + +AzureProgrammableConnectivity +**diagrams.azure.hybridmulticloud.AzureProgrammableConnectivity** + ## azure.identity +AadLicenses +**diagrams.azure.identity.AadLicenses** + AccessReview **diagrams.azure.identity.AccessReview** @@ -350,45 +1043,147 @@ Node classes list of the azure provider. ADPrivilegedIdentityManagement **diagrams.azure.identity.ADPrivilegedIdentityManagement** +AdministrativeUnits +**diagrams.azure.identity.AdministrativeUnits** + +APIProxy +**diagrams.azure.identity.APIProxy** + AppRegistrations **diagrams.azure.identity.AppRegistrations** +AzureActiveDirectory +**diagrams.azure.identity.AzureActiveDirectory** + +AzureADB2C +**diagrams.azure.identity.AzureADB2C** + +AzureADDomainServices +**diagrams.azure.identity.AzureADDomainServices** + +AzureADIdentityProtection +**diagrams.azure.identity.AzureADIdentityProtection** + +AzureADPrivilegeIdentityManagement +**diagrams.azure.identity.AzureADPrivilegeIdentityManagement** + +AzureADPrivlegedIdentityManagement +**diagrams.azure.identity.AzureADPrivlegedIdentityManagement** + +AzureADRolesAndAdministrators +**diagrams.azure.identity.AzureADRolesAndAdministrators** + +AzureInformationProtection +**diagrams.azure.identity.AzureInformationProtection** + ConditionalAccess **diagrams.azure.identity.ConditionalAccess** +CustomAzureADRoles +**diagrams.azure.identity.CustomAzureADRoles** + EnterpriseApplications **diagrams.azure.identity.EnterpriseApplications** -Groups -**diagrams.azure.identity.Groups** +EntraConnect +**diagrams.azure.identity.EntraConnect** -IdentityGovernance -**diagrams.azure.identity.IdentityGovernance** +EntraDomainServices +**diagrams.azure.identity.EntraDomainServices** -InformationProtection -**diagrams.azure.identity.InformationProtection** +EntraIDProtection +**diagrams.azure.identity.EntraIDProtection** + +EntraManagedIdentities +**diagrams.azure.identity.EntraManagedIdentities** + +EntraPrivlegedIdentityManagement +**diagrams.azure.identity.EntraPrivlegedIdentityManagement** + +EntraVerifiedID +**diagrams.azure.identity.EntraVerifiedID** + +ExternalIdentities +**diagrams.azure.identity.ExternalIdentities** + +GlobalSecureAccess +**diagrams.azure.identity.GlobalSecureAccess** + +Groups +**diagrams.azure.identity.Groups** + +IdentityGovernance +**diagrams.azure.identity.IdentityGovernance** + +InformationProtection +**diagrams.azure.identity.InformationProtection** + +InternetAccess +**diagrams.azure.identity.InternetAccess** ManagedIdentities **diagrams.azure.identity.ManagedIdentities** +PrivateAccess +**diagrams.azure.identity.PrivateAccess** + +Security +**diagrams.azure.identity.Security** + +TenantProperties +**diagrams.azure.identity.TenantProperties** + +UserSettings +**diagrams.azure.identity.UserSettings** + Users **diagrams.azure.identity.Users** +VerifiableCredentials +**diagrams.azure.identity.VerifiableCredentials** + ## azure.integration +APIConnections +**diagrams.azure.integration.APIConnections** + APIForFhir **diagrams.azure.integration.APIForFhir** +APIManagementServices +**diagrams.azure.integration.APIManagementServices** + APIManagement **diagrams.azure.integration.APIManagement** AppConfiguration **diagrams.azure.integration.AppConfiguration** +AzureAPIForFhir +**diagrams.azure.integration.AzureAPIForFhir** + +AzureDataCatalog +**diagrams.azure.integration.AzureDataCatalog** + +AzureDataboxGateway +**diagrams.azure.integration.AzureDataboxGateway** + +AzureServiceBus +**diagrams.azure.integration.AzureServiceBus** + +AzureSQLServerStretchDatabases +**diagrams.azure.integration.AzureSQLServerStretchDatabases** + +AzureStackEdge +**diagrams.azure.integration.AzureStackEdge** + DataCatalog **diagrams.azure.integration.DataCatalog** +DataFactories +**diagrams.azure.integration.DataFactories** + EventGridDomains **diagrams.azure.integration.EventGridDomains** @@ -401,6 +1196,9 @@ Node classes list of the azure provider. IntegrationAccounts **diagrams.azure.integration.IntegrationAccounts** +IntegrationEnvironments +**diagrams.azure.integration.IntegrationEnvironments** + IntegrationServiceEnvironments **diagrams.azure.integration.IntegrationServiceEnvironments** @@ -410,9 +1208,21 @@ Node classes list of the azure provider. LogicApps **diagrams.azure.integration.LogicApps** +PartnerNamespace +**diagrams.azure.integration.PartnerNamespace** + +PartnerRegistration +**diagrams.azure.integration.PartnerRegistration** + PartnerTopic **diagrams.azure.integration.PartnerTopic** +PowerPlatform +**diagrams.azure.integration.PowerPlatform** + +Relays +**diagrams.azure.integration.Relays** + SendgridAccounts **diagrams.azure.integration.SendgridAccounts** @@ -428,48 +1238,309 @@ Node classes list of the azure provider. SoftwareAsAService **diagrams.azure.integration.SoftwareAsAService** +SQLDataWarehouses +**diagrams.azure.integration.SQLDataWarehouses** + StorsimpleDeviceManagers **diagrams.azure.integration.StorsimpleDeviceManagers** SystemTopic **diagrams.azure.integration.SystemTopic** +## azure.intune + + +AzureADRolesAndAdministrators +**diagrams.azure.intune.AzureADRolesAndAdministrators** + +ClientApps +**diagrams.azure.intune.ClientApps** + +DeviceCompliance +**diagrams.azure.intune.DeviceCompliance** + +DeviceConfiguration +**diagrams.azure.intune.DeviceConfiguration** + +DeviceEnrollment +**diagrams.azure.intune.DeviceEnrollment** + +DeviceSecurityApple +**diagrams.azure.intune.DeviceSecurityApple** + +DeviceSecurityGoogle +**diagrams.azure.intune.DeviceSecurityGoogle** + +DeviceSecurityWindows +**diagrams.azure.intune.DeviceSecurityWindows** + +Devices +**diagrams.azure.intune.Devices** + +Ebooks +**diagrams.azure.intune.Ebooks** + +ExchangeAccess +**diagrams.azure.intune.ExchangeAccess** + +IntuneAppProtection +**diagrams.azure.intune.IntuneAppProtection** + +IntuneForEducation +**diagrams.azure.intune.IntuneForEducation** + +Intune +**diagrams.azure.intune.Intune** + +Mindaro +**diagrams.azure.intune.Mindaro** + +SecurityBaselines +**diagrams.azure.intune.SecurityBaselines** + +SoftwareUpdates +**diagrams.azure.intune.SoftwareUpdates** + +TenantStatus +**diagrams.azure.intune.TenantStatus** + ## azure.iot +AzureCosmosDb +**diagrams.azure.iot.AzureCosmosDb** + +AzureDataboxGateway +**diagrams.azure.iot.AzureDataboxGateway** + +AzureIotOperations +**diagrams.azure.iot.AzureIotOperations** + +AzureMapsAccounts +**diagrams.azure.iot.AzureMapsAccounts** + +AzureStack +**diagrams.azure.iot.AzureStack** + DeviceProvisioningServices **diagrams.azure.iot.DeviceProvisioningServices** DigitalTwins **diagrams.azure.iot.DigitalTwins** +EventGridSubscriptions +**diagrams.azure.iot.EventGridSubscriptions** + +EventHubClusters +**diagrams.azure.iot.EventHubClusters** + +EventHubs +**diagrams.azure.iot.EventHubs** + +FunctionApps +**diagrams.azure.iot.FunctionApps** + +IndustrialIot +**diagrams.azure.iot.IndustrialIot** + IotCentralApplications **diagrams.azure.iot.IotCentralApplications** +IotEdge +**diagrams.azure.iot.IotEdge** + IotHubSecurity **diagrams.azure.iot.IotHubSecurity** IotHub **diagrams.azure.iot.IotHub** +LogicApps +**diagrams.azure.iot.LogicApps** + +MachineLearningStudioClassicWebServices +**diagrams.azure.iot.MachineLearningStudioClassicWebServices** + +MachineLearningStudioWebServicePlans +**diagrams.azure.iot.MachineLearningStudioWebServicePlans** + +MachineLearningStudioWorkspaces +**diagrams.azure.iot.MachineLearningStudioWorkspaces** + Maps **diagrams.azure.iot.Maps** +NotificationHubNamespaces +**diagrams.azure.iot.NotificationHubNamespaces** + +NotificationHubs +**diagrams.azure.iot.NotificationHubs** + Sphere **diagrams.azure.iot.Sphere** +StackHciPremium +**diagrams.azure.iot.StackHciPremium** + +StreamAnalyticsJobs +**diagrams.azure.iot.StreamAnalyticsJobs** + +TimeSeriesDataSets +**diagrams.azure.iot.TimeSeriesDataSets** + +TimeSeriesInsightsAccessPolicies +**diagrams.azure.iot.TimeSeriesInsightsAccessPolicies** + TimeSeriesInsightsEnvironments **diagrams.azure.iot.TimeSeriesInsightsEnvironments** +TimeSeriesInsightsEventSources +**diagrams.azure.iot.TimeSeriesInsightsEventSources** + TimeSeriesInsightsEventsSources **diagrams.azure.iot.TimeSeriesInsightsEventsSources** Windows10IotCoreServices **diagrams.azure.iot.Windows10IotCoreServices** +Windows10CoreServices +**diagrams.azure.iot.Windows10CoreServices** + +## azure.managementgovernance + + +ActivityLog +**diagrams.azure.managementgovernance.ActivityLog** + +Advisor +**diagrams.azure.managementgovernance.Advisor** + +Alerts +**diagrams.azure.managementgovernance.Alerts** + +ApplicationInsights +**diagrams.azure.managementgovernance.ApplicationInsights** + +ArcMachines +**diagrams.azure.managementgovernance.ArcMachines** + +AutomationAccounts +**diagrams.azure.managementgovernance.AutomationAccounts** + +AzureArc +**diagrams.azure.managementgovernance.AzureArc** + +AzureLighthouse +**diagrams.azure.managementgovernance.AzureLighthouse** + +Blueprints +**diagrams.azure.managementgovernance.Blueprints** + +Compliance +**diagrams.azure.managementgovernance.Compliance** + +CostManagementAndBilling +**diagrams.azure.managementgovernance.CostManagementAndBilling** + +CustomerLockboxForMicrosoftAzure +**diagrams.azure.managementgovernance.CustomerLockboxForMicrosoftAzure** + +DiagnosticsSettings +**diagrams.azure.managementgovernance.DiagnosticsSettings** + +Education +**diagrams.azure.managementgovernance.Education** + +IntuneTrends +**diagrams.azure.managementgovernance.IntuneTrends** + +LogAnalyticsWorkspaces +**diagrams.azure.managementgovernance.LogAnalyticsWorkspaces** + +Machinesazurearc +**diagrams.azure.managementgovernance.Machinesazurearc** + +ManagedApplicationsCenter +**diagrams.azure.managementgovernance.ManagedApplicationsCenter** + +ManagedDesktop +**diagrams.azure.managementgovernance.ManagedDesktop** + +Metrics +**diagrams.azure.managementgovernance.Metrics** + +Monitor +**diagrams.azure.managementgovernance.Monitor** + +MyCustomers +**diagrams.azure.managementgovernance.MyCustomers** + +OperationLogClassic +**diagrams.azure.managementgovernance.OperationLogClassic** + +Policy +**diagrams.azure.managementgovernance.Policy** + +RecoveryServicesVaults +**diagrams.azure.managementgovernance.RecoveryServicesVaults** + +ResourceGraphExplorer +**diagrams.azure.managementgovernance.ResourceGraphExplorer** + +ResourcesProvider +**diagrams.azure.managementgovernance.ResourcesProvider** + +SchedulerJobCollections +**diagrams.azure.managementgovernance.SchedulerJobCollections** + +ServiceCatalogMad +**diagrams.azure.managementgovernance.ServiceCatalogMad** + +ServiceProviders +**diagrams.azure.managementgovernance.ServiceProviders** + +Solutions +**diagrams.azure.managementgovernance.Solutions** + +UniversalPrint +**diagrams.azure.managementgovernance.UniversalPrint** + +UserPrivacy +**diagrams.azure.managementgovernance.UserPrivacy** + +## azure.menu + + +Keys +**diagrams.azure.menu.Keys** + +## azure.migrate + + +AzureDataboxGateway +**diagrams.azure.migrate.AzureDataboxGateway** + +AzureMigrate +**diagrams.azure.migrate.AzureMigrate** + +AzureStackEdge +**diagrams.azure.migrate.AzureStackEdge** + +CostManagementAndBilling +**diagrams.azure.migrate.CostManagementAndBilling** + +DataBox +**diagrams.azure.migrate.DataBox** + +RecoveryServicesVaults +**diagrams.azure.migrate.RecoveryServicesVaults** + ## azure.migration +AzureDatabaseMigrationServices +**diagrams.azure.migration.AzureDatabaseMigrationServices** + DataBoxEdge **diagrams.azure.migration.DataBoxEdge** @@ -485,6 +1556,15 @@ Node classes list of the azure provider. RecoveryServicesVaults **diagrams.azure.migration.RecoveryServicesVaults** +## azure.mixedreality + + +RemoteRendering +**diagrams.azure.mixedreality.RemoteRendering** + +SpatialAnchorAccounts +**diagrams.azure.mixedreality.SpatialAnchorAccounts** + ## azure.ml @@ -524,20 +1604,44 @@ Node classes list of the azure provider. AppServiceMobile **diagrams.azure.mobile.AppServiceMobile** +AppServices +**diagrams.azure.mobile.AppServices** + MobileEngagement **diagrams.azure.mobile.MobileEngagement** NotificationHubs **diagrams.azure.mobile.NotificationHubs** +PowerPlatform +**diagrams.azure.mobile.PowerPlatform** + ## azure.monitor +ActivityLog +**diagrams.azure.monitor.ActivityLog** + +ApplicationInsights +**diagrams.azure.monitor.ApplicationInsights** + +AutoScale +**diagrams.azure.monitor.AutoScale** + +AzureMonitorsForSAPSolutions +**diagrams.azure.monitor.AzureMonitorsForSAPSolutions** + +AzureWorkbooks +**diagrams.azure.monitor.AzureWorkbooks** + ChangeAnalysis **diagrams.azure.monitor.ChangeAnalysis** -Logs -**diagrams.azure.monitor.Logs** +DiagnosticsSettings +**diagrams.azure.monitor.DiagnosticsSettings** + +LogAnalyticsWorkspaces +**diagrams.azure.monitor.LogAnalyticsWorkspaces** Metrics **diagrams.azure.monitor.Metrics** @@ -545,6 +1649,9 @@ Node classes list of the azure provider. Monitor **diagrams.azure.monitor.Monitor** +NetworkWatcher +**diagrams.azure.monitor.NetworkWatcher** + ## azure.network @@ -632,36 +1739,663 @@ Node classes list of the azure provider. VirtualWans **diagrams.azure.network.VirtualWans** +## azure.networking + + +ApplicationGateways +**diagrams.azure.networking.ApplicationGateways** + +AtmMultistack +**diagrams.azure.networking.AtmMultistack** + +AzureCommunicationsGateway +**diagrams.azure.networking.AzureCommunicationsGateway** + +AzureFirewallManager +**diagrams.azure.networking.AzureFirewallManager** + +AzureFirewallPolicy +**diagrams.azure.networking.AzureFirewallPolicy** + +Bastions +**diagrams.azure.networking.Bastions** + +CDNProfiles +**diagrams.azure.networking.CDNProfiles** + +ConnectedCache +**diagrams.azure.networking.ConnectedCache** + +Connections +**diagrams.azure.networking.Connections** + +DDOSProtectionPlans +**diagrams.azure.networking.DDOSProtectionPlans** + +DNSMultistack +**diagrams.azure.networking.DNSMultistack** + +DNSPrivateResolver +**diagrams.azure.networking.DNSPrivateResolver** + +DNSSecurityPolicy +**diagrams.azure.networking.DNSSecurityPolicy** + +DNSZones +**diagrams.azure.networking.DNSZones** + +ExpressrouteCircuits +**diagrams.azure.networking.ExpressrouteCircuits** + +Firewalls +**diagrams.azure.networking.Firewalls** + +FrontDoorAndCDNProfiles +**diagrams.azure.networking.FrontDoorAndCDNProfiles** + +IpAddressManager +**diagrams.azure.networking.IpAddressManager** + +IpGroups +**diagrams.azure.networking.IpGroups** + +LoadBalancerHub +**diagrams.azure.networking.LoadBalancerHub** + +LoadBalancers +**diagrams.azure.networking.LoadBalancers** + +LocalNetworkGateways +**diagrams.azure.networking.LocalNetworkGateways** + +Nat +**diagrams.azure.networking.Nat** + +NetworkInterfaces +**diagrams.azure.networking.NetworkInterfaces** + +NetworkSecurityGroups +**diagrams.azure.networking.NetworkSecurityGroups** + +NetworkWatcher +**diagrams.azure.networking.NetworkWatcher** + +OnPremisesDataGateways +**diagrams.azure.networking.OnPremisesDataGateways** + +PrivateLinkService +**diagrams.azure.networking.PrivateLinkService** + +PrivateLinkServices +**diagrams.azure.networking.PrivateLinkServices** + +PrivateLink +**diagrams.azure.networking.PrivateLink** + +ProximityPlacementGroups +**diagrams.azure.networking.ProximityPlacementGroups** + +PublicIpAddressesClassic +**diagrams.azure.networking.PublicIpAddressesClassic** + +PublicIpAddresses +**diagrams.azure.networking.PublicIpAddresses** + +PublicIpPrefixes +**diagrams.azure.networking.PublicIpPrefixes** + +ReservedIpAddressesClassic +**diagrams.azure.networking.ReservedIpAddressesClassic** + +ResourceManagementPrivateLink +**diagrams.azure.networking.ResourceManagementPrivateLink** + +RouteFilters +**diagrams.azure.networking.RouteFilters** + +RouteTables +**diagrams.azure.networking.RouteTables** + +ServiceEndpointPolicies +**diagrams.azure.networking.ServiceEndpointPolicies** + +SpotVM +**diagrams.azure.networking.SpotVM** + +SpotVmss +**diagrams.azure.networking.SpotVmss** + +Subnet +**diagrams.azure.networking.Subnet** + +TrafficController +**diagrams.azure.networking.TrafficController** + +TrafficManagerProfiles +**diagrams.azure.networking.TrafficManagerProfiles** + +VirtualNetworkGateways +**diagrams.azure.networking.VirtualNetworkGateways** + +VirtualNetworksClassic +**diagrams.azure.networking.VirtualNetworksClassic** + +VirtualNetworks +**diagrams.azure.networking.VirtualNetworks** + +VirtualRouter +**diagrams.azure.networking.VirtualRouter** + +VirtualWanHub +**diagrams.azure.networking.VirtualWanHub** + +VirtualWans +**diagrams.azure.networking.VirtualWans** + +WebApplicationFirewallPolicieswaf +**diagrams.azure.networking.WebApplicationFirewallPolicieswaf** + +## azure.newicons + + +AzureSustainability +**diagrams.azure.newicons.AzureSustainability** + +ConnectedVehiclePlatform +**diagrams.azure.newicons.ConnectedVehiclePlatform** + +EntraConnectHealth +**diagrams.azure.newicons.EntraConnectHealth** + +EntraConnectSync +**diagrams.azure.newicons.EntraConnectSync** + +IcmTroubleshooting +**diagrams.azure.newicons.IcmTroubleshooting** + +Osconfig +**diagrams.azure.newicons.Osconfig** + +StorageActions +**diagrams.azure.newicons.StorageActions** + +## azure.other + + +AadLicenses +**diagrams.azure.other.AadLicenses** + +AksIstio +**diagrams.azure.other.AksIstio** + +AppComplianceAutomation +**diagrams.azure.other.AppComplianceAutomation** + +AppRegistrations +**diagrams.azure.other.AppRegistrations** + +Aquila +**diagrams.azure.other.Aquila** + +ArcDataServices +**diagrams.azure.other.ArcDataServices** + +ArcKubernetes +**diagrams.azure.other.ArcKubernetes** + +ArcPostgresql +**diagrams.azure.other.ArcPostgresql** + +ArcSQLManagedInstance +**diagrams.azure.other.ArcSQLManagedInstance** + +ArcSQLServer +**diagrams.azure.other.ArcSQLServer** + +AvsVM +**diagrams.azure.other.AvsVM** + +AzureA +**diagrams.azure.other.AzureA** + +AzureBackupCenter +**diagrams.azure.other.AzureBackupCenter** + +AzureCenterForSAP +**diagrams.azure.other.AzureCenterForSAP** + +AzureChaosStudio +**diagrams.azure.other.AzureChaosStudio** + +AzureCloudShell +**diagrams.azure.other.AzureCloudShell** + +AzureCommunicationServices +**diagrams.azure.other.AzureCommunicationServices** + +AzureComputeGalleries +**diagrams.azure.other.AzureComputeGalleries** + +AzureDeploymentEnvironments +**diagrams.azure.other.AzureDeploymentEnvironments** + +AzureDevTunnels +**diagrams.azure.other.AzureDevTunnels** + +AzureEdgeHardwareCenter +**diagrams.azure.other.AzureEdgeHardwareCenter** + +AzureHpcWorkbenches +**diagrams.azure.other.AzureHpcWorkbenches** + +AzureLoadTesting +**diagrams.azure.other.AzureLoadTesting** + +AzureManagedGrafana +**diagrams.azure.other.AzureManagedGrafana** + +AzureMonitorDashboard +**diagrams.azure.other.AzureMonitorDashboard** + +AzureNetworkFunctionManagerFunctions +**diagrams.azure.other.AzureNetworkFunctionManagerFunctions** + +AzureNetworkFunctionManager +**diagrams.azure.other.AzureNetworkFunctionManager** + +AzureOrbital +**diagrams.azure.other.AzureOrbital** + +AzureQuotas +**diagrams.azure.other.AzureQuotas** + +AzureSphere +**diagrams.azure.other.AzureSphere** + +AzureStorageMover +**diagrams.azure.other.AzureStorageMover** + +AzureSupportCenterBlue +**diagrams.azure.other.AzureSupportCenterBlue** + +AzureVideoIndexer +**diagrams.azure.other.AzureVideoIndexer** + +AzureVirtualDesktop +**diagrams.azure.other.AzureVirtualDesktop** + +AzureVmwareSolution +**diagrams.azure.other.AzureVmwareSolution** + +Azureattestation +**diagrams.azure.other.Azureattestation** + +Azurite +**diagrams.azure.other.Azurite** + +BackupVault +**diagrams.azure.other.BackupVault** + +BareMetalInfrastructure +**diagrams.azure.other.BareMetalInfrastructure** + +CapacityReservationGroups +**diagrams.azure.other.CapacityReservationGroups** + +CentralServiceInstanceForSAP +**diagrams.azure.other.CentralServiceInstanceForSAP** + +Ceres +**diagrams.azure.other.Ceres** + +CloudServicesExtendedSupport +**diagrams.azure.other.CloudServicesExtendedSupport** + +CommunityImages +**diagrams.azure.other.CommunityImages** + +ComplianceCenter +**diagrams.azure.other.ComplianceCenter** + +ConfidentialLedgers +**diagrams.azure.other.ConfidentialLedgers** + +ContainerAppsEnvironments +**diagrams.azure.other.ContainerAppsEnvironments** + +CostExport +**diagrams.azure.other.CostExport** + +CustomIpPrefix +**diagrams.azure.other.CustomIpPrefix** + +DashboardHub +**diagrams.azure.other.DashboardHub** + +DataCollectionRules +**diagrams.azure.other.DataCollectionRules** + +DatabaseInstanceForSAP +**diagrams.azure.other.DatabaseInstanceForSAP** + +DedicatedHsm +**diagrams.azure.other.DedicatedHsm** + +DefenderCmLocalManager +**diagrams.azure.other.DefenderCmLocalManager** + +DefenderDcsController +**diagrams.azure.other.DefenderDcsController** + +DefenderDistributerControlSystem +**diagrams.azure.other.DefenderDistributerControlSystem** + +DefenderEngineeringStation +**diagrams.azure.other.DefenderEngineeringStation** + +DefenderExternalManagement +**diagrams.azure.other.DefenderExternalManagement** + +DefenderFreezerMonitor +**diagrams.azure.other.DefenderFreezerMonitor** + +DefenderHistorian +**diagrams.azure.other.DefenderHistorian** + +DefenderHmi +**diagrams.azure.other.DefenderHmi** + +DefenderIndustrialPackagingSystem +**diagrams.azure.other.DefenderIndustrialPackagingSystem** + +DefenderIndustrialPrinter +**diagrams.azure.other.DefenderIndustrialPrinter** + +DefenderIndustrialRobot +**diagrams.azure.other.DefenderIndustrialRobot** + +DefenderIndustrialScaleSystem +**diagrams.azure.other.DefenderIndustrialScaleSystem** + +DefenderMarquee +**diagrams.azure.other.DefenderMarquee** + +DefenderMeter +**diagrams.azure.other.DefenderMeter** + +DefenderPlc +**diagrams.azure.other.DefenderPlc** + +DefenderPneumaticDevice +**diagrams.azure.other.DefenderPneumaticDevice** + +DefenderProgramableBoard +**diagrams.azure.other.DefenderProgramableBoard** + +DefenderRelay +**diagrams.azure.other.DefenderRelay** + +DefenderRobotController +**diagrams.azure.other.DefenderRobotController** + +DefenderRtu +**diagrams.azure.other.DefenderRtu** + +DefenderSensor +**diagrams.azure.other.DefenderSensor** + +DefenderSlot +**diagrams.azure.other.DefenderSlot** + +DefenderWebGuidingSystem +**diagrams.azure.other.DefenderWebGuidingSystem** + +DeviceUpdateIotHub +**diagrams.azure.other.DeviceUpdateIotHub** + +DiskPool +**diagrams.azure.other.DiskPool** + +EdgeManagement +**diagrams.azure.other.EdgeManagement** + +ElasticSan +**diagrams.azure.other.ElasticSan** + +ExchangeOnPremisesAccess +**diagrams.azure.other.ExchangeOnPremisesAccess** + +ExpressRouteTrafficCollector +**diagrams.azure.other.ExpressRouteTrafficCollector** + +ExpressrouteDirect +**diagrams.azure.other.ExpressrouteDirect** + +FhirService +**diagrams.azure.other.FhirService** + +Fiji +**diagrams.azure.other.Fiji** + +HdiAksCluster +**diagrams.azure.other.HdiAksCluster** + +InstancePools +**diagrams.azure.other.InstancePools** + +InternetAnalyzerProfiles +**diagrams.azure.other.InternetAnalyzerProfiles** + +KubernetesFleetManager +**diagrams.azure.other.KubernetesFleetManager** + +LocalNetworkGateways +**diagrams.azure.other.LocalNetworkGateways** + +LogAnalyticsQueryPack +**diagrams.azure.other.LogAnalyticsQueryPack** + +ManagedInstanceApacheCassandra +**diagrams.azure.other.ManagedInstanceApacheCassandra** + +MedtechService +**diagrams.azure.other.MedtechService** + +MicrosoftDevBox +**diagrams.azure.other.MicrosoftDevBox** + +MissionLandingZone +**diagrams.azure.other.MissionLandingZone** + +MobileNetworks +**diagrams.azure.other.MobileNetworks** + +ModularDataCenter +**diagrams.azure.other.ModularDataCenter** + +NetworkManagers +**diagrams.azure.other.NetworkManagers** + +NetworkSecurityPerimeters +**diagrams.azure.other.NetworkSecurityPerimeters** + +OpenSupplyChainPlatform +**diagrams.azure.other.OpenSupplyChainPlatform** + +PeeringService +**diagrams.azure.other.PeeringService** + +Peerings +**diagrams.azure.other.Peerings** + +PrivateEndpoints +**diagrams.azure.other.PrivateEndpoints** + +ReservedCapacity +**diagrams.azure.other.ReservedCapacity** + +ResourceGuard +**diagrams.azure.other.ResourceGuard** + +ResourceMover +**diagrams.azure.other.ResourceMover** + +Rtos +**diagrams.azure.other.Rtos** + +SavingsPlans +**diagrams.azure.other.SavingsPlans** + +ScvmmManagementServers +**diagrams.azure.other.ScvmmManagementServers** + +SonicDash +**diagrams.azure.other.SonicDash** + +SshKeys +**diagrams.azure.other.SshKeys** + +StorageFunctions +**diagrams.azure.other.StorageFunctions** + +TargetsManagement +**diagrams.azure.other.TargetsManagement** + +TemplateSpecs +**diagrams.azure.other.TemplateSpecs** + +TestBase +**diagrams.azure.other.TestBase** + +UpdateManagementCenter +**diagrams.azure.other.UpdateManagementCenter** + +VideoAnalyzers +**diagrams.azure.other.VideoAnalyzers** + +VirtualEnclaves +**diagrams.azure.other.VirtualEnclaves** + +VirtualInstanceForSAP +**diagrams.azure.other.VirtualInstanceForSAP** + +VirtualVisitsBuilder +**diagrams.azure.other.VirtualVisitsBuilder** + +VMAppDefinitions +**diagrams.azure.other.VMAppDefinitions** + +VMAppVersions +**diagrams.azure.other.VMAppVersions** + +VMImageVersion +**diagrams.azure.other.VMImageVersion** + +Wac +**diagrams.azure.other.Wac** + +WebAppDatabase +**diagrams.azure.other.WebAppDatabase** + +WebJobs +**diagrams.azure.other.WebJobs** + +WindowsNotificationServices +**diagrams.azure.other.WindowsNotificationServices** + +WorkerContainerApp +**diagrams.azure.other.WorkerContainerApp** + ## azure.security ApplicationSecurityGroups **diagrams.azure.security.ApplicationSecurityGroups** +AzureADAuthenticationMethods +**diagrams.azure.security.AzureADAuthenticationMethods** + +AzureADIdentityProtection +**diagrams.azure.security.AzureADIdentityProtection** + +AzureADPrivlegedIdentityManagement +**diagrams.azure.security.AzureADPrivlegedIdentityManagement** + +AzureADRiskySignins +**diagrams.azure.security.AzureADRiskySignins** + +AzureADRiskyUsers +**diagrams.azure.security.AzureADRiskyUsers** + +AzureInformationProtection +**diagrams.azure.security.AzureInformationProtection** + +AzureSentinel +**diagrams.azure.security.AzureSentinel** + ConditionalAccess **diagrams.azure.security.ConditionalAccess** Defender **diagrams.azure.security.Defender** +Detonation +**diagrams.azure.security.Detonation** + ExtendedSecurityUpdates **diagrams.azure.security.ExtendedSecurityUpdates** +Extendedsecurityupdates +**diagrams.azure.security.Extendedsecurityupdates** + +IdentitySecureScore +**diagrams.azure.security.IdentitySecureScore** + KeyVaults **diagrams.azure.security.KeyVaults** +MicrosoftDefenderEasm +**diagrams.azure.security.MicrosoftDefenderEasm** + +MicrosoftDefenderForCloud +**diagrams.azure.security.MicrosoftDefenderForCloud** + +MicrosoftDefenderForIot +**diagrams.azure.security.MicrosoftDefenderForIot** + +MultifactorAuthentication +**diagrams.azure.security.MultifactorAuthentication** + SecurityCenter **diagrams.azure.security.SecurityCenter** Sentinel **diagrams.azure.security.Sentinel** +UserSettings +**diagrams.azure.security.UserSettings** + ## azure.storage ArchiveStorage **diagrams.azure.storage.ArchiveStorage** +AzureDataboxGateway +**diagrams.azure.storage.AzureDataboxGateway** + +AzureFileshares +**diagrams.azure.storage.AzureFileshares** + +AzureHcpCache +**diagrams.azure.storage.AzureHcpCache** + +AzureNetappFiles +**diagrams.azure.storage.AzureNetappFiles** + +AzureStackEdge +**diagrams.azure.storage.AzureStackEdge** + Azurefxtedgefiler **diagrams.azure.storage.Azurefxtedgefiler** @@ -674,18 +2408,33 @@ Node classes list of the azure provider. DataBox **diagrams.azure.storage.DataBox** +DataLakeStorageGen1 +**diagrams.azure.storage.DataLakeStorageGen1** + DataLakeStorage **diagrams.azure.storage.DataLakeStorage** +DataShareInvitations +**diagrams.azure.storage.DataShareInvitations** + +DataShares +**diagrams.azure.storage.DataShares** + GeneralStorage **diagrams.azure.storage.GeneralStorage** +ImportExportJobs +**diagrams.azure.storage.ImportExportJobs** + NetappFiles **diagrams.azure.storage.NetappFiles** QueuesStorage **diagrams.azure.storage.QueuesStorage** +RecoveryServicesVaults +**diagrams.azure.storage.RecoveryServicesVaults** + StorageAccountsClassic **diagrams.azure.storage.StorageAccountsClassic** @@ -710,9 +2459,15 @@ Node classes list of the azure provider. ## azure.web +APICenter +**diagrams.azure.web.APICenter** + APIConnections **diagrams.azure.web.APIConnections** +APIManagementServices +**diagrams.azure.web.APIManagementServices** + AppServiceCertificates **diagrams.azure.web.AppServiceCertificates** @@ -728,14 +2483,38 @@ Node classes list of the azure provider. AppServices **diagrams.azure.web.AppServices** +AppSpace +**diagrams.azure.web.AppSpace** + +AzureMediaService +**diagrams.azure.web.AzureMediaService** + +AzureSpringApps +**diagrams.azure.web.AzureSpringApps** + +CognitiveSearch +**diagrams.azure.web.CognitiveSearch** + +CognitiveServices +**diagrams.azure.web.CognitiveServices** + +FrontDoorAndCDNProfiles +**diagrams.azure.web.FrontDoorAndCDNProfiles** + MediaServices **diagrams.azure.web.MediaServices** NotificationHubNamespaces **diagrams.azure.web.NotificationHubNamespaces** +PowerPlatform +**diagrams.azure.web.PowerPlatform** + Search **diagrams.azure.web.Search** Signalr **diagrams.azure.web.Signalr** + +StaticApps +**diagrams.azure.web.StaticApps** diff --git a/resources/azure/aimachinelearning/ai-studio.png b/resources/azure/aimachinelearning/ai-studio.png new file mode 100644 index 0000000..b854c85 Binary files /dev/null and b/resources/azure/aimachinelearning/ai-studio.png differ diff --git a/resources/azure/aimachinelearning/anomaly-detector.png b/resources/azure/aimachinelearning/anomaly-detector.png new file mode 100644 index 0000000..ddadfb2 Binary files /dev/null and b/resources/azure/aimachinelearning/anomaly-detector.png differ diff --git a/resources/azure/aimachinelearning/azure-applied-ai-services.png b/resources/azure/aimachinelearning/azure-applied-ai-services.png new file mode 100644 index 0000000..e981506 Binary files /dev/null and b/resources/azure/aimachinelearning/azure-applied-ai-services.png differ diff --git a/resources/azure/aimachinelearning/azure-experimentation-studio.png b/resources/azure/aimachinelearning/azure-experimentation-studio.png new file mode 100644 index 0000000..1667a85 Binary files /dev/null and b/resources/azure/aimachinelearning/azure-experimentation-studio.png differ diff --git a/resources/azure/aimachinelearning/azure-object-understanding.png b/resources/azure/aimachinelearning/azure-object-understanding.png new file mode 100644 index 0000000..d042378 Binary files /dev/null and b/resources/azure/aimachinelearning/azure-object-understanding.png differ diff --git a/resources/azure/aimachinelearning/azure-openai.png b/resources/azure/aimachinelearning/azure-openai.png new file mode 100644 index 0000000..87411cd Binary files /dev/null and b/resources/azure/aimachinelearning/azure-openai.png differ diff --git a/resources/azure/aimachinelearning/batch-ai.png b/resources/azure/aimachinelearning/batch-ai.png new file mode 100644 index 0000000..d60fc78 Binary files /dev/null and b/resources/azure/aimachinelearning/batch-ai.png differ diff --git a/resources/azure/aimachinelearning/bonsai.png b/resources/azure/aimachinelearning/bonsai.png new file mode 100644 index 0000000..1af3f84 Binary files /dev/null and b/resources/azure/aimachinelearning/bonsai.png differ diff --git a/resources/azure/aimachinelearning/bot-services.png b/resources/azure/aimachinelearning/bot-services.png new file mode 100644 index 0000000..ece47b5 Binary files /dev/null and b/resources/azure/aimachinelearning/bot-services.png differ diff --git a/resources/azure/aimachinelearning/cognitive-search.png b/resources/azure/aimachinelearning/cognitive-search.png new file mode 100644 index 0000000..e261524 Binary files /dev/null and b/resources/azure/aimachinelearning/cognitive-search.png differ diff --git a/resources/azure/aimachinelearning/cognitive-services-decisions.png b/resources/azure/aimachinelearning/cognitive-services-decisions.png new file mode 100644 index 0000000..a8fd165 Binary files /dev/null and b/resources/azure/aimachinelearning/cognitive-services-decisions.png differ diff --git a/resources/azure/aimachinelearning/cognitive-services.png b/resources/azure/aimachinelearning/cognitive-services.png new file mode 100644 index 0000000..e8c3d8e Binary files /dev/null and b/resources/azure/aimachinelearning/cognitive-services.png differ diff --git a/resources/azure/aimachinelearning/computer-vision.png b/resources/azure/aimachinelearning/computer-vision.png new file mode 100644 index 0000000..f2bdc91 Binary files /dev/null and b/resources/azure/aimachinelearning/computer-vision.png differ diff --git a/resources/azure/aimachinelearning/content-moderators.png b/resources/azure/aimachinelearning/content-moderators.png new file mode 100644 index 0000000..0e92fa4 Binary files /dev/null and b/resources/azure/aimachinelearning/content-moderators.png differ diff --git a/resources/azure/aimachinelearning/custom-vision.png b/resources/azure/aimachinelearning/custom-vision.png new file mode 100644 index 0000000..44f1322 Binary files /dev/null and b/resources/azure/aimachinelearning/custom-vision.png differ diff --git a/resources/azure/aimachinelearning/face-apis.png b/resources/azure/aimachinelearning/face-apis.png new file mode 100644 index 0000000..2c37617 Binary files /dev/null and b/resources/azure/aimachinelearning/face-apis.png differ diff --git a/resources/azure/aimachinelearning/form-recognizers.png b/resources/azure/aimachinelearning/form-recognizers.png new file mode 100644 index 0000000..d655204 Binary files /dev/null and b/resources/azure/aimachinelearning/form-recognizers.png differ diff --git a/resources/azure/aimachinelearning/genomics-accounts.png b/resources/azure/aimachinelearning/genomics-accounts.png new file mode 100644 index 0000000..e6b6aa7 Binary files /dev/null and b/resources/azure/aimachinelearning/genomics-accounts.png differ diff --git a/resources/azure/aimachinelearning/genomics.png b/resources/azure/aimachinelearning/genomics.png new file mode 100644 index 0000000..e6b6aa7 Binary files /dev/null and b/resources/azure/aimachinelearning/genomics.png differ diff --git a/resources/azure/aimachinelearning/immersive-readers.png b/resources/azure/aimachinelearning/immersive-readers.png new file mode 100644 index 0000000..16382e1 Binary files /dev/null and b/resources/azure/aimachinelearning/immersive-readers.png differ diff --git a/resources/azure/aimachinelearning/language-understanding.png b/resources/azure/aimachinelearning/language-understanding.png new file mode 100644 index 0000000..3fe0a34 Binary files /dev/null and b/resources/azure/aimachinelearning/language-understanding.png differ diff --git a/resources/azure/aimachinelearning/language.png b/resources/azure/aimachinelearning/language.png new file mode 100644 index 0000000..4fc7f13 Binary files /dev/null and b/resources/azure/aimachinelearning/language.png differ diff --git a/resources/azure/aimachinelearning/machine-learning-studio-classic-web-services.png b/resources/azure/aimachinelearning/machine-learning-studio-classic-web-services.png new file mode 100644 index 0000000..ee499a4 Binary files /dev/null and b/resources/azure/aimachinelearning/machine-learning-studio-classic-web-services.png differ diff --git a/resources/azure/aimachinelearning/machine-learning-studio-web-service-plans.png b/resources/azure/aimachinelearning/machine-learning-studio-web-service-plans.png new file mode 100644 index 0000000..d201b1b Binary files /dev/null and b/resources/azure/aimachinelearning/machine-learning-studio-web-service-plans.png differ diff --git a/resources/azure/aimachinelearning/machine-learning-studio-workspaces.png b/resources/azure/aimachinelearning/machine-learning-studio-workspaces.png new file mode 100644 index 0000000..1c5d348 Binary files /dev/null and b/resources/azure/aimachinelearning/machine-learning-studio-workspaces.png differ diff --git a/resources/azure/aimachinelearning/machine-learning.png b/resources/azure/aimachinelearning/machine-learning.png new file mode 100644 index 0000000..a4efd20 Binary files /dev/null and b/resources/azure/aimachinelearning/machine-learning.png differ diff --git a/resources/azure/aimachinelearning/metrics-advisor.png b/resources/azure/aimachinelearning/metrics-advisor.png new file mode 100644 index 0000000..fcdc62e Binary files /dev/null and b/resources/azure/aimachinelearning/metrics-advisor.png differ diff --git a/resources/azure/aimachinelearning/personalizers.png b/resources/azure/aimachinelearning/personalizers.png new file mode 100644 index 0000000..7fb9745 Binary files /dev/null and b/resources/azure/aimachinelearning/personalizers.png differ diff --git a/resources/azure/aimachinelearning/qna-makers.png b/resources/azure/aimachinelearning/qna-makers.png new file mode 100644 index 0000000..e520055 Binary files /dev/null and b/resources/azure/aimachinelearning/qna-makers.png differ diff --git a/resources/azure/aimachinelearning/serverless-search.png b/resources/azure/aimachinelearning/serverless-search.png new file mode 100644 index 0000000..74e0d95 Binary files /dev/null and b/resources/azure/aimachinelearning/serverless-search.png differ diff --git a/resources/azure/aimachinelearning/speech-services.png b/resources/azure/aimachinelearning/speech-services.png new file mode 100644 index 0000000..3351bdd Binary files /dev/null and b/resources/azure/aimachinelearning/speech-services.png differ diff --git a/resources/azure/aimachinelearning/translator-text.png b/resources/azure/aimachinelearning/translator-text.png new file mode 100644 index 0000000..4801b97 Binary files /dev/null and b/resources/azure/aimachinelearning/translator-text.png differ diff --git a/resources/azure/analytics/analysis-services.png b/resources/azure/analytics/analysis-services.png index efa3daf..88a943f 100644 Binary files a/resources/azure/analytics/analysis-services.png and b/resources/azure/analytics/analysis-services.png differ diff --git a/resources/azure/analytics/azure-data-explorer-clusters.png b/resources/azure/analytics/azure-data-explorer-clusters.png new file mode 100644 index 0000000..0fa0048 Binary files /dev/null and b/resources/azure/analytics/azure-data-explorer-clusters.png differ diff --git a/resources/azure/analytics/azure-databricks.png b/resources/azure/analytics/azure-databricks.png new file mode 100644 index 0000000..95d94bc Binary files /dev/null and b/resources/azure/analytics/azure-databricks.png differ diff --git a/resources/azure/analytics/azure-synapse-analytics.png b/resources/azure/analytics/azure-synapse-analytics.png new file mode 100644 index 0000000..05212cc Binary files /dev/null and b/resources/azure/analytics/azure-synapse-analytics.png differ diff --git a/resources/azure/analytics/azure-workbooks.png b/resources/azure/analytics/azure-workbooks.png new file mode 100644 index 0000000..e03f144 Binary files /dev/null and b/resources/azure/analytics/azure-workbooks.png differ diff --git a/resources/azure/analytics/data-factories.png b/resources/azure/analytics/data-factories.png index 6016899..047151f 100644 Binary files a/resources/azure/analytics/data-factories.png and b/resources/azure/analytics/data-factories.png differ diff --git a/resources/azure/analytics/data-lake-analytics.png b/resources/azure/analytics/data-lake-analytics.png index e561bfc..a600c2b 100644 Binary files a/resources/azure/analytics/data-lake-analytics.png and b/resources/azure/analytics/data-lake-analytics.png differ diff --git a/resources/azure/analytics/data-lake-store-gen1.png b/resources/azure/analytics/data-lake-store-gen1.png index 6e86124..3475baa 100644 Binary files a/resources/azure/analytics/data-lake-store-gen1.png and b/resources/azure/analytics/data-lake-store-gen1.png differ diff --git a/resources/azure/analytics/endpoint-analytics.png b/resources/azure/analytics/endpoint-analytics.png new file mode 100644 index 0000000..316b5aa Binary files /dev/null and b/resources/azure/analytics/endpoint-analytics.png differ diff --git a/resources/azure/analytics/event-hub-clusters.png b/resources/azure/analytics/event-hub-clusters.png index dde0c68..b72504d 100644 Binary files a/resources/azure/analytics/event-hub-clusters.png and b/resources/azure/analytics/event-hub-clusters.png differ diff --git a/resources/azure/analytics/event-hubs.png b/resources/azure/analytics/event-hubs.png index 2677ee0..e9effd6 100644 Binary files a/resources/azure/analytics/event-hubs.png and b/resources/azure/analytics/event-hubs.png differ diff --git a/resources/azure/analytics/hd-insight-clusters.png b/resources/azure/analytics/hd-insight-clusters.png new file mode 100644 index 0000000..2aa6bb4 Binary files /dev/null and b/resources/azure/analytics/hd-insight-clusters.png differ diff --git a/resources/azure/analytics/hdinsightclusters.png b/resources/azure/analytics/hdinsightclusters.png deleted file mode 100644 index 42fc1d1..0000000 Binary files a/resources/azure/analytics/hdinsightclusters.png and /dev/null differ diff --git a/resources/azure/analytics/log-analytics-workspaces.png b/resources/azure/analytics/log-analytics-workspaces.png index d3f462a..7ec48ec 100644 Binary files a/resources/azure/analytics/log-analytics-workspaces.png and b/resources/azure/analytics/log-analytics-workspaces.png differ diff --git a/resources/azure/analytics/power-bi-embedded.png b/resources/azure/analytics/power-bi-embedded.png new file mode 100644 index 0000000..9e40f9d Binary files /dev/null and b/resources/azure/analytics/power-bi-embedded.png differ diff --git a/resources/azure/analytics/power-platform.png b/resources/azure/analytics/power-platform.png new file mode 100644 index 0000000..d0f68d7 Binary files /dev/null and b/resources/azure/analytics/power-platform.png differ diff --git a/resources/azure/analytics/private-link-services.png b/resources/azure/analytics/private-link-services.png new file mode 100644 index 0000000..43051c5 Binary files /dev/null and b/resources/azure/analytics/private-link-services.png differ diff --git a/resources/azure/analytics/stream-analytics-jobs.png b/resources/azure/analytics/stream-analytics-jobs.png index a9fceb3..fd07ccb 100644 Binary files a/resources/azure/analytics/stream-analytics-jobs.png and b/resources/azure/analytics/stream-analytics-jobs.png differ diff --git a/resources/azure/appservices/app-service-certificates.png b/resources/azure/appservices/app-service-certificates.png new file mode 100644 index 0000000..b420af7 Binary files /dev/null and b/resources/azure/appservices/app-service-certificates.png differ diff --git a/resources/azure/appservices/app-service-domains.png b/resources/azure/appservices/app-service-domains.png new file mode 100644 index 0000000..514c6f5 Binary files /dev/null and b/resources/azure/appservices/app-service-domains.png differ diff --git a/resources/azure/appservices/app-service-environments.png b/resources/azure/appservices/app-service-environments.png new file mode 100644 index 0000000..b367124 Binary files /dev/null and b/resources/azure/appservices/app-service-environments.png differ diff --git a/resources/azure/appservices/app-service-plans.png b/resources/azure/appservices/app-service-plans.png new file mode 100644 index 0000000..9140fd8 Binary files /dev/null and b/resources/azure/appservices/app-service-plans.png differ diff --git a/resources/azure/appservices/app-services.png b/resources/azure/appservices/app-services.png new file mode 100644 index 0000000..7b2599d Binary files /dev/null and b/resources/azure/appservices/app-services.png differ diff --git a/resources/azure/appservices/cdn-profiles.png b/resources/azure/appservices/cdn-profiles.png new file mode 100644 index 0000000..e4053a1 Binary files /dev/null and b/resources/azure/appservices/cdn-profiles.png differ diff --git a/resources/azure/appservices/cognitive-search.png b/resources/azure/appservices/cognitive-search.png new file mode 100644 index 0000000..e261524 Binary files /dev/null and b/resources/azure/appservices/cognitive-search.png differ diff --git a/resources/azure/appservices/notification-hubs.png b/resources/azure/appservices/notification-hubs.png new file mode 100644 index 0000000..2008e60 Binary files /dev/null and b/resources/azure/appservices/notification-hubs.png differ diff --git a/resources/azure/azureecosystem/applens.png b/resources/azure/azureecosystem/applens.png new file mode 100644 index 0000000..2bf7256 Binary files /dev/null and b/resources/azure/azureecosystem/applens.png differ diff --git a/resources/azure/azureecosystem/azure-hybrid-center.png b/resources/azure/azureecosystem/azure-hybrid-center.png new file mode 100644 index 0000000..a85822d Binary files /dev/null and b/resources/azure/azureecosystem/azure-hybrid-center.png differ diff --git a/resources/azure/azureecosystem/collaborative-service.png b/resources/azure/azureecosystem/collaborative-service.png new file mode 100644 index 0000000..2c09149 Binary files /dev/null and b/resources/azure/azureecosystem/collaborative-service.png differ diff --git a/resources/azure/azurestack/capacity.png b/resources/azure/azurestack/capacity.png new file mode 100644 index 0000000..c24c65d Binary files /dev/null and b/resources/azure/azurestack/capacity.png differ diff --git a/resources/azure/azurestack/infrastructure-backup.png b/resources/azure/azurestack/infrastructure-backup.png new file mode 100644 index 0000000..f42e402 Binary files /dev/null and b/resources/azure/azurestack/infrastructure-backup.png differ diff --git a/resources/azure/azurestack/multi-tenancy.png b/resources/azure/azurestack/multi-tenancy.png new file mode 100644 index 0000000..ec86458 Binary files /dev/null and b/resources/azure/azurestack/multi-tenancy.png differ diff --git a/resources/azure/azurestack/offers.png b/resources/azure/azurestack/offers.png new file mode 100644 index 0000000..aa3281d Binary files /dev/null and b/resources/azure/azurestack/offers.png differ diff --git a/resources/azure/azurestack/plans.png b/resources/azure/azurestack/plans.png new file mode 100644 index 0000000..d5d49ca Binary files /dev/null and b/resources/azure/azurestack/plans.png differ diff --git a/resources/azure/azurestack/updates.png b/resources/azure/azurestack/updates.png new file mode 100644 index 0000000..cc25a88 Binary files /dev/null and b/resources/azure/azurestack/updates.png differ diff --git a/resources/azure/azurestack/user-subscriptions.png b/resources/azure/azurestack/user-subscriptions.png new file mode 100644 index 0000000..d652006 Binary files /dev/null and b/resources/azure/azurestack/user-subscriptions.png differ diff --git a/resources/azure/blockchain/abs-member.png b/resources/azure/blockchain/abs-member.png new file mode 100644 index 0000000..e29dc89 Binary files /dev/null and b/resources/azure/blockchain/abs-member.png differ diff --git a/resources/azure/blockchain/azure-blockchain-service.png b/resources/azure/blockchain/azure-blockchain-service.png new file mode 100644 index 0000000..7ec6ba1 Binary files /dev/null and b/resources/azure/blockchain/azure-blockchain-service.png differ diff --git a/resources/azure/blockchain/azure-token-service.png b/resources/azure/blockchain/azure-token-service.png new file mode 100644 index 0000000..e953bb4 Binary files /dev/null and b/resources/azure/blockchain/azure-token-service.png differ diff --git a/resources/azure/blockchain/blockchain-applications.png b/resources/azure/blockchain/blockchain-applications.png new file mode 100644 index 0000000..5d28278 Binary files /dev/null and b/resources/azure/blockchain/blockchain-applications.png differ diff --git a/resources/azure/blockchain/consortium.png b/resources/azure/blockchain/consortium.png new file mode 100644 index 0000000..bb53988 Binary files /dev/null and b/resources/azure/blockchain/consortium.png differ diff --git a/resources/azure/blockchain/outbound-connection.png b/resources/azure/blockchain/outbound-connection.png new file mode 100644 index 0000000..25c5293 Binary files /dev/null and b/resources/azure/blockchain/outbound-connection.png differ diff --git a/resources/azure/compute/app-services.png b/resources/azure/compute/app-services.png index f7ca7fb..7b2599d 100644 Binary files a/resources/azure/compute/app-services.png and b/resources/azure/compute/app-services.png differ diff --git a/resources/azure/compute/application-group.png b/resources/azure/compute/application-group.png new file mode 100644 index 0000000..e22e323 Binary files /dev/null and b/resources/azure/compute/application-group.png differ diff --git a/resources/azure/compute/automanaged-vm.png b/resources/azure/compute/automanaged-vm.png index ec8365b..ce4570e 100644 Binary files a/resources/azure/compute/automanaged-vm.png and b/resources/azure/compute/automanaged-vm.png differ diff --git a/resources/azure/compute/availability-sets.png b/resources/azure/compute/availability-sets.png index 988e9a6..844c814 100644 Binary files a/resources/azure/compute/availability-sets.png and b/resources/azure/compute/availability-sets.png differ diff --git a/resources/azure/compute/azure-compute-galleries.png b/resources/azure/compute/azure-compute-galleries.png new file mode 100644 index 0000000..40628d6 Binary files /dev/null and b/resources/azure/compute/azure-compute-galleries.png differ diff --git a/resources/azure/compute/azure-spring-apps.png b/resources/azure/compute/azure-spring-apps.png new file mode 100644 index 0000000..190d557 Binary files /dev/null and b/resources/azure/compute/azure-spring-apps.png differ diff --git a/resources/azure/compute/batch-accounts.png b/resources/azure/compute/batch-accounts.png index 8f41434..eda40a2 100644 Binary files a/resources/azure/compute/batch-accounts.png and b/resources/azure/compute/batch-accounts.png differ diff --git a/resources/azure/compute/cloud-services-classic.png b/resources/azure/compute/cloud-services-classic.png index c3fa4d1..827b504 100644 Binary files a/resources/azure/compute/cloud-services-classic.png and b/resources/azure/compute/cloud-services-classic.png differ diff --git a/resources/azure/compute/container-instances.png b/resources/azure/compute/container-instances.png index 6be6aac..c48b713 100644 Binary files a/resources/azure/compute/container-instances.png and b/resources/azure/compute/container-instances.png differ diff --git a/resources/azure/compute/container-services-deprecated.png b/resources/azure/compute/container-services-deprecated.png new file mode 100644 index 0000000..c7e689e Binary files /dev/null and b/resources/azure/compute/container-services-deprecated.png differ diff --git a/resources/azure/compute/disk-encryption-sets.png b/resources/azure/compute/disk-encryption-sets.png index 17b3126..3a453a1 100644 Binary files a/resources/azure/compute/disk-encryption-sets.png and b/resources/azure/compute/disk-encryption-sets.png differ diff --git a/resources/azure/compute/disks-classic.png b/resources/azure/compute/disks-classic.png new file mode 100644 index 0000000..0c0e57b Binary files /dev/null and b/resources/azure/compute/disks-classic.png differ diff --git a/resources/azure/compute/disks-snapshots.png b/resources/azure/compute/disks-snapshots.png new file mode 100644 index 0000000..adb8d25 Binary files /dev/null and b/resources/azure/compute/disks-snapshots.png differ diff --git a/resources/azure/compute/disks.png b/resources/azure/compute/disks.png index effee0b..0c0e57b 100644 Binary files a/resources/azure/compute/disks.png and b/resources/azure/compute/disks.png differ diff --git a/resources/azure/compute/function-apps.png b/resources/azure/compute/function-apps.png index b6c7f67..6362efb 100644 Binary files a/resources/azure/compute/function-apps.png and b/resources/azure/compute/function-apps.png differ diff --git a/resources/azure/compute/host-groups.png b/resources/azure/compute/host-groups.png new file mode 100644 index 0000000..b5fd554 Binary files /dev/null and b/resources/azure/compute/host-groups.png differ diff --git a/resources/azure/compute/host-pools.png b/resources/azure/compute/host-pools.png new file mode 100644 index 0000000..614182a Binary files /dev/null and b/resources/azure/compute/host-pools.png differ diff --git a/resources/azure/compute/hosts.png b/resources/azure/compute/hosts.png new file mode 100644 index 0000000..23c7fc8 Binary files /dev/null and b/resources/azure/compute/hosts.png differ diff --git a/resources/azure/compute/image-definitions.png b/resources/azure/compute/image-definitions.png index de6a2b3..e8f1e3a 100644 Binary files a/resources/azure/compute/image-definitions.png and b/resources/azure/compute/image-definitions.png differ diff --git a/resources/azure/compute/image-templates.png b/resources/azure/compute/image-templates.png new file mode 100644 index 0000000..a216567 Binary files /dev/null and b/resources/azure/compute/image-templates.png differ diff --git a/resources/azure/compute/image-versions.png b/resources/azure/compute/image-versions.png index b62ab43..7a7fa79 100644 Binary files a/resources/azure/compute/image-versions.png and b/resources/azure/compute/image-versions.png differ diff --git a/resources/azure/compute/images.png b/resources/azure/compute/images.png new file mode 100644 index 0000000..6137235 Binary files /dev/null and b/resources/azure/compute/images.png differ diff --git a/resources/azure/compute/kubernetes-services.png b/resources/azure/compute/kubernetes-services.png index 11c37ef..c7e689e 100644 Binary files a/resources/azure/compute/kubernetes-services.png and b/resources/azure/compute/kubernetes-services.png differ diff --git a/resources/azure/compute/maintenance-configuration.png b/resources/azure/compute/maintenance-configuration.png new file mode 100644 index 0000000..f16bcc2 Binary files /dev/null and b/resources/azure/compute/maintenance-configuration.png differ diff --git a/resources/azure/compute/managed-service-fabric.png b/resources/azure/compute/managed-service-fabric.png new file mode 100644 index 0000000..e88bef1 Binary files /dev/null and b/resources/azure/compute/managed-service-fabric.png differ diff --git a/resources/azure/compute/mesh-applications.png b/resources/azure/compute/mesh-applications.png index 468f4e5..408c89c 100644 Binary files a/resources/azure/compute/mesh-applications.png and b/resources/azure/compute/mesh-applications.png differ diff --git a/resources/azure/compute/metrics-advisor.png b/resources/azure/compute/metrics-advisor.png new file mode 100644 index 0000000..fcdc62e Binary files /dev/null and b/resources/azure/compute/metrics-advisor.png differ diff --git a/resources/azure/compute/os-images-classic.png b/resources/azure/compute/os-images-classic.png new file mode 100644 index 0000000..07ed3dd Binary files /dev/null and b/resources/azure/compute/os-images-classic.png differ diff --git a/resources/azure/compute/restore-points-collections.png b/resources/azure/compute/restore-points-collections.png new file mode 100644 index 0000000..dfe3363 Binary files /dev/null and b/resources/azure/compute/restore-points-collections.png differ diff --git a/resources/azure/compute/restore-points.png b/resources/azure/compute/restore-points.png new file mode 100644 index 0000000..a5e9352 Binary files /dev/null and b/resources/azure/compute/restore-points.png differ diff --git a/resources/azure/compute/service-fabric-clusters.png b/resources/azure/compute/service-fabric-clusters.png index a03a219..c8dd477 100644 Binary files a/resources/azure/compute/service-fabric-clusters.png and b/resources/azure/compute/service-fabric-clusters.png differ diff --git a/resources/azure/compute/shared-image-galleries.png b/resources/azure/compute/shared-image-galleries.png index 364a091..8537a9f 100644 Binary files a/resources/azure/compute/shared-image-galleries.png and b/resources/azure/compute/shared-image-galleries.png differ diff --git a/resources/azure/compute/virtual-machine.png b/resources/azure/compute/virtual-machine.png new file mode 100644 index 0000000..829bccc Binary files /dev/null and b/resources/azure/compute/virtual-machine.png differ diff --git a/resources/azure/compute/virtual-machines-classic.png b/resources/azure/compute/virtual-machines-classic.png new file mode 100644 index 0000000..0c922cd Binary files /dev/null and b/resources/azure/compute/virtual-machines-classic.png differ diff --git a/resources/azure/compute/vm-images-classic.png b/resources/azure/compute/vm-images-classic.png new file mode 100644 index 0000000..07ed3dd Binary files /dev/null and b/resources/azure/compute/vm-images-classic.png differ diff --git a/resources/azure/compute/vm-scale-sets.png b/resources/azure/compute/vm-scale-sets.png new file mode 100644 index 0000000..34d43f8 Binary files /dev/null and b/resources/azure/compute/vm-scale-sets.png differ diff --git a/resources/azure/compute/workspaces-2.png b/resources/azure/compute/workspaces-2.png new file mode 100644 index 0000000..20d6f11 Binary files /dev/null and b/resources/azure/compute/workspaces-2.png differ diff --git a/resources/azure/compute/workspaces.png b/resources/azure/compute/workspaces.png index fa399bf..80f239a 100644 Binary files a/resources/azure/compute/workspaces.png and b/resources/azure/compute/workspaces.png differ diff --git a/resources/azure/containers/app-services.png b/resources/azure/containers/app-services.png new file mode 100644 index 0000000..7b2599d Binary files /dev/null and b/resources/azure/containers/app-services.png differ diff --git a/resources/azure/containers/azure-red-hat-openshift.png b/resources/azure/containers/azure-red-hat-openshift.png new file mode 100644 index 0000000..0dac89e Binary files /dev/null and b/resources/azure/containers/azure-red-hat-openshift.png differ diff --git a/resources/azure/containers/batch-accounts.png b/resources/azure/containers/batch-accounts.png new file mode 100644 index 0000000..eda40a2 Binary files /dev/null and b/resources/azure/containers/batch-accounts.png differ diff --git a/resources/azure/containers/container-instances.png b/resources/azure/containers/container-instances.png new file mode 100644 index 0000000..c48b713 Binary files /dev/null and b/resources/azure/containers/container-instances.png differ diff --git a/resources/azure/containers/container-registries.png b/resources/azure/containers/container-registries.png new file mode 100644 index 0000000..56d99e1 Binary files /dev/null and b/resources/azure/containers/container-registries.png differ diff --git a/resources/azure/containers/kubernetes-services.png b/resources/azure/containers/kubernetes-services.png new file mode 100644 index 0000000..c7e689e Binary files /dev/null and b/resources/azure/containers/kubernetes-services.png differ diff --git a/resources/azure/containers/service-fabric-clusters.png b/resources/azure/containers/service-fabric-clusters.png new file mode 100644 index 0000000..c8dd477 Binary files /dev/null and b/resources/azure/containers/service-fabric-clusters.png differ diff --git a/resources/azure/databases/azure-cosmos-db.png b/resources/azure/databases/azure-cosmos-db.png new file mode 100644 index 0000000..ad28505 Binary files /dev/null and b/resources/azure/databases/azure-cosmos-db.png differ diff --git a/resources/azure/databases/azure-data-explorer-clusters.png b/resources/azure/databases/azure-data-explorer-clusters.png new file mode 100644 index 0000000..0fa0048 Binary files /dev/null and b/resources/azure/databases/azure-data-explorer-clusters.png differ diff --git a/resources/azure/databases/azure-database-mariadb-server.png b/resources/azure/databases/azure-database-mariadb-server.png new file mode 100644 index 0000000..e4f74f5 Binary files /dev/null and b/resources/azure/databases/azure-database-mariadb-server.png differ diff --git a/resources/azure/databases/azure-database-migration-services.png b/resources/azure/databases/azure-database-migration-services.png new file mode 100644 index 0000000..563a3c6 Binary files /dev/null and b/resources/azure/databases/azure-database-migration-services.png differ diff --git a/resources/azure/databases/azure-database-mysql-server.png b/resources/azure/databases/azure-database-mysql-server.png new file mode 100644 index 0000000..15705aa Binary files /dev/null and b/resources/azure/databases/azure-database-mysql-server.png differ diff --git a/resources/azure/databases/azure-database-postgresql-server-group.png b/resources/azure/databases/azure-database-postgresql-server-group.png new file mode 100644 index 0000000..214fe3e Binary files /dev/null and b/resources/azure/databases/azure-database-postgresql-server-group.png differ diff --git a/resources/azure/databases/azure-database-postgresql-server.png b/resources/azure/databases/azure-database-postgresql-server.png new file mode 100644 index 0000000..9e9439c Binary files /dev/null and b/resources/azure/databases/azure-database-postgresql-server.png differ diff --git a/resources/azure/databases/azure-purview-accounts.png b/resources/azure/databases/azure-purview-accounts.png new file mode 100644 index 0000000..f35ba91 Binary files /dev/null and b/resources/azure/databases/azure-purview-accounts.png differ diff --git a/resources/azure/databases/azure-sql-edge.png b/resources/azure/databases/azure-sql-edge.png new file mode 100644 index 0000000..8d9b6a9 Binary files /dev/null and b/resources/azure/databases/azure-sql-edge.png differ diff --git a/resources/azure/databases/azure-sql-server-stretch-databases.png b/resources/azure/databases/azure-sql-server-stretch-databases.png new file mode 100644 index 0000000..0eef697 Binary files /dev/null and b/resources/azure/databases/azure-sql-server-stretch-databases.png differ diff --git a/resources/azure/databases/azure-sql-vm.png b/resources/azure/databases/azure-sql-vm.png new file mode 100644 index 0000000..f5da9e4 Binary files /dev/null and b/resources/azure/databases/azure-sql-vm.png differ diff --git a/resources/azure/databases/azure-sql.png b/resources/azure/databases/azure-sql.png new file mode 100644 index 0000000..dc24722 Binary files /dev/null and b/resources/azure/databases/azure-sql.png differ diff --git a/resources/azure/databases/azure-synapse-analytics.png b/resources/azure/databases/azure-synapse-analytics.png new file mode 100644 index 0000000..05212cc Binary files /dev/null and b/resources/azure/databases/azure-synapse-analytics.png differ diff --git a/resources/azure/databases/cache-redis.png b/resources/azure/databases/cache-redis.png new file mode 100644 index 0000000..a14b431 Binary files /dev/null and b/resources/azure/databases/cache-redis.png differ diff --git a/resources/azure/databases/data-factories.png b/resources/azure/databases/data-factories.png new file mode 100644 index 0000000..047151f Binary files /dev/null and b/resources/azure/databases/data-factories.png differ diff --git a/resources/azure/databases/elastic-job-agents.png b/resources/azure/databases/elastic-job-agents.png new file mode 100644 index 0000000..a0a4a5c Binary files /dev/null and b/resources/azure/databases/elastic-job-agents.png differ diff --git a/resources/azure/databases/instance-pools.png b/resources/azure/databases/instance-pools.png new file mode 100644 index 0000000..6f479be Binary files /dev/null and b/resources/azure/databases/instance-pools.png differ diff --git a/resources/azure/databases/managed-database.png b/resources/azure/databases/managed-database.png new file mode 100644 index 0000000..01fde82 Binary files /dev/null and b/resources/azure/databases/managed-database.png differ diff --git a/resources/azure/databases/oracle-database.png b/resources/azure/databases/oracle-database.png new file mode 100644 index 0000000..468a39d Binary files /dev/null and b/resources/azure/databases/oracle-database.png differ diff --git a/resources/azure/databases/sql-data-warehouses.png b/resources/azure/databases/sql-data-warehouses.png new file mode 100644 index 0000000..0eef697 Binary files /dev/null and b/resources/azure/databases/sql-data-warehouses.png differ diff --git a/resources/azure/databases/sql-database.png b/resources/azure/databases/sql-database.png new file mode 100644 index 0000000..98666fa Binary files /dev/null and b/resources/azure/databases/sql-database.png differ diff --git a/resources/azure/databases/sql-elastic-pools.png b/resources/azure/databases/sql-elastic-pools.png new file mode 100644 index 0000000..bf5bdbd Binary files /dev/null and b/resources/azure/databases/sql-elastic-pools.png differ diff --git a/resources/azure/databases/sql-managed-instance.png b/resources/azure/databases/sql-managed-instance.png new file mode 100644 index 0000000..062270f Binary files /dev/null and b/resources/azure/databases/sql-managed-instance.png differ diff --git a/resources/azure/databases/sql-server-registries.png b/resources/azure/databases/sql-server-registries.png new file mode 100644 index 0000000..3b70cbf Binary files /dev/null and b/resources/azure/databases/sql-server-registries.png differ diff --git a/resources/azure/databases/sql-server.png b/resources/azure/databases/sql-server.png new file mode 100644 index 0000000..4038f2c Binary files /dev/null and b/resources/azure/databases/sql-server.png differ diff --git a/resources/azure/databases/ssis-lift-and-shift-ir.png b/resources/azure/databases/ssis-lift-and-shift-ir.png new file mode 100644 index 0000000..3492a17 Binary files /dev/null and b/resources/azure/databases/ssis-lift-and-shift-ir.png differ diff --git a/resources/azure/databases/virtual-clusters.png b/resources/azure/databases/virtual-clusters.png new file mode 100644 index 0000000..bf77ca2 Binary files /dev/null and b/resources/azure/databases/virtual-clusters.png differ diff --git a/resources/azure/devops/api-connections.png b/resources/azure/devops/api-connections.png new file mode 100644 index 0000000..c74cdb2 Binary files /dev/null and b/resources/azure/devops/api-connections.png differ diff --git a/resources/azure/devops/api-management-services.png b/resources/azure/devops/api-management-services.png new file mode 100644 index 0000000..77c7b86 Binary files /dev/null and b/resources/azure/devops/api-management-services.png differ diff --git a/resources/azure/devops/application-insights.png b/resources/azure/devops/application-insights.png index f80e017..af1cc7f 100644 Binary files a/resources/azure/devops/application-insights.png and b/resources/azure/devops/application-insights.png differ diff --git a/resources/azure/devops/azure-devops.png b/resources/azure/devops/azure-devops.png new file mode 100644 index 0000000..03d575a Binary files /dev/null and b/resources/azure/devops/azure-devops.png differ diff --git a/resources/azure/devops/change-analysis.png b/resources/azure/devops/change-analysis.png new file mode 100644 index 0000000..0645000 Binary files /dev/null and b/resources/azure/devops/change-analysis.png differ diff --git a/resources/azure/devops/cloudtest.png b/resources/azure/devops/cloudtest.png new file mode 100644 index 0000000..7167182 Binary files /dev/null and b/resources/azure/devops/cloudtest.png differ diff --git a/resources/azure/devops/code-optimization.png b/resources/azure/devops/code-optimization.png new file mode 100644 index 0000000..77b405e Binary files /dev/null and b/resources/azure/devops/code-optimization.png differ diff --git a/resources/azure/devops/devops-starter.png b/resources/azure/devops/devops-starter.png new file mode 100644 index 0000000..bc93928 Binary files /dev/null and b/resources/azure/devops/devops-starter.png differ diff --git a/resources/azure/devops/devtest-labs.png b/resources/azure/devops/devtest-labs.png index 75b82c1..e8cf336 100644 Binary files a/resources/azure/devops/devtest-labs.png and b/resources/azure/devops/devtest-labs.png differ diff --git a/resources/azure/devops/lab-accounts.png b/resources/azure/devops/lab-accounts.png new file mode 100644 index 0000000..1b36a20 Binary files /dev/null and b/resources/azure/devops/lab-accounts.png differ diff --git a/resources/azure/devops/lab-services.png b/resources/azure/devops/lab-services.png index abbe48d..c138bd1 100644 Binary files a/resources/azure/devops/lab-services.png and b/resources/azure/devops/lab-services.png differ diff --git a/resources/azure/devops/load-testing.png b/resources/azure/devops/load-testing.png new file mode 100644 index 0000000..8dd1125 Binary files /dev/null and b/resources/azure/devops/load-testing.png differ diff --git a/resources/azure/general/all-resources.png b/resources/azure/general/all-resources.png new file mode 100644 index 0000000..5376dcf Binary files /dev/null and b/resources/azure/general/all-resources.png differ diff --git a/resources/azure/general/backlog.png b/resources/azure/general/backlog.png new file mode 100644 index 0000000..d176039 Binary files /dev/null and b/resources/azure/general/backlog.png differ diff --git a/resources/azure/general/biz-talk.png b/resources/azure/general/biz-talk.png new file mode 100644 index 0000000..0159134 Binary files /dev/null and b/resources/azure/general/biz-talk.png differ diff --git a/resources/azure/general/blob-block.png b/resources/azure/general/blob-block.png new file mode 100644 index 0000000..1bf2b82 Binary files /dev/null and b/resources/azure/general/blob-block.png differ diff --git a/resources/azure/general/blob-page.png b/resources/azure/general/blob-page.png new file mode 100644 index 0000000..dce1726 Binary files /dev/null and b/resources/azure/general/blob-page.png differ diff --git a/resources/azure/general/branch.png b/resources/azure/general/branch.png new file mode 100644 index 0000000..8aeb4d7 Binary files /dev/null and b/resources/azure/general/branch.png differ diff --git a/resources/azure/general/browser.png b/resources/azure/general/browser.png new file mode 100644 index 0000000..2bc7f74 Binary files /dev/null and b/resources/azure/general/browser.png differ diff --git a/resources/azure/general/bug.png b/resources/azure/general/bug.png new file mode 100644 index 0000000..6a0dded Binary files /dev/null and b/resources/azure/general/bug.png differ diff --git a/resources/azure/general/builds.png b/resources/azure/general/builds.png new file mode 100644 index 0000000..a436311 Binary files /dev/null and b/resources/azure/general/builds.png differ diff --git a/resources/azure/general/cache.png b/resources/azure/general/cache.png new file mode 100644 index 0000000..84ce88a Binary files /dev/null and b/resources/azure/general/cache.png differ diff --git a/resources/azure/general/code.png b/resources/azure/general/code.png new file mode 100644 index 0000000..0ef1d60 Binary files /dev/null and b/resources/azure/general/code.png differ diff --git a/resources/azure/general/commit.png b/resources/azure/general/commit.png new file mode 100644 index 0000000..ee94643 Binary files /dev/null and b/resources/azure/general/commit.png differ diff --git a/resources/azure/general/controls-horizontal.png b/resources/azure/general/controls-horizontal.png new file mode 100644 index 0000000..d223313 Binary files /dev/null and b/resources/azure/general/controls-horizontal.png differ diff --git a/resources/azure/general/controls.png b/resources/azure/general/controls.png new file mode 100644 index 0000000..4c8484d Binary files /dev/null and b/resources/azure/general/controls.png differ diff --git a/resources/azure/general/cost-alerts.png b/resources/azure/general/cost-alerts.png new file mode 100644 index 0000000..758d3be Binary files /dev/null and b/resources/azure/general/cost-alerts.png differ diff --git a/resources/azure/general/cost-analysis.png b/resources/azure/general/cost-analysis.png new file mode 100644 index 0000000..ea81923 Binary files /dev/null and b/resources/azure/general/cost-analysis.png differ diff --git a/resources/azure/general/cost-budgets.png b/resources/azure/general/cost-budgets.png new file mode 100644 index 0000000..240df68 Binary files /dev/null and b/resources/azure/general/cost-budgets.png differ diff --git a/resources/azure/general/cost-management-and-billing.png b/resources/azure/general/cost-management-and-billing.png new file mode 100644 index 0000000..a55e769 Binary files /dev/null and b/resources/azure/general/cost-management-and-billing.png differ diff --git a/resources/azure/general/cost-management.png b/resources/azure/general/cost-management.png new file mode 100644 index 0000000..d383d03 Binary files /dev/null and b/resources/azure/general/cost-management.png differ diff --git a/resources/azure/general/counter.png b/resources/azure/general/counter.png new file mode 100644 index 0000000..57d2f73 Binary files /dev/null and b/resources/azure/general/counter.png differ diff --git a/resources/azure/general/cubes.png b/resources/azure/general/cubes.png new file mode 100644 index 0000000..f394c0b Binary files /dev/null and b/resources/azure/general/cubes.png differ diff --git a/resources/azure/general/dashboard.png b/resources/azure/general/dashboard.png new file mode 100644 index 0000000..e475377 Binary files /dev/null and b/resources/azure/general/dashboard.png differ diff --git a/resources/azure/general/dev-console.png b/resources/azure/general/dev-console.png new file mode 100644 index 0000000..021c12e Binary files /dev/null and b/resources/azure/general/dev-console.png differ diff --git a/resources/azure/general/download.png b/resources/azure/general/download.png new file mode 100644 index 0000000..1c34bf3 Binary files /dev/null and b/resources/azure/general/download.png differ diff --git a/resources/azure/general/error.png b/resources/azure/general/error.png new file mode 100644 index 0000000..bbb0c47 Binary files /dev/null and b/resources/azure/general/error.png differ diff --git a/resources/azure/general/extensions.png b/resources/azure/general/extensions.png new file mode 100644 index 0000000..61c976a Binary files /dev/null and b/resources/azure/general/extensions.png differ diff --git a/resources/azure/general/feature-previews.png b/resources/azure/general/feature-previews.png new file mode 100644 index 0000000..cc1857b Binary files /dev/null and b/resources/azure/general/feature-previews.png differ diff --git a/resources/azure/general/file.png b/resources/azure/general/file.png new file mode 100644 index 0000000..f5706cf Binary files /dev/null and b/resources/azure/general/file.png differ diff --git a/resources/azure/general/files.png b/resources/azure/general/files.png new file mode 100644 index 0000000..ca00d67 Binary files /dev/null and b/resources/azure/general/files.png differ diff --git a/resources/azure/general/folder-blank.png b/resources/azure/general/folder-blank.png new file mode 100644 index 0000000..18a4f44 Binary files /dev/null and b/resources/azure/general/folder-blank.png differ diff --git a/resources/azure/general/folder-website.png b/resources/azure/general/folder-website.png new file mode 100644 index 0000000..51391d7 Binary files /dev/null and b/resources/azure/general/folder-website.png differ diff --git a/resources/azure/general/free-services.png b/resources/azure/general/free-services.png new file mode 100644 index 0000000..3c961d5 Binary files /dev/null and b/resources/azure/general/free-services.png differ diff --git a/resources/azure/general/ftp.png b/resources/azure/general/ftp.png new file mode 100644 index 0000000..b316ed8 Binary files /dev/null and b/resources/azure/general/ftp.png differ diff --git a/resources/azure/general/gear.png b/resources/azure/general/gear.png new file mode 100644 index 0000000..2d348cd Binary files /dev/null and b/resources/azure/general/gear.png differ diff --git a/resources/azure/general/globe-error.png b/resources/azure/general/globe-error.png new file mode 100644 index 0000000..95473b0 Binary files /dev/null and b/resources/azure/general/globe-error.png differ diff --git a/resources/azure/general/globe-success.png b/resources/azure/general/globe-success.png new file mode 100644 index 0000000..97bbfc7 Binary files /dev/null and b/resources/azure/general/globe-success.png differ diff --git a/resources/azure/general/globe-warning.png b/resources/azure/general/globe-warning.png new file mode 100644 index 0000000..d99c7e8 Binary files /dev/null and b/resources/azure/general/globe-warning.png differ diff --git a/resources/azure/general/guide.png b/resources/azure/general/guide.png new file mode 100644 index 0000000..61be76f Binary files /dev/null and b/resources/azure/general/guide.png differ diff --git a/resources/azure/general/heart.png b/resources/azure/general/heart.png new file mode 100644 index 0000000..cbada8a Binary files /dev/null and b/resources/azure/general/heart.png differ diff --git a/resources/azure/general/help-and-support.png b/resources/azure/general/help-and-support.png new file mode 100644 index 0000000..7a9b638 Binary files /dev/null and b/resources/azure/general/help-and-support.png differ diff --git a/resources/azure/general/image.png b/resources/azure/general/image.png new file mode 100644 index 0000000..49b1673 Binary files /dev/null and b/resources/azure/general/image.png differ diff --git a/resources/azure/general/information.png b/resources/azure/general/information.png index 34af972..c408311 100644 Binary files a/resources/azure/general/information.png and b/resources/azure/general/information.png differ diff --git a/resources/azure/general/input-output.png b/resources/azure/general/input-output.png new file mode 100644 index 0000000..a1484cf Binary files /dev/null and b/resources/azure/general/input-output.png differ diff --git a/resources/azure/general/journey-hub.png b/resources/azure/general/journey-hub.png new file mode 100644 index 0000000..f9ddaf4 Binary files /dev/null and b/resources/azure/general/journey-hub.png differ diff --git a/resources/azure/general/launch-portal.png b/resources/azure/general/launch-portal.png new file mode 100644 index 0000000..fee4b69 Binary files /dev/null and b/resources/azure/general/launch-portal.png differ diff --git a/resources/azure/general/learn.png b/resources/azure/general/learn.png new file mode 100644 index 0000000..03d2319 Binary files /dev/null and b/resources/azure/general/learn.png differ diff --git a/resources/azure/general/load-test.png b/resources/azure/general/load-test.png new file mode 100644 index 0000000..8a4288b Binary files /dev/null and b/resources/azure/general/load-test.png differ diff --git a/resources/azure/general/location.png b/resources/azure/general/location.png new file mode 100644 index 0000000..1955b2d Binary files /dev/null and b/resources/azure/general/location.png differ diff --git a/resources/azure/general/log-streaming.png b/resources/azure/general/log-streaming.png new file mode 100644 index 0000000..813ba1b Binary files /dev/null and b/resources/azure/general/log-streaming.png differ diff --git a/resources/azure/general/management-groups.png b/resources/azure/general/management-groups.png new file mode 100644 index 0000000..05b0b2e Binary files /dev/null and b/resources/azure/general/management-groups.png differ diff --git a/resources/azure/general/management-portal.png b/resources/azure/general/management-portal.png new file mode 100644 index 0000000..5888187 Binary files /dev/null and b/resources/azure/general/management-portal.png differ diff --git a/resources/azure/general/marketplace-management.png b/resources/azure/general/marketplace-management.png new file mode 100644 index 0000000..ebb24ab Binary files /dev/null and b/resources/azure/general/marketplace-management.png differ diff --git a/resources/azure/general/marketplace.png b/resources/azure/general/marketplace.png index 311506f..b457acd 100644 Binary files a/resources/azure/general/marketplace.png and b/resources/azure/general/marketplace.png differ diff --git a/resources/azure/general/media-file.png b/resources/azure/general/media-file.png new file mode 100644 index 0000000..6e66a8c Binary files /dev/null and b/resources/azure/general/media-file.png differ diff --git a/resources/azure/general/media.png b/resources/azure/general/media.png new file mode 100644 index 0000000..2e82cb3 Binary files /dev/null and b/resources/azure/general/media.png differ diff --git a/resources/azure/general/mobile-engagement.png b/resources/azure/general/mobile-engagement.png new file mode 100644 index 0000000..b8e6d40 Binary files /dev/null and b/resources/azure/general/mobile-engagement.png differ diff --git a/resources/azure/general/mobile.png b/resources/azure/general/mobile.png new file mode 100644 index 0000000..5aaea2f Binary files /dev/null and b/resources/azure/general/mobile.png differ diff --git a/resources/azure/general/module.png b/resources/azure/general/module.png new file mode 100644 index 0000000..f4eb633 Binary files /dev/null and b/resources/azure/general/module.png differ diff --git a/resources/azure/general/power-up.png b/resources/azure/general/power-up.png new file mode 100644 index 0000000..175af0d Binary files /dev/null and b/resources/azure/general/power-up.png differ diff --git a/resources/azure/general/power.png b/resources/azure/general/power.png new file mode 100644 index 0000000..7b3aee6 Binary files /dev/null and b/resources/azure/general/power.png differ diff --git a/resources/azure/general/powershell.png b/resources/azure/general/powershell.png new file mode 100644 index 0000000..e5c972e Binary files /dev/null and b/resources/azure/general/powershell.png differ diff --git a/resources/azure/general/preview-features.png b/resources/azure/general/preview-features.png new file mode 100644 index 0000000..03a8b98 Binary files /dev/null and b/resources/azure/general/preview-features.png differ diff --git a/resources/azure/general/process-explorer.png b/resources/azure/general/process-explorer.png new file mode 100644 index 0000000..688837d Binary files /dev/null and b/resources/azure/general/process-explorer.png differ diff --git a/resources/azure/general/production-ready-database.png b/resources/azure/general/production-ready-database.png new file mode 100644 index 0000000..7de8a2b Binary files /dev/null and b/resources/azure/general/production-ready-database.png differ diff --git a/resources/azure/general/quickstart-center.png b/resources/azure/general/quickstart-center.png new file mode 100644 index 0000000..394bfb6 Binary files /dev/null and b/resources/azure/general/quickstart-center.png differ diff --git a/resources/azure/general/recent.png b/resources/azure/general/recent.png index 7d7fb4a..36de596 100644 Binary files a/resources/azure/general/recent.png and b/resources/azure/general/recent.png differ diff --git a/resources/azure/general/region-management.png b/resources/azure/general/region-management.png new file mode 100644 index 0000000..5e34b85 Binary files /dev/null and b/resources/azure/general/region-management.png differ diff --git a/resources/azure/general/reservations.png b/resources/azure/general/reservations.png index ec2ebad..e9d06bd 100644 Binary files a/resources/azure/general/reservations.png and b/resources/azure/general/reservations.png differ diff --git a/resources/azure/general/resource-explorer.png b/resources/azure/general/resource-explorer.png new file mode 100644 index 0000000..8d7ca00 Binary files /dev/null and b/resources/azure/general/resource-explorer.png differ diff --git a/resources/azure/general/resource-group-list.png b/resources/azure/general/resource-group-list.png new file mode 100644 index 0000000..26db3d5 Binary files /dev/null and b/resources/azure/general/resource-group-list.png differ diff --git a/resources/azure/general/resource-groups.png b/resources/azure/general/resource-groups.png new file mode 100644 index 0000000..966098f Binary files /dev/null and b/resources/azure/general/resource-groups.png differ diff --git a/resources/azure/general/resource-linked.png b/resources/azure/general/resource-linked.png new file mode 100644 index 0000000..d26681d Binary files /dev/null and b/resources/azure/general/resource-linked.png differ diff --git a/resources/azure/general/scheduler.png b/resources/azure/general/scheduler.png new file mode 100644 index 0000000..ed7b6ae Binary files /dev/null and b/resources/azure/general/scheduler.png differ diff --git a/resources/azure/general/search-grid.png b/resources/azure/general/search-grid.png new file mode 100644 index 0000000..26db3d5 Binary files /dev/null and b/resources/azure/general/search-grid.png differ diff --git a/resources/azure/general/search.png b/resources/azure/general/search.png new file mode 100644 index 0000000..68f978b Binary files /dev/null and b/resources/azure/general/search.png differ diff --git a/resources/azure/general/server-farm.png b/resources/azure/general/server-farm.png new file mode 100644 index 0000000..71cc77f Binary files /dev/null and b/resources/azure/general/server-farm.png differ diff --git a/resources/azure/general/service-health.png b/resources/azure/general/service-health.png new file mode 100644 index 0000000..aedb4c5 Binary files /dev/null and b/resources/azure/general/service-health.png differ diff --git a/resources/azure/general/ssd.png b/resources/azure/general/ssd.png new file mode 100644 index 0000000..37ca453 Binary files /dev/null and b/resources/azure/general/ssd.png differ diff --git a/resources/azure/general/storage-azure-files.png b/resources/azure/general/storage-azure-files.png new file mode 100644 index 0000000..143ed5f Binary files /dev/null and b/resources/azure/general/storage-azure-files.png differ diff --git a/resources/azure/general/storage-container.png b/resources/azure/general/storage-container.png new file mode 100644 index 0000000..938d905 Binary files /dev/null and b/resources/azure/general/storage-container.png differ diff --git a/resources/azure/general/storage-queue.png b/resources/azure/general/storage-queue.png new file mode 100644 index 0000000..c9fcbb9 Binary files /dev/null and b/resources/azure/general/storage-queue.png differ diff --git a/resources/azure/general/subscriptions.png b/resources/azure/general/subscriptions.png index 9a510f9..699ad3b 100644 Binary files a/resources/azure/general/subscriptions.png and b/resources/azure/general/subscriptions.png differ diff --git a/resources/azure/general/table.png b/resources/azure/general/table.png new file mode 100644 index 0000000..6998bf8 Binary files /dev/null and b/resources/azure/general/table.png differ diff --git a/resources/azure/general/tag.png b/resources/azure/general/tag.png index 5d0ee16..d65079b 100644 Binary files a/resources/azure/general/tag.png and b/resources/azure/general/tag.png differ diff --git a/resources/azure/general/tags.png b/resources/azure/general/tags.png index 58f2b4d..1342b23 100644 Binary files a/resources/azure/general/tags.png and b/resources/azure/general/tags.png differ diff --git a/resources/azure/general/templates.png b/resources/azure/general/templates.png index 263cebb..8cd6785 100644 Binary files a/resources/azure/general/templates.png and b/resources/azure/general/templates.png differ diff --git a/resources/azure/general/tfs-vc-repository.png b/resources/azure/general/tfs-vc-repository.png new file mode 100644 index 0000000..972086a Binary files /dev/null and b/resources/azure/general/tfs-vc-repository.png differ diff --git a/resources/azure/general/toolbox.png b/resources/azure/general/toolbox.png new file mode 100644 index 0000000..0553291 Binary files /dev/null and b/resources/azure/general/toolbox.png differ diff --git a/resources/azure/general/troubleshoot.png b/resources/azure/general/troubleshoot.png new file mode 100644 index 0000000..2257b59 Binary files /dev/null and b/resources/azure/general/troubleshoot.png differ diff --git a/resources/azure/general/versions.png b/resources/azure/general/versions.png new file mode 100644 index 0000000..97004b2 Binary files /dev/null and b/resources/azure/general/versions.png differ diff --git a/resources/azure/general/web-slots.png b/resources/azure/general/web-slots.png new file mode 100644 index 0000000..d777be0 Binary files /dev/null and b/resources/azure/general/web-slots.png differ diff --git a/resources/azure/general/web-test.png b/resources/azure/general/web-test.png new file mode 100644 index 0000000..0e2bb25 Binary files /dev/null and b/resources/azure/general/web-test.png differ diff --git a/resources/azure/general/website-power.png b/resources/azure/general/website-power.png new file mode 100644 index 0000000..92b437e Binary files /dev/null and b/resources/azure/general/website-power.png differ diff --git a/resources/azure/general/website-staging.png b/resources/azure/general/website-staging.png new file mode 100644 index 0000000..40593b1 Binary files /dev/null and b/resources/azure/general/website-staging.png differ diff --git a/resources/azure/general/workbooks.png b/resources/azure/general/workbooks.png new file mode 100644 index 0000000..1043b11 Binary files /dev/null and b/resources/azure/general/workbooks.png differ diff --git a/resources/azure/general/workflow.png b/resources/azure/general/workflow.png new file mode 100644 index 0000000..665cfe6 Binary files /dev/null and b/resources/azure/general/workflow.png differ diff --git a/resources/azure/hybridmulticloud/azure-operator-5g-core.png b/resources/azure/hybridmulticloud/azure-operator-5g-core.png new file mode 100644 index 0000000..5cb3597 Binary files /dev/null and b/resources/azure/hybridmulticloud/azure-operator-5g-core.png differ diff --git a/resources/azure/hybridmulticloud/azure-operator-insights.png b/resources/azure/hybridmulticloud/azure-operator-insights.png new file mode 100644 index 0000000..d3f1fd5 Binary files /dev/null and b/resources/azure/hybridmulticloud/azure-operator-insights.png differ diff --git a/resources/azure/hybridmulticloud/azure-operator-nexus.png b/resources/azure/hybridmulticloud/azure-operator-nexus.png new file mode 100644 index 0000000..6fc9e12 Binary files /dev/null and b/resources/azure/hybridmulticloud/azure-operator-nexus.png differ diff --git a/resources/azure/hybridmulticloud/azure-operator-service-manager.png b/resources/azure/hybridmulticloud/azure-operator-service-manager.png new file mode 100644 index 0000000..4731bbc Binary files /dev/null and b/resources/azure/hybridmulticloud/azure-operator-service-manager.png differ diff --git a/resources/azure/hybridmulticloud/azure-programmable-connectivity.png b/resources/azure/hybridmulticloud/azure-programmable-connectivity.png new file mode 100644 index 0000000..01ed01b Binary files /dev/null and b/resources/azure/hybridmulticloud/azure-programmable-connectivity.png differ diff --git a/resources/azure/identity/aad-licenses.png b/resources/azure/identity/aad-licenses.png new file mode 100644 index 0000000..dd139ad Binary files /dev/null and b/resources/azure/identity/aad-licenses.png differ diff --git a/resources/azure/identity/active-directory-connect-health.png b/resources/azure/identity/active-directory-connect-health.png index 5dea39e..2321819 100644 Binary files a/resources/azure/identity/active-directory-connect-health.png and b/resources/azure/identity/active-directory-connect-health.png differ diff --git a/resources/azure/identity/administrative-units.png b/resources/azure/identity/administrative-units.png new file mode 100644 index 0000000..498480f Binary files /dev/null and b/resources/azure/identity/administrative-units.png differ diff --git a/resources/azure/identity/api-proxy.png b/resources/azure/identity/api-proxy.png new file mode 100644 index 0000000..f5b504f Binary files /dev/null and b/resources/azure/identity/api-proxy.png differ diff --git a/resources/azure/identity/app-registrations.png b/resources/azure/identity/app-registrations.png index 755dc76..8e1e9a0 100644 Binary files a/resources/azure/identity/app-registrations.png and b/resources/azure/identity/app-registrations.png differ diff --git a/resources/azure/identity/azure-active-directory.png b/resources/azure/identity/azure-active-directory.png new file mode 100644 index 0000000..2b43d24 Binary files /dev/null and b/resources/azure/identity/azure-active-directory.png differ diff --git a/resources/azure/identity/azure-ad-b2c.png b/resources/azure/identity/azure-ad-b2c.png new file mode 100644 index 0000000..909f69e Binary files /dev/null and b/resources/azure/identity/azure-ad-b2c.png differ diff --git a/resources/azure/identity/azure-ad-domain-services.png b/resources/azure/identity/azure-ad-domain-services.png new file mode 100644 index 0000000..cd46440 Binary files /dev/null and b/resources/azure/identity/azure-ad-domain-services.png differ diff --git a/resources/azure/identity/azure-ad-identity-protection.png b/resources/azure/identity/azure-ad-identity-protection.png new file mode 100644 index 0000000..335d6f1 Binary files /dev/null and b/resources/azure/identity/azure-ad-identity-protection.png differ diff --git a/resources/azure/identity/azure-ad-privilege-identity-management.png b/resources/azure/identity/azure-ad-privilege-identity-management.png new file mode 100644 index 0000000..3ab5fb4 Binary files /dev/null and b/resources/azure/identity/azure-ad-privilege-identity-management.png differ diff --git a/resources/azure/identity/azure-ad-privleged-identity-management.png b/resources/azure/identity/azure-ad-privleged-identity-management.png new file mode 100644 index 0000000..f8741e5 Binary files /dev/null and b/resources/azure/identity/azure-ad-privleged-identity-management.png differ diff --git a/resources/azure/identity/azure-ad-roles-and-administrators.png b/resources/azure/identity/azure-ad-roles-and-administrators.png new file mode 100644 index 0000000..afb818a Binary files /dev/null and b/resources/azure/identity/azure-ad-roles-and-administrators.png differ diff --git a/resources/azure/identity/azure-information-protection.png b/resources/azure/identity/azure-information-protection.png new file mode 100644 index 0000000..0a96861 Binary files /dev/null and b/resources/azure/identity/azure-information-protection.png differ diff --git a/resources/azure/identity/custom-azure-ad-roles.png b/resources/azure/identity/custom-azure-ad-roles.png new file mode 100644 index 0000000..16b47b3 Binary files /dev/null and b/resources/azure/identity/custom-azure-ad-roles.png differ diff --git a/resources/azure/identity/enterprise-applications.png b/resources/azure/identity/enterprise-applications.png index f14e0c9..eb8a98e 100644 Binary files a/resources/azure/identity/enterprise-applications.png and b/resources/azure/identity/enterprise-applications.png differ diff --git a/resources/azure/identity/entra-connect.png b/resources/azure/identity/entra-connect.png new file mode 100644 index 0000000..ebc7808 Binary files /dev/null and b/resources/azure/identity/entra-connect.png differ diff --git a/resources/azure/identity/entra-domain-services.png b/resources/azure/identity/entra-domain-services.png new file mode 100644 index 0000000..6406c1f Binary files /dev/null and b/resources/azure/identity/entra-domain-services.png differ diff --git a/resources/azure/identity/entra-id-protection.png b/resources/azure/identity/entra-id-protection.png new file mode 100644 index 0000000..a6393d1 Binary files /dev/null and b/resources/azure/identity/entra-id-protection.png differ diff --git a/resources/azure/identity/entra-managed-identities.png b/resources/azure/identity/entra-managed-identities.png new file mode 100644 index 0000000..4843229 Binary files /dev/null and b/resources/azure/identity/entra-managed-identities.png differ diff --git a/resources/azure/identity/entra-privleged-identity-management.png b/resources/azure/identity/entra-privleged-identity-management.png new file mode 100644 index 0000000..5213dea Binary files /dev/null and b/resources/azure/identity/entra-privleged-identity-management.png differ diff --git a/resources/azure/identity/entra-verified-id.png b/resources/azure/identity/entra-verified-id.png new file mode 100644 index 0000000..5601ffd Binary files /dev/null and b/resources/azure/identity/entra-verified-id.png differ diff --git a/resources/azure/identity/external-identities.png b/resources/azure/identity/external-identities.png new file mode 100644 index 0000000..d2cf75a Binary files /dev/null and b/resources/azure/identity/external-identities.png differ diff --git a/resources/azure/identity/global-secure-access.png b/resources/azure/identity/global-secure-access.png new file mode 100644 index 0000000..33f8d96 Binary files /dev/null and b/resources/azure/identity/global-secure-access.png differ diff --git a/resources/azure/identity/groups.png b/resources/azure/identity/groups.png index b859b01..5a6c80f 100644 Binary files a/resources/azure/identity/groups.png and b/resources/azure/identity/groups.png differ diff --git a/resources/azure/identity/identity-governance.png b/resources/azure/identity/identity-governance.png index fe46559..f424f46 100644 Binary files a/resources/azure/identity/identity-governance.png and b/resources/azure/identity/identity-governance.png differ diff --git a/resources/azure/identity/internet-access.png b/resources/azure/identity/internet-access.png new file mode 100644 index 0000000..8ffcf89 Binary files /dev/null and b/resources/azure/identity/internet-access.png differ diff --git a/resources/azure/identity/managed-identities.png b/resources/azure/identity/managed-identities.png index d191007..e7a1bd9 100644 Binary files a/resources/azure/identity/managed-identities.png and b/resources/azure/identity/managed-identities.png differ diff --git a/resources/azure/identity/private-access.png b/resources/azure/identity/private-access.png new file mode 100644 index 0000000..2979efc Binary files /dev/null and b/resources/azure/identity/private-access.png differ diff --git a/resources/azure/identity/security.png b/resources/azure/identity/security.png new file mode 100644 index 0000000..3985d88 Binary files /dev/null and b/resources/azure/identity/security.png differ diff --git a/resources/azure/identity/tenant-properties.png b/resources/azure/identity/tenant-properties.png new file mode 100644 index 0000000..1e4e861 Binary files /dev/null and b/resources/azure/identity/tenant-properties.png differ diff --git a/resources/azure/identity/user-settings.png b/resources/azure/identity/user-settings.png new file mode 100644 index 0000000..b21a4c9 Binary files /dev/null and b/resources/azure/identity/user-settings.png differ diff --git a/resources/azure/identity/users.png b/resources/azure/identity/users.png index 0da5d6d..4f6785b 100644 Binary files a/resources/azure/identity/users.png and b/resources/azure/identity/users.png differ diff --git a/resources/azure/identity/verifiable-credentials.png b/resources/azure/identity/verifiable-credentials.png new file mode 100644 index 0000000..95cb270 Binary files /dev/null and b/resources/azure/identity/verifiable-credentials.png differ diff --git a/resources/azure/integration/api-connections.png b/resources/azure/integration/api-connections.png new file mode 100644 index 0000000..c74cdb2 Binary files /dev/null and b/resources/azure/integration/api-connections.png differ diff --git a/resources/azure/integration/api-management-services.png b/resources/azure/integration/api-management-services.png new file mode 100644 index 0000000..77c7b86 Binary files /dev/null and b/resources/azure/integration/api-management-services.png differ diff --git a/resources/azure/integration/app-configuration.png b/resources/azure/integration/app-configuration.png index 088ea17..9ce76ad 100644 Binary files a/resources/azure/integration/app-configuration.png and b/resources/azure/integration/app-configuration.png differ diff --git a/resources/azure/integration/azure-api-for-fhir.png b/resources/azure/integration/azure-api-for-fhir.png new file mode 100644 index 0000000..8b650f9 Binary files /dev/null and b/resources/azure/integration/azure-api-for-fhir.png differ diff --git a/resources/azure/integration/azure-data-catalog.png b/resources/azure/integration/azure-data-catalog.png new file mode 100644 index 0000000..eb232bb Binary files /dev/null and b/resources/azure/integration/azure-data-catalog.png differ diff --git a/resources/azure/integration/azure-databox-gateway.png b/resources/azure/integration/azure-databox-gateway.png new file mode 100644 index 0000000..54d5352 Binary files /dev/null and b/resources/azure/integration/azure-databox-gateway.png differ diff --git a/resources/azure/integration/azure-service-bus.png b/resources/azure/integration/azure-service-bus.png new file mode 100644 index 0000000..9b74ddd Binary files /dev/null and b/resources/azure/integration/azure-service-bus.png differ diff --git a/resources/azure/integration/azure-sql-server-stretch-databases.png b/resources/azure/integration/azure-sql-server-stretch-databases.png new file mode 100644 index 0000000..0eef697 Binary files /dev/null and b/resources/azure/integration/azure-sql-server-stretch-databases.png differ diff --git a/resources/azure/integration/azure-stack-edge.png b/resources/azure/integration/azure-stack-edge.png new file mode 100644 index 0000000..0db6b94 Binary files /dev/null and b/resources/azure/integration/azure-stack-edge.png differ diff --git a/resources/azure/integration/data-factories.png b/resources/azure/integration/data-factories.png new file mode 100644 index 0000000..047151f Binary files /dev/null and b/resources/azure/integration/data-factories.png differ diff --git a/resources/azure/integration/event-grid-domains.png b/resources/azure/integration/event-grid-domains.png index 53e285a..ca036c8 100644 Binary files a/resources/azure/integration/event-grid-domains.png and b/resources/azure/integration/event-grid-domains.png differ diff --git a/resources/azure/integration/event-grid-subscriptions.png b/resources/azure/integration/event-grid-subscriptions.png index 53e285a..ca036c8 100644 Binary files a/resources/azure/integration/event-grid-subscriptions.png and b/resources/azure/integration/event-grid-subscriptions.png differ diff --git a/resources/azure/integration/event-grid-topics.png b/resources/azure/integration/event-grid-topics.png index 04213c3..35cdeab 100644 Binary files a/resources/azure/integration/event-grid-topics.png and b/resources/azure/integration/event-grid-topics.png differ diff --git a/resources/azure/integration/integration-accounts.png b/resources/azure/integration/integration-accounts.png index a729534..c4593bc 100644 Binary files a/resources/azure/integration/integration-accounts.png and b/resources/azure/integration/integration-accounts.png differ diff --git a/resources/azure/integration/integration-environments.png b/resources/azure/integration/integration-environments.png new file mode 100644 index 0000000..0945bdb Binary files /dev/null and b/resources/azure/integration/integration-environments.png differ diff --git a/resources/azure/integration/integration-service-environments.png b/resources/azure/integration/integration-service-environments.png index fefb03b..97a934a 100644 Binary files a/resources/azure/integration/integration-service-environments.png and b/resources/azure/integration/integration-service-environments.png differ diff --git a/resources/azure/integration/logic-apps-custom-connector.png b/resources/azure/integration/logic-apps-custom-connector.png index ace467c..28fd955 100644 Binary files a/resources/azure/integration/logic-apps-custom-connector.png and b/resources/azure/integration/logic-apps-custom-connector.png differ diff --git a/resources/azure/integration/logic-apps.png b/resources/azure/integration/logic-apps.png index b07f52c..ff95102 100644 Binary files a/resources/azure/integration/logic-apps.png and b/resources/azure/integration/logic-apps.png differ diff --git a/resources/azure/integration/partner-namespace.png b/resources/azure/integration/partner-namespace.png new file mode 100644 index 0000000..a9836d5 Binary files /dev/null and b/resources/azure/integration/partner-namespace.png differ diff --git a/resources/azure/integration/partner-registration.png b/resources/azure/integration/partner-registration.png new file mode 100644 index 0000000..368e877 Binary files /dev/null and b/resources/azure/integration/partner-registration.png differ diff --git a/resources/azure/integration/partner-topic.png b/resources/azure/integration/partner-topic.png index 0631a55..94e38fd 100644 Binary files a/resources/azure/integration/partner-topic.png and b/resources/azure/integration/partner-topic.png differ diff --git a/resources/azure/integration/power-platform.png b/resources/azure/integration/power-platform.png new file mode 100644 index 0000000..d0f68d7 Binary files /dev/null and b/resources/azure/integration/power-platform.png differ diff --git a/resources/azure/integration/relays.png b/resources/azure/integration/relays.png new file mode 100644 index 0000000..31edaf9 Binary files /dev/null and b/resources/azure/integration/relays.png differ diff --git a/resources/azure/integration/sendgrid-accounts.png b/resources/azure/integration/sendgrid-accounts.png index e4cd7af..a8623f0 100644 Binary files a/resources/azure/integration/sendgrid-accounts.png and b/resources/azure/integration/sendgrid-accounts.png differ diff --git a/resources/azure/integration/software-as-a-service.png b/resources/azure/integration/software-as-a-service.png index de893bc..068cb47 100644 Binary files a/resources/azure/integration/software-as-a-service.png and b/resources/azure/integration/software-as-a-service.png differ diff --git a/resources/azure/integration/sql-data-warehouses.png b/resources/azure/integration/sql-data-warehouses.png new file mode 100644 index 0000000..0eef697 Binary files /dev/null and b/resources/azure/integration/sql-data-warehouses.png differ diff --git a/resources/azure/integration/storsimple-device-managers.png b/resources/azure/integration/storsimple-device-managers.png index b29ce45..0a3ded7 100644 Binary files a/resources/azure/integration/storsimple-device-managers.png and b/resources/azure/integration/storsimple-device-managers.png differ diff --git a/resources/azure/integration/system-topic.png b/resources/azure/integration/system-topic.png index 83e941b..e0d1083 100644 Binary files a/resources/azure/integration/system-topic.png and b/resources/azure/integration/system-topic.png differ diff --git a/resources/azure/intune/azure-ad-roles-and-administrators.png b/resources/azure/intune/azure-ad-roles-and-administrators.png new file mode 100644 index 0000000..afb818a Binary files /dev/null and b/resources/azure/intune/azure-ad-roles-and-administrators.png differ diff --git a/resources/azure/intune/client-apps.png b/resources/azure/intune/client-apps.png new file mode 100644 index 0000000..a6d3a1d Binary files /dev/null and b/resources/azure/intune/client-apps.png differ diff --git a/resources/azure/intune/device-compliance.png b/resources/azure/intune/device-compliance.png new file mode 100644 index 0000000..88069f3 Binary files /dev/null and b/resources/azure/intune/device-compliance.png differ diff --git a/resources/azure/intune/device-configuration.png b/resources/azure/intune/device-configuration.png new file mode 100644 index 0000000..75e8497 Binary files /dev/null and b/resources/azure/intune/device-configuration.png differ diff --git a/resources/azure/intune/device-enrollment.png b/resources/azure/intune/device-enrollment.png new file mode 100644 index 0000000..35e069b Binary files /dev/null and b/resources/azure/intune/device-enrollment.png differ diff --git a/resources/azure/intune/device-security-apple.png b/resources/azure/intune/device-security-apple.png new file mode 100644 index 0000000..810937e Binary files /dev/null and b/resources/azure/intune/device-security-apple.png differ diff --git a/resources/azure/intune/device-security-google.png b/resources/azure/intune/device-security-google.png new file mode 100644 index 0000000..4b9e584 Binary files /dev/null and b/resources/azure/intune/device-security-google.png differ diff --git a/resources/azure/intune/device-security-windows.png b/resources/azure/intune/device-security-windows.png new file mode 100644 index 0000000..9d8775a Binary files /dev/null and b/resources/azure/intune/device-security-windows.png differ diff --git a/resources/azure/intune/devices.png b/resources/azure/intune/devices.png new file mode 100644 index 0000000..a5970e5 Binary files /dev/null and b/resources/azure/intune/devices.png differ diff --git a/resources/azure/intune/ebooks.png b/resources/azure/intune/ebooks.png new file mode 100644 index 0000000..c6ff818 Binary files /dev/null and b/resources/azure/intune/ebooks.png differ diff --git a/resources/azure/intune/exchange-access.png b/resources/azure/intune/exchange-access.png new file mode 100644 index 0000000..280d1e1 Binary files /dev/null and b/resources/azure/intune/exchange-access.png differ diff --git a/resources/azure/intune/intune-app-protection.png b/resources/azure/intune/intune-app-protection.png new file mode 100644 index 0000000..9d2ef04 Binary files /dev/null and b/resources/azure/intune/intune-app-protection.png differ diff --git a/resources/azure/intune/intune-for-education.png b/resources/azure/intune/intune-for-education.png new file mode 100644 index 0000000..9d2ef04 Binary files /dev/null and b/resources/azure/intune/intune-for-education.png differ diff --git a/resources/azure/intune/intune.png b/resources/azure/intune/intune.png new file mode 100644 index 0000000..9d2ef04 Binary files /dev/null and b/resources/azure/intune/intune.png differ diff --git a/resources/azure/intune/mindaro.png b/resources/azure/intune/mindaro.png new file mode 100644 index 0000000..d4a61d9 Binary files /dev/null and b/resources/azure/intune/mindaro.png differ diff --git a/resources/azure/intune/security-baselines.png b/resources/azure/intune/security-baselines.png new file mode 100644 index 0000000..f337711 Binary files /dev/null and b/resources/azure/intune/security-baselines.png differ diff --git a/resources/azure/intune/software-updates.png b/resources/azure/intune/software-updates.png new file mode 100644 index 0000000..2c76eaa Binary files /dev/null and b/resources/azure/intune/software-updates.png differ diff --git a/resources/azure/intune/tenant-status.png b/resources/azure/intune/tenant-status.png new file mode 100644 index 0000000..2288941 Binary files /dev/null and b/resources/azure/intune/tenant-status.png differ diff --git a/resources/azure/iot/azure-cosmos-db.png b/resources/azure/iot/azure-cosmos-db.png new file mode 100644 index 0000000..ad28505 Binary files /dev/null and b/resources/azure/iot/azure-cosmos-db.png differ diff --git a/resources/azure/iot/azure-databox-gateway.png b/resources/azure/iot/azure-databox-gateway.png new file mode 100644 index 0000000..54d5352 Binary files /dev/null and b/resources/azure/iot/azure-databox-gateway.png differ diff --git a/resources/azure/iot/azure-iot-operations.png b/resources/azure/iot/azure-iot-operations.png new file mode 100644 index 0000000..7d37fa7 Binary files /dev/null and b/resources/azure/iot/azure-iot-operations.png differ diff --git a/resources/azure/iot/azure-maps-accounts.png b/resources/azure/iot/azure-maps-accounts.png new file mode 100644 index 0000000..575da13 Binary files /dev/null and b/resources/azure/iot/azure-maps-accounts.png differ diff --git a/resources/azure/iot/azure-stack.png b/resources/azure/iot/azure-stack.png new file mode 100644 index 0000000..bdc9f54 Binary files /dev/null and b/resources/azure/iot/azure-stack.png differ diff --git a/resources/azure/iot/device-provisioning-services.png b/resources/azure/iot/device-provisioning-services.png index f0fba92..7035b73 100644 Binary files a/resources/azure/iot/device-provisioning-services.png and b/resources/azure/iot/device-provisioning-services.png differ diff --git a/resources/azure/iot/digital-twins.png b/resources/azure/iot/digital-twins.png index ceb39f8..d1f3637 100644 Binary files a/resources/azure/iot/digital-twins.png and b/resources/azure/iot/digital-twins.png differ diff --git a/resources/azure/iot/event-grid-subscriptions.png b/resources/azure/iot/event-grid-subscriptions.png new file mode 100644 index 0000000..ca036c8 Binary files /dev/null and b/resources/azure/iot/event-grid-subscriptions.png differ diff --git a/resources/azure/iot/event-hub-clusters.png b/resources/azure/iot/event-hub-clusters.png new file mode 100644 index 0000000..b72504d Binary files /dev/null and b/resources/azure/iot/event-hub-clusters.png differ diff --git a/resources/azure/iot/event-hubs.png b/resources/azure/iot/event-hubs.png new file mode 100644 index 0000000..e9effd6 Binary files /dev/null and b/resources/azure/iot/event-hubs.png differ diff --git a/resources/azure/iot/function-apps.png b/resources/azure/iot/function-apps.png new file mode 100644 index 0000000..6362efb Binary files /dev/null and b/resources/azure/iot/function-apps.png differ diff --git a/resources/azure/iot/industrial-iot.png b/resources/azure/iot/industrial-iot.png new file mode 100644 index 0000000..fcc9a11 Binary files /dev/null and b/resources/azure/iot/industrial-iot.png differ diff --git a/resources/azure/iot/iot-central-applications.png b/resources/azure/iot/iot-central-applications.png index 0400504..1769ee4 100644 Binary files a/resources/azure/iot/iot-central-applications.png and b/resources/azure/iot/iot-central-applications.png differ diff --git a/resources/azure/iot/iot-edge.png b/resources/azure/iot/iot-edge.png new file mode 100644 index 0000000..e181e65 Binary files /dev/null and b/resources/azure/iot/iot-edge.png differ diff --git a/resources/azure/iot/iot-hub.png b/resources/azure/iot/iot-hub.png index 664bc23..477ad86 100644 Binary files a/resources/azure/iot/iot-hub.png and b/resources/azure/iot/iot-hub.png differ diff --git a/resources/azure/iot/logic-apps.png b/resources/azure/iot/logic-apps.png new file mode 100644 index 0000000..ff95102 Binary files /dev/null and b/resources/azure/iot/logic-apps.png differ diff --git a/resources/azure/iot/machine-learning-studio-classic-web-services.png b/resources/azure/iot/machine-learning-studio-classic-web-services.png new file mode 100644 index 0000000..ee499a4 Binary files /dev/null and b/resources/azure/iot/machine-learning-studio-classic-web-services.png differ diff --git a/resources/azure/iot/machine-learning-studio-web-service-plans.png b/resources/azure/iot/machine-learning-studio-web-service-plans.png new file mode 100644 index 0000000..d201b1b Binary files /dev/null and b/resources/azure/iot/machine-learning-studio-web-service-plans.png differ diff --git a/resources/azure/iot/machine-learning-studio-workspaces.png b/resources/azure/iot/machine-learning-studio-workspaces.png new file mode 100644 index 0000000..1c5d348 Binary files /dev/null and b/resources/azure/iot/machine-learning-studio-workspaces.png differ diff --git a/resources/azure/iot/notification-hub-namespaces.png b/resources/azure/iot/notification-hub-namespaces.png new file mode 100644 index 0000000..2008e60 Binary files /dev/null and b/resources/azure/iot/notification-hub-namespaces.png differ diff --git a/resources/azure/iot/notification-hubs.png b/resources/azure/iot/notification-hubs.png new file mode 100644 index 0000000..2008e60 Binary files /dev/null and b/resources/azure/iot/notification-hubs.png differ diff --git a/resources/azure/iot/stack-hci-premium.png b/resources/azure/iot/stack-hci-premium.png new file mode 100644 index 0000000..0970c48 Binary files /dev/null and b/resources/azure/iot/stack-hci-premium.png differ diff --git a/resources/azure/iot/stream-analytics-jobs.png b/resources/azure/iot/stream-analytics-jobs.png new file mode 100644 index 0000000..fd07ccb Binary files /dev/null and b/resources/azure/iot/stream-analytics-jobs.png differ diff --git a/resources/azure/iot/time-series-data-sets.png b/resources/azure/iot/time-series-data-sets.png new file mode 100644 index 0000000..40c43bb Binary files /dev/null and b/resources/azure/iot/time-series-data-sets.png differ diff --git a/resources/azure/iot/time-series-insights-access-policies.png b/resources/azure/iot/time-series-insights-access-policies.png new file mode 100644 index 0000000..b1d2c4d Binary files /dev/null and b/resources/azure/iot/time-series-insights-access-policies.png differ diff --git a/resources/azure/iot/time-series-insights-environments.png b/resources/azure/iot/time-series-insights-environments.png index 8ddbc0c..bbf13cb 100644 Binary files a/resources/azure/iot/time-series-insights-environments.png and b/resources/azure/iot/time-series-insights-environments.png differ diff --git a/resources/azure/iot/time-series-insights-event-sources.png b/resources/azure/iot/time-series-insights-event-sources.png new file mode 100644 index 0000000..b9569b5 Binary files /dev/null and b/resources/azure/iot/time-series-insights-event-sources.png differ diff --git a/resources/azure/iot/windows10-core-services.png b/resources/azure/iot/windows10-core-services.png new file mode 100644 index 0000000..6b9dc2a Binary files /dev/null and b/resources/azure/iot/windows10-core-services.png differ diff --git a/resources/azure/managementgovernance/activity-log.png b/resources/azure/managementgovernance/activity-log.png new file mode 100644 index 0000000..82acd8a Binary files /dev/null and b/resources/azure/managementgovernance/activity-log.png differ diff --git a/resources/azure/managementgovernance/advisor.png b/resources/azure/managementgovernance/advisor.png new file mode 100644 index 0000000..26282d0 Binary files /dev/null and b/resources/azure/managementgovernance/advisor.png differ diff --git a/resources/azure/managementgovernance/alerts.png b/resources/azure/managementgovernance/alerts.png new file mode 100644 index 0000000..94781ac Binary files /dev/null and b/resources/azure/managementgovernance/alerts.png differ diff --git a/resources/azure/managementgovernance/application-insights.png b/resources/azure/managementgovernance/application-insights.png new file mode 100644 index 0000000..af1cc7f Binary files /dev/null and b/resources/azure/managementgovernance/application-insights.png differ diff --git a/resources/azure/managementgovernance/arc-machines.png b/resources/azure/managementgovernance/arc-machines.png new file mode 100644 index 0000000..e97e887 Binary files /dev/null and b/resources/azure/managementgovernance/arc-machines.png differ diff --git a/resources/azure/managementgovernance/automation-accounts.png b/resources/azure/managementgovernance/automation-accounts.png new file mode 100644 index 0000000..34f8f21 Binary files /dev/null and b/resources/azure/managementgovernance/automation-accounts.png differ diff --git a/resources/azure/managementgovernance/azure-arc.png b/resources/azure/managementgovernance/azure-arc.png new file mode 100644 index 0000000..be61c9e Binary files /dev/null and b/resources/azure/managementgovernance/azure-arc.png differ diff --git a/resources/azure/managementgovernance/azure-lighthouse.png b/resources/azure/managementgovernance/azure-lighthouse.png new file mode 100644 index 0000000..c3b8268 Binary files /dev/null and b/resources/azure/managementgovernance/azure-lighthouse.png differ diff --git a/resources/azure/managementgovernance/blueprints.png b/resources/azure/managementgovernance/blueprints.png new file mode 100644 index 0000000..87eb6b0 Binary files /dev/null and b/resources/azure/managementgovernance/blueprints.png differ diff --git a/resources/azure/managementgovernance/compliance.png b/resources/azure/managementgovernance/compliance.png new file mode 100644 index 0000000..cae09df Binary files /dev/null and b/resources/azure/managementgovernance/compliance.png differ diff --git a/resources/azure/managementgovernance/cost-management-and-billing.png b/resources/azure/managementgovernance/cost-management-and-billing.png new file mode 100644 index 0000000..a55e769 Binary files /dev/null and b/resources/azure/managementgovernance/cost-management-and-billing.png differ diff --git a/resources/azure/managementgovernance/customer-lockbox-for-microsoft-azure.png b/resources/azure/managementgovernance/customer-lockbox-for-microsoft-azure.png new file mode 100644 index 0000000..f8cafd0 Binary files /dev/null and b/resources/azure/managementgovernance/customer-lockbox-for-microsoft-azure.png differ diff --git a/resources/azure/managementgovernance/diagnostics-settings.png b/resources/azure/managementgovernance/diagnostics-settings.png new file mode 100644 index 0000000..2ebd99a Binary files /dev/null and b/resources/azure/managementgovernance/diagnostics-settings.png differ diff --git a/resources/azure/managementgovernance/education.png b/resources/azure/managementgovernance/education.png new file mode 100644 index 0000000..6b48689 Binary files /dev/null and b/resources/azure/managementgovernance/education.png differ diff --git a/resources/azure/managementgovernance/intune-trends.png b/resources/azure/managementgovernance/intune-trends.png new file mode 100644 index 0000000..6739c2a Binary files /dev/null and b/resources/azure/managementgovernance/intune-trends.png differ diff --git a/resources/azure/managementgovernance/log-analytics-workspaces.png b/resources/azure/managementgovernance/log-analytics-workspaces.png new file mode 100644 index 0000000..7ec48ec Binary files /dev/null and b/resources/azure/managementgovernance/log-analytics-workspaces.png differ diff --git a/resources/azure/managementgovernance/machinesazurearc.png b/resources/azure/managementgovernance/machinesazurearc.png new file mode 100644 index 0000000..3b37ea5 Binary files /dev/null and b/resources/azure/managementgovernance/machinesazurearc.png differ diff --git a/resources/azure/managementgovernance/managed-applications-center.png b/resources/azure/managementgovernance/managed-applications-center.png new file mode 100644 index 0000000..92db7be Binary files /dev/null and b/resources/azure/managementgovernance/managed-applications-center.png differ diff --git a/resources/azure/managementgovernance/managed-desktop.png b/resources/azure/managementgovernance/managed-desktop.png new file mode 100644 index 0000000..6990516 Binary files /dev/null and b/resources/azure/managementgovernance/managed-desktop.png differ diff --git a/resources/azure/managementgovernance/metrics.png b/resources/azure/managementgovernance/metrics.png new file mode 100644 index 0000000..95df4d2 Binary files /dev/null and b/resources/azure/managementgovernance/metrics.png differ diff --git a/resources/azure/managementgovernance/monitor.png b/resources/azure/managementgovernance/monitor.png new file mode 100644 index 0000000..5c5a091 Binary files /dev/null and b/resources/azure/managementgovernance/monitor.png differ diff --git a/resources/azure/managementgovernance/my-customers.png b/resources/azure/managementgovernance/my-customers.png new file mode 100644 index 0000000..5a6c80f Binary files /dev/null and b/resources/azure/managementgovernance/my-customers.png differ diff --git a/resources/azure/managementgovernance/operation-log-classic.png b/resources/azure/managementgovernance/operation-log-classic.png new file mode 100644 index 0000000..82acd8a Binary files /dev/null and b/resources/azure/managementgovernance/operation-log-classic.png differ diff --git a/resources/azure/managementgovernance/policy.png b/resources/azure/managementgovernance/policy.png new file mode 100644 index 0000000..0395bde Binary files /dev/null and b/resources/azure/managementgovernance/policy.png differ diff --git a/resources/azure/managementgovernance/recovery-services-vaults.png b/resources/azure/managementgovernance/recovery-services-vaults.png new file mode 100644 index 0000000..d5e4672 Binary files /dev/null and b/resources/azure/managementgovernance/recovery-services-vaults.png differ diff --git a/resources/azure/managementgovernance/resource-graph-explorer.png b/resources/azure/managementgovernance/resource-graph-explorer.png new file mode 100644 index 0000000..1aefe74 Binary files /dev/null and b/resources/azure/managementgovernance/resource-graph-explorer.png differ diff --git a/resources/azure/managementgovernance/resources-provider.png b/resources/azure/managementgovernance/resources-provider.png new file mode 100644 index 0000000..ac51bec Binary files /dev/null and b/resources/azure/managementgovernance/resources-provider.png differ diff --git a/resources/azure/managementgovernance/scheduler-job-collections.png b/resources/azure/managementgovernance/scheduler-job-collections.png new file mode 100644 index 0000000..343b5fc Binary files /dev/null and b/resources/azure/managementgovernance/scheduler-job-collections.png differ diff --git a/resources/azure/managementgovernance/service-catalog-mad.png b/resources/azure/managementgovernance/service-catalog-mad.png new file mode 100644 index 0000000..34cd732 Binary files /dev/null and b/resources/azure/managementgovernance/service-catalog-mad.png differ diff --git a/resources/azure/managementgovernance/service-providers.png b/resources/azure/managementgovernance/service-providers.png new file mode 100644 index 0000000..f0bf7b4 Binary files /dev/null and b/resources/azure/managementgovernance/service-providers.png differ diff --git a/resources/azure/managementgovernance/solutions.png b/resources/azure/managementgovernance/solutions.png new file mode 100644 index 0000000..f7444de Binary files /dev/null and b/resources/azure/managementgovernance/solutions.png differ diff --git a/resources/azure/managementgovernance/universal-print.png b/resources/azure/managementgovernance/universal-print.png new file mode 100644 index 0000000..33e3ea5 Binary files /dev/null and b/resources/azure/managementgovernance/universal-print.png differ diff --git a/resources/azure/managementgovernance/user-privacy.png b/resources/azure/managementgovernance/user-privacy.png new file mode 100644 index 0000000..18c6578 Binary files /dev/null and b/resources/azure/managementgovernance/user-privacy.png differ diff --git a/resources/azure/menu/keys.png b/resources/azure/menu/keys.png new file mode 100644 index 0000000..e1af185 Binary files /dev/null and b/resources/azure/menu/keys.png differ diff --git a/resources/azure/migrate/azure-databox-gateway.png b/resources/azure/migrate/azure-databox-gateway.png new file mode 100644 index 0000000..54d5352 Binary files /dev/null and b/resources/azure/migrate/azure-databox-gateway.png differ diff --git a/resources/azure/migrate/azure-migrate.png b/resources/azure/migrate/azure-migrate.png new file mode 100644 index 0000000..87e4d36 Binary files /dev/null and b/resources/azure/migrate/azure-migrate.png differ diff --git a/resources/azure/migrate/azure-stack-edge.png b/resources/azure/migrate/azure-stack-edge.png new file mode 100644 index 0000000..0db6b94 Binary files /dev/null and b/resources/azure/migrate/azure-stack-edge.png differ diff --git a/resources/azure/migrate/cost-management-and-billing.png b/resources/azure/migrate/cost-management-and-billing.png new file mode 100644 index 0000000..a55e769 Binary files /dev/null and b/resources/azure/migrate/cost-management-and-billing.png differ diff --git a/resources/azure/migrate/data-box.png b/resources/azure/migrate/data-box.png new file mode 100644 index 0000000..d2955fe Binary files /dev/null and b/resources/azure/migrate/data-box.png differ diff --git a/resources/azure/migrate/recovery-services-vaults.png b/resources/azure/migrate/recovery-services-vaults.png new file mode 100644 index 0000000..d5e4672 Binary files /dev/null and b/resources/azure/migrate/recovery-services-vaults.png differ diff --git a/resources/azure/migration/azure-database-migration-services.png b/resources/azure/migration/azure-database-migration-services.png new file mode 100644 index 0000000..563a3c6 Binary files /dev/null and b/resources/azure/migration/azure-database-migration-services.png differ diff --git a/resources/azure/mixedreality/remote-rendering.png b/resources/azure/mixedreality/remote-rendering.png new file mode 100644 index 0000000..97a96d2 Binary files /dev/null and b/resources/azure/mixedreality/remote-rendering.png differ diff --git a/resources/azure/mixedreality/spatial-anchor-accounts.png b/resources/azure/mixedreality/spatial-anchor-accounts.png new file mode 100644 index 0000000..f7a3746 Binary files /dev/null and b/resources/azure/mixedreality/spatial-anchor-accounts.png differ diff --git a/resources/azure/mobile/app-services.png b/resources/azure/mobile/app-services.png new file mode 100644 index 0000000..7b2599d Binary files /dev/null and b/resources/azure/mobile/app-services.png differ diff --git a/resources/azure/mobile/notification-hubs.png b/resources/azure/mobile/notification-hubs.png index ad3129f..2008e60 100644 Binary files a/resources/azure/mobile/notification-hubs.png and b/resources/azure/mobile/notification-hubs.png differ diff --git a/resources/azure/mobile/power-platform.png b/resources/azure/mobile/power-platform.png new file mode 100644 index 0000000..d0f68d7 Binary files /dev/null and b/resources/azure/mobile/power-platform.png differ diff --git a/resources/azure/monitor/activity-log.png b/resources/azure/monitor/activity-log.png new file mode 100644 index 0000000..82acd8a Binary files /dev/null and b/resources/azure/monitor/activity-log.png differ diff --git a/resources/azure/monitor/application-insights.png b/resources/azure/monitor/application-insights.png new file mode 100644 index 0000000..af1cc7f Binary files /dev/null and b/resources/azure/monitor/application-insights.png differ diff --git a/resources/azure/monitor/auto-scale.png b/resources/azure/monitor/auto-scale.png new file mode 100644 index 0000000..67c3de5 Binary files /dev/null and b/resources/azure/monitor/auto-scale.png differ diff --git a/resources/azure/monitor/azure-monitors-for-sap-solutions.png b/resources/azure/monitor/azure-monitors-for-sap-solutions.png new file mode 100644 index 0000000..62088d5 Binary files /dev/null and b/resources/azure/monitor/azure-monitors-for-sap-solutions.png differ diff --git a/resources/azure/monitor/azure-workbooks.png b/resources/azure/monitor/azure-workbooks.png new file mode 100644 index 0000000..e03f144 Binary files /dev/null and b/resources/azure/monitor/azure-workbooks.png differ diff --git a/resources/azure/monitor/change-analysis.png b/resources/azure/monitor/change-analysis.png index 4d5c031..0645000 100644 Binary files a/resources/azure/monitor/change-analysis.png and b/resources/azure/monitor/change-analysis.png differ diff --git a/resources/azure/monitor/diagnostics-settings.png b/resources/azure/monitor/diagnostics-settings.png new file mode 100644 index 0000000..2ebd99a Binary files /dev/null and b/resources/azure/monitor/diagnostics-settings.png differ diff --git a/resources/azure/monitor/log-analytics-workspaces.png b/resources/azure/monitor/log-analytics-workspaces.png new file mode 100644 index 0000000..7ec48ec Binary files /dev/null and b/resources/azure/monitor/log-analytics-workspaces.png differ diff --git a/resources/azure/monitor/metrics.png b/resources/azure/monitor/metrics.png index b68f387..95df4d2 100644 Binary files a/resources/azure/monitor/metrics.png and b/resources/azure/monitor/metrics.png differ diff --git a/resources/azure/monitor/monitor.png b/resources/azure/monitor/monitor.png index ec03485..5c5a091 100644 Binary files a/resources/azure/monitor/monitor.png and b/resources/azure/monitor/monitor.png differ diff --git a/resources/azure/monitor/network-watcher.png b/resources/azure/monitor/network-watcher.png new file mode 100644 index 0000000..8712ba8 Binary files /dev/null and b/resources/azure/monitor/network-watcher.png differ diff --git a/resources/azure/networking/application-gateways.png b/resources/azure/networking/application-gateways.png new file mode 100644 index 0000000..4b543db Binary files /dev/null and b/resources/azure/networking/application-gateways.png differ diff --git a/resources/azure/networking/atm-multistack.png b/resources/azure/networking/atm-multistack.png new file mode 100644 index 0000000..3e52fe2 Binary files /dev/null and b/resources/azure/networking/atm-multistack.png differ diff --git a/resources/azure/networking/azure-communications-gateway.png b/resources/azure/networking/azure-communications-gateway.png new file mode 100644 index 0000000..25e95dd Binary files /dev/null and b/resources/azure/networking/azure-communications-gateway.png differ diff --git a/resources/azure/networking/azure-firewall-manager.png b/resources/azure/networking/azure-firewall-manager.png new file mode 100644 index 0000000..3203d70 Binary files /dev/null and b/resources/azure/networking/azure-firewall-manager.png differ diff --git a/resources/azure/networking/azure-firewall-policy.png b/resources/azure/networking/azure-firewall-policy.png new file mode 100644 index 0000000..87adfe9 Binary files /dev/null and b/resources/azure/networking/azure-firewall-policy.png differ diff --git a/resources/azure/networking/bastions.png b/resources/azure/networking/bastions.png new file mode 100644 index 0000000..6290103 Binary files /dev/null and b/resources/azure/networking/bastions.png differ diff --git a/resources/azure/networking/cdn-profiles.png b/resources/azure/networking/cdn-profiles.png new file mode 100644 index 0000000..e4053a1 Binary files /dev/null and b/resources/azure/networking/cdn-profiles.png differ diff --git a/resources/azure/networking/connected-cache.png b/resources/azure/networking/connected-cache.png new file mode 100644 index 0000000..e3274f6 Binary files /dev/null and b/resources/azure/networking/connected-cache.png differ diff --git a/resources/azure/networking/connections.png b/resources/azure/networking/connections.png new file mode 100644 index 0000000..8d9cd49 Binary files /dev/null and b/resources/azure/networking/connections.png differ diff --git a/resources/azure/networking/ddos-protection-plans.png b/resources/azure/networking/ddos-protection-plans.png new file mode 100644 index 0000000..dabfe12 Binary files /dev/null and b/resources/azure/networking/ddos-protection-plans.png differ diff --git a/resources/azure/networking/dns-multistack.png b/resources/azure/networking/dns-multistack.png new file mode 100644 index 0000000..2471613 Binary files /dev/null and b/resources/azure/networking/dns-multistack.png differ diff --git a/resources/azure/networking/dns-private-resolver.png b/resources/azure/networking/dns-private-resolver.png new file mode 100644 index 0000000..8b12993 Binary files /dev/null and b/resources/azure/networking/dns-private-resolver.png differ diff --git a/resources/azure/networking/dns-security-policy.png b/resources/azure/networking/dns-security-policy.png new file mode 100644 index 0000000..eb5a705 Binary files /dev/null and b/resources/azure/networking/dns-security-policy.png differ diff --git a/resources/azure/networking/dns-zones.png b/resources/azure/networking/dns-zones.png new file mode 100644 index 0000000..8217905 Binary files /dev/null and b/resources/azure/networking/dns-zones.png differ diff --git a/resources/azure/networking/expressroute-circuits.png b/resources/azure/networking/expressroute-circuits.png new file mode 100644 index 0000000..d6050c5 Binary files /dev/null and b/resources/azure/networking/expressroute-circuits.png differ diff --git a/resources/azure/networking/firewalls.png b/resources/azure/networking/firewalls.png new file mode 100644 index 0000000..08186e2 Binary files /dev/null and b/resources/azure/networking/firewalls.png differ diff --git a/resources/azure/networking/front-door-and-cdn-profiles.png b/resources/azure/networking/front-door-and-cdn-profiles.png new file mode 100644 index 0000000..8e1ca2e Binary files /dev/null and b/resources/azure/networking/front-door-and-cdn-profiles.png differ diff --git a/resources/azure/networking/ip-address-manager.png b/resources/azure/networking/ip-address-manager.png new file mode 100644 index 0000000..be47016 Binary files /dev/null and b/resources/azure/networking/ip-address-manager.png differ diff --git a/resources/azure/networking/ip-groups.png b/resources/azure/networking/ip-groups.png new file mode 100644 index 0000000..ba6b65a Binary files /dev/null and b/resources/azure/networking/ip-groups.png differ diff --git a/resources/azure/networking/load-balancer-hub.png b/resources/azure/networking/load-balancer-hub.png new file mode 100644 index 0000000..b482b1f Binary files /dev/null and b/resources/azure/networking/load-balancer-hub.png differ diff --git a/resources/azure/networking/load-balancers.png b/resources/azure/networking/load-balancers.png new file mode 100644 index 0000000..0c3f9eb Binary files /dev/null and b/resources/azure/networking/load-balancers.png differ diff --git a/resources/azure/networking/local-network-gateways.png b/resources/azure/networking/local-network-gateways.png new file mode 100644 index 0000000..1b48f84 Binary files /dev/null and b/resources/azure/networking/local-network-gateways.png differ diff --git a/resources/azure/networking/nat.png b/resources/azure/networking/nat.png new file mode 100644 index 0000000..e2124e7 Binary files /dev/null and b/resources/azure/networking/nat.png differ diff --git a/resources/azure/networking/network-interfaces.png b/resources/azure/networking/network-interfaces.png new file mode 100644 index 0000000..42f51af Binary files /dev/null and b/resources/azure/networking/network-interfaces.png differ diff --git a/resources/azure/networking/network-security-groups.png b/resources/azure/networking/network-security-groups.png new file mode 100644 index 0000000..a2a243f Binary files /dev/null and b/resources/azure/networking/network-security-groups.png differ diff --git a/resources/azure/networking/network-watcher.png b/resources/azure/networking/network-watcher.png new file mode 100644 index 0000000..8712ba8 Binary files /dev/null and b/resources/azure/networking/network-watcher.png differ diff --git a/resources/azure/networking/on-premises-data-gateways.png b/resources/azure/networking/on-premises-data-gateways.png new file mode 100644 index 0000000..a868ec4 Binary files /dev/null and b/resources/azure/networking/on-premises-data-gateways.png differ diff --git a/resources/azure/networking/private-link-service.png b/resources/azure/networking/private-link-service.png new file mode 100644 index 0000000..c22b188 Binary files /dev/null and b/resources/azure/networking/private-link-service.png differ diff --git a/resources/azure/networking/private-link-services.png b/resources/azure/networking/private-link-services.png new file mode 100644 index 0000000..43051c5 Binary files /dev/null and b/resources/azure/networking/private-link-services.png differ diff --git a/resources/azure/networking/private-link.png b/resources/azure/networking/private-link.png new file mode 100644 index 0000000..17e015d Binary files /dev/null and b/resources/azure/networking/private-link.png differ diff --git a/resources/azure/networking/proximity-placement-groups.png b/resources/azure/networking/proximity-placement-groups.png new file mode 100644 index 0000000..e56c7c8 Binary files /dev/null and b/resources/azure/networking/proximity-placement-groups.png differ diff --git a/resources/azure/networking/public-ip-addresses-classic.png b/resources/azure/networking/public-ip-addresses-classic.png new file mode 100644 index 0000000..b0ebb71 Binary files /dev/null and b/resources/azure/networking/public-ip-addresses-classic.png differ diff --git a/resources/azure/networking/public-ip-addresses.png b/resources/azure/networking/public-ip-addresses.png new file mode 100644 index 0000000..1bdb676 Binary files /dev/null and b/resources/azure/networking/public-ip-addresses.png differ diff --git a/resources/azure/networking/public-ip-prefixes.png b/resources/azure/networking/public-ip-prefixes.png new file mode 100644 index 0000000..9cf8468 Binary files /dev/null and b/resources/azure/networking/public-ip-prefixes.png differ diff --git a/resources/azure/networking/reserved-ip-addresses-classic.png b/resources/azure/networking/reserved-ip-addresses-classic.png new file mode 100644 index 0000000..234fc17 Binary files /dev/null and b/resources/azure/networking/reserved-ip-addresses-classic.png differ diff --git a/resources/azure/networking/resource-management-private-link.png b/resources/azure/networking/resource-management-private-link.png new file mode 100644 index 0000000..bfc4481 Binary files /dev/null and b/resources/azure/networking/resource-management-private-link.png differ diff --git a/resources/azure/networking/route-filters.png b/resources/azure/networking/route-filters.png new file mode 100644 index 0000000..477fa96 Binary files /dev/null and b/resources/azure/networking/route-filters.png differ diff --git a/resources/azure/networking/route-tables.png b/resources/azure/networking/route-tables.png new file mode 100644 index 0000000..1c8e5d2 Binary files /dev/null and b/resources/azure/networking/route-tables.png differ diff --git a/resources/azure/networking/service-endpoint-policies.png b/resources/azure/networking/service-endpoint-policies.png new file mode 100644 index 0000000..5846c58 Binary files /dev/null and b/resources/azure/networking/service-endpoint-policies.png differ diff --git a/resources/azure/networking/spot-vm.png b/resources/azure/networking/spot-vm.png new file mode 100644 index 0000000..0b85f56 Binary files /dev/null and b/resources/azure/networking/spot-vm.png differ diff --git a/resources/azure/networking/spot-vmss.png b/resources/azure/networking/spot-vmss.png new file mode 100644 index 0000000..7acb36c Binary files /dev/null and b/resources/azure/networking/spot-vmss.png differ diff --git a/resources/azure/networking/subnet.png b/resources/azure/networking/subnet.png new file mode 100644 index 0000000..acd41d2 Binary files /dev/null and b/resources/azure/networking/subnet.png differ diff --git a/resources/azure/networking/traffic-controller.png b/resources/azure/networking/traffic-controller.png new file mode 100644 index 0000000..1a8aaa3 Binary files /dev/null and b/resources/azure/networking/traffic-controller.png differ diff --git a/resources/azure/networking/traffic-manager-profiles.png b/resources/azure/networking/traffic-manager-profiles.png new file mode 100644 index 0000000..3db41fb Binary files /dev/null and b/resources/azure/networking/traffic-manager-profiles.png differ diff --git a/resources/azure/networking/virtual-network-gateways.png b/resources/azure/networking/virtual-network-gateways.png new file mode 100644 index 0000000..c53d0c0 Binary files /dev/null and b/resources/azure/networking/virtual-network-gateways.png differ diff --git a/resources/azure/networking/virtual-networks-classic.png b/resources/azure/networking/virtual-networks-classic.png new file mode 100644 index 0000000..6735e5e Binary files /dev/null and b/resources/azure/networking/virtual-networks-classic.png differ diff --git a/resources/azure/networking/virtual-networks.png b/resources/azure/networking/virtual-networks.png new file mode 100644 index 0000000..7ba0e0b Binary files /dev/null and b/resources/azure/networking/virtual-networks.png differ diff --git a/resources/azure/networking/virtual-router.png b/resources/azure/networking/virtual-router.png new file mode 100644 index 0000000..c12348f Binary files /dev/null and b/resources/azure/networking/virtual-router.png differ diff --git a/resources/azure/networking/virtual-wan-hub.png b/resources/azure/networking/virtual-wan-hub.png new file mode 100644 index 0000000..b646e20 Binary files /dev/null and b/resources/azure/networking/virtual-wan-hub.png differ diff --git a/resources/azure/networking/virtual-wans.png b/resources/azure/networking/virtual-wans.png new file mode 100644 index 0000000..6b08a06 Binary files /dev/null and b/resources/azure/networking/virtual-wans.png differ diff --git a/resources/azure/networking/web-application-firewall-policieswaf.png b/resources/azure/networking/web-application-firewall-policieswaf.png new file mode 100644 index 0000000..5074f2a Binary files /dev/null and b/resources/azure/networking/web-application-firewall-policieswaf.png differ diff --git a/resources/azure/newicons/azure-sustainability.png b/resources/azure/newicons/azure-sustainability.png new file mode 100644 index 0000000..22e409c Binary files /dev/null and b/resources/azure/newicons/azure-sustainability.png differ diff --git a/resources/azure/newicons/connected-vehicle-platform.png b/resources/azure/newicons/connected-vehicle-platform.png new file mode 100644 index 0000000..f0bfa9d Binary files /dev/null and b/resources/azure/newicons/connected-vehicle-platform.png differ diff --git a/resources/azure/newicons/entra-connect-health.png b/resources/azure/newicons/entra-connect-health.png new file mode 100644 index 0000000..2321819 Binary files /dev/null and b/resources/azure/newicons/entra-connect-health.png differ diff --git a/resources/azure/newicons/entra-connect-sync.png b/resources/azure/newicons/entra-connect-sync.png new file mode 100644 index 0000000..01af739 Binary files /dev/null and b/resources/azure/newicons/entra-connect-sync.png differ diff --git a/resources/azure/newicons/icm-troubleshooting.png b/resources/azure/newicons/icm-troubleshooting.png new file mode 100644 index 0000000..4f409b9 Binary files /dev/null and b/resources/azure/newicons/icm-troubleshooting.png differ diff --git a/resources/azure/newicons/osconfig.png b/resources/azure/newicons/osconfig.png new file mode 100644 index 0000000..ec48a6b Binary files /dev/null and b/resources/azure/newicons/osconfig.png differ diff --git a/resources/azure/newicons/storage-actions.png b/resources/azure/newicons/storage-actions.png new file mode 100644 index 0000000..83fb6c1 Binary files /dev/null and b/resources/azure/newicons/storage-actions.png differ diff --git a/resources/azure/other/aad-licenses.png b/resources/azure/other/aad-licenses.png new file mode 100644 index 0000000..dd139ad Binary files /dev/null and b/resources/azure/other/aad-licenses.png differ diff --git a/resources/azure/other/aks-istio.png b/resources/azure/other/aks-istio.png new file mode 100644 index 0000000..0a03916 Binary files /dev/null and b/resources/azure/other/aks-istio.png differ diff --git a/resources/azure/other/app-compliance-automation.png b/resources/azure/other/app-compliance-automation.png new file mode 100644 index 0000000..6cef87e Binary files /dev/null and b/resources/azure/other/app-compliance-automation.png differ diff --git a/resources/azure/other/app-registrations.png b/resources/azure/other/app-registrations.png new file mode 100644 index 0000000..8e1e9a0 Binary files /dev/null and b/resources/azure/other/app-registrations.png differ diff --git a/resources/azure/other/aquila.png b/resources/azure/other/aquila.png new file mode 100644 index 0000000..363a6eb Binary files /dev/null and b/resources/azure/other/aquila.png differ diff --git a/resources/azure/other/arc-data-services.png b/resources/azure/other/arc-data-services.png new file mode 100644 index 0000000..c4be995 Binary files /dev/null and b/resources/azure/other/arc-data-services.png differ diff --git a/resources/azure/other/arc-kubernetes.png b/resources/azure/other/arc-kubernetes.png new file mode 100644 index 0000000..98e04ea Binary files /dev/null and b/resources/azure/other/arc-kubernetes.png differ diff --git a/resources/azure/other/arc-postgresql-.png b/resources/azure/other/arc-postgresql-.png new file mode 100644 index 0000000..a1eabbd Binary files /dev/null and b/resources/azure/other/arc-postgresql-.png differ diff --git a/resources/azure/other/arc-sql-managed-instance.png b/resources/azure/other/arc-sql-managed-instance.png new file mode 100644 index 0000000..a504eea Binary files /dev/null and b/resources/azure/other/arc-sql-managed-instance.png differ diff --git a/resources/azure/other/arc-sql-server.png b/resources/azure/other/arc-sql-server.png new file mode 100644 index 0000000..66fefd1 Binary files /dev/null and b/resources/azure/other/arc-sql-server.png differ diff --git a/resources/azure/other/avs-vm.png b/resources/azure/other/avs-vm.png new file mode 100644 index 0000000..5fb88bc Binary files /dev/null and b/resources/azure/other/avs-vm.png differ diff --git a/resources/azure/other/azure-a.png b/resources/azure/other/azure-a.png new file mode 100644 index 0000000..c9a6beb Binary files /dev/null and b/resources/azure/other/azure-a.png differ diff --git a/resources/azure/other/azure-backup-center.png b/resources/azure/other/azure-backup-center.png new file mode 100644 index 0000000..e7dfa98 Binary files /dev/null and b/resources/azure/other/azure-backup-center.png differ diff --git a/resources/azure/other/azure-center-for-sap.png b/resources/azure/other/azure-center-for-sap.png new file mode 100644 index 0000000..b2339c0 Binary files /dev/null and b/resources/azure/other/azure-center-for-sap.png differ diff --git a/resources/azure/other/azure-chaos-studio.png b/resources/azure/other/azure-chaos-studio.png new file mode 100644 index 0000000..069c41b Binary files /dev/null and b/resources/azure/other/azure-chaos-studio.png differ diff --git a/resources/azure/other/azure-cloud-shell.png b/resources/azure/other/azure-cloud-shell.png new file mode 100644 index 0000000..b0f53a4 Binary files /dev/null and b/resources/azure/other/azure-cloud-shell.png differ diff --git a/resources/azure/other/azure-communication-services.png b/resources/azure/other/azure-communication-services.png new file mode 100644 index 0000000..50770fa Binary files /dev/null and b/resources/azure/other/azure-communication-services.png differ diff --git a/resources/azure/other/azure-compute-galleries.png b/resources/azure/other/azure-compute-galleries.png new file mode 100644 index 0000000..40628d6 Binary files /dev/null and b/resources/azure/other/azure-compute-galleries.png differ diff --git a/resources/azure/other/azure-deployment-environments.png b/resources/azure/other/azure-deployment-environments.png new file mode 100644 index 0000000..870adba Binary files /dev/null and b/resources/azure/other/azure-deployment-environments.png differ diff --git a/resources/azure/other/azure-dev-tunnels.png b/resources/azure/other/azure-dev-tunnels.png new file mode 100644 index 0000000..b9ac432 Binary files /dev/null and b/resources/azure/other/azure-dev-tunnels.png differ diff --git a/resources/azure/other/azure-edge-hardware-center.png b/resources/azure/other/azure-edge-hardware-center.png new file mode 100644 index 0000000..3585004 Binary files /dev/null and b/resources/azure/other/azure-edge-hardware-center.png differ diff --git a/resources/azure/other/azure-hpc-workbenches.png b/resources/azure/other/azure-hpc-workbenches.png new file mode 100644 index 0000000..ece7fee Binary files /dev/null and b/resources/azure/other/azure-hpc-workbenches.png differ diff --git a/resources/azure/other/azure-load-testing.png b/resources/azure/other/azure-load-testing.png new file mode 100644 index 0000000..c8ffa36 Binary files /dev/null and b/resources/azure/other/azure-load-testing.png differ diff --git a/resources/azure/other/azure-managed-grafana.png b/resources/azure/other/azure-managed-grafana.png new file mode 100644 index 0000000..0bf28d6 Binary files /dev/null and b/resources/azure/other/azure-managed-grafana.png differ diff --git a/resources/azure/other/azure-monitor-dashboard.png b/resources/azure/other/azure-monitor-dashboard.png new file mode 100644 index 0000000..b657805 Binary files /dev/null and b/resources/azure/other/azure-monitor-dashboard.png differ diff --git a/resources/azure/other/azure-network-function-manager-functions.png b/resources/azure/other/azure-network-function-manager-functions.png new file mode 100644 index 0000000..e7b23e7 Binary files /dev/null and b/resources/azure/other/azure-network-function-manager-functions.png differ diff --git a/resources/azure/other/azure-network-function-manager.png b/resources/azure/other/azure-network-function-manager.png new file mode 100644 index 0000000..a75e3f5 Binary files /dev/null and b/resources/azure/other/azure-network-function-manager.png differ diff --git a/resources/azure/other/azure-orbital.png b/resources/azure/other/azure-orbital.png new file mode 100644 index 0000000..2653ecb Binary files /dev/null and b/resources/azure/other/azure-orbital.png differ diff --git a/resources/azure/other/azure-quotas.png b/resources/azure/other/azure-quotas.png new file mode 100644 index 0000000..c31c717 Binary files /dev/null and b/resources/azure/other/azure-quotas.png differ diff --git a/resources/azure/other/azure-sphere.png b/resources/azure/other/azure-sphere.png new file mode 100644 index 0000000..abf6586 Binary files /dev/null and b/resources/azure/other/azure-sphere.png differ diff --git a/resources/azure/other/azure-storage-mover.png b/resources/azure/other/azure-storage-mover.png new file mode 100644 index 0000000..642587e Binary files /dev/null and b/resources/azure/other/azure-storage-mover.png differ diff --git a/resources/azure/other/azure-support-center-blue.png b/resources/azure/other/azure-support-center-blue.png new file mode 100644 index 0000000..b483abd Binary files /dev/null and b/resources/azure/other/azure-support-center-blue.png differ diff --git a/resources/azure/other/azure-video-indexer.png b/resources/azure/other/azure-video-indexer.png new file mode 100644 index 0000000..c3c7a0f Binary files /dev/null and b/resources/azure/other/azure-video-indexer.png differ diff --git a/resources/azure/other/azure-virtual-desktop.png b/resources/azure/other/azure-virtual-desktop.png new file mode 100644 index 0000000..bff92d9 Binary files /dev/null and b/resources/azure/other/azure-virtual-desktop.png differ diff --git a/resources/azure/other/azure-vmware-solution.png b/resources/azure/other/azure-vmware-solution.png new file mode 100644 index 0000000..5fc7388 Binary files /dev/null and b/resources/azure/other/azure-vmware-solution.png differ diff --git a/resources/azure/other/azureattestation.png b/resources/azure/other/azureattestation.png new file mode 100644 index 0000000..a20a6d9 Binary files /dev/null and b/resources/azure/other/azureattestation.png differ diff --git a/resources/azure/other/azurite.png b/resources/azure/other/azurite.png new file mode 100644 index 0000000..c089c4b Binary files /dev/null and b/resources/azure/other/azurite.png differ diff --git a/resources/azure/other/backup-vault.png b/resources/azure/other/backup-vault.png new file mode 100644 index 0000000..d505245 Binary files /dev/null and b/resources/azure/other/backup-vault.png differ diff --git a/resources/azure/other/bare-metal-infrastructure.png b/resources/azure/other/bare-metal-infrastructure.png new file mode 100644 index 0000000..9364dfa Binary files /dev/null and b/resources/azure/other/bare-metal-infrastructure.png differ diff --git a/resources/azure/other/capacity-reservation-groups.png b/resources/azure/other/capacity-reservation-groups.png new file mode 100644 index 0000000..82f0472 Binary files /dev/null and b/resources/azure/other/capacity-reservation-groups.png differ diff --git a/resources/azure/other/central-service-instance-for-sap.png b/resources/azure/other/central-service-instance-for-sap.png new file mode 100644 index 0000000..ccd5d6e Binary files /dev/null and b/resources/azure/other/central-service-instance-for-sap.png differ diff --git a/resources/azure/other/ceres.png b/resources/azure/other/ceres.png new file mode 100644 index 0000000..6e35e1d Binary files /dev/null and b/resources/azure/other/ceres.png differ diff --git a/resources/azure/other/cloud-services-extended-support.png b/resources/azure/other/cloud-services-extended-support.png new file mode 100644 index 0000000..57ae077 Binary files /dev/null and b/resources/azure/other/cloud-services-extended-support.png differ diff --git a/resources/azure/other/community-images.png b/resources/azure/other/community-images.png new file mode 100644 index 0000000..322b8dd Binary files /dev/null and b/resources/azure/other/community-images.png differ diff --git a/resources/azure/other/compliance-center.png b/resources/azure/other/compliance-center.png new file mode 100644 index 0000000..c7982c3 Binary files /dev/null and b/resources/azure/other/compliance-center.png differ diff --git a/resources/azure/other/confidential-ledgers.png b/resources/azure/other/confidential-ledgers.png new file mode 100644 index 0000000..6b57d3a Binary files /dev/null and b/resources/azure/other/confidential-ledgers.png differ diff --git a/resources/azure/other/container-apps-environments.png b/resources/azure/other/container-apps-environments.png new file mode 100644 index 0000000..74cdc0c Binary files /dev/null and b/resources/azure/other/container-apps-environments.png differ diff --git a/resources/azure/other/cost-export.png b/resources/azure/other/cost-export.png new file mode 100644 index 0000000..a6520dd Binary files /dev/null and b/resources/azure/other/cost-export.png differ diff --git a/resources/azure/other/custom-ip-prefix.png b/resources/azure/other/custom-ip-prefix.png new file mode 100644 index 0000000..6f9419e Binary files /dev/null and b/resources/azure/other/custom-ip-prefix.png differ diff --git a/resources/azure/other/dashboard-hub.png b/resources/azure/other/dashboard-hub.png new file mode 100644 index 0000000..81236df Binary files /dev/null and b/resources/azure/other/dashboard-hub.png differ diff --git a/resources/azure/other/data-collection-rules.png b/resources/azure/other/data-collection-rules.png new file mode 100644 index 0000000..f9d46f2 Binary files /dev/null and b/resources/azure/other/data-collection-rules.png differ diff --git a/resources/azure/other/database-instance-for-sap.png b/resources/azure/other/database-instance-for-sap.png new file mode 100644 index 0000000..dadcad6 Binary files /dev/null and b/resources/azure/other/database-instance-for-sap.png differ diff --git a/resources/azure/other/dedicated-hsm.png b/resources/azure/other/dedicated-hsm.png new file mode 100644 index 0000000..136f7c1 Binary files /dev/null and b/resources/azure/other/dedicated-hsm.png differ diff --git a/resources/azure/other/defender-cm-local-manager.png b/resources/azure/other/defender-cm-local-manager.png new file mode 100644 index 0000000..e635e67 Binary files /dev/null and b/resources/azure/other/defender-cm-local-manager.png differ diff --git a/resources/azure/other/defender-dcs-controller.png b/resources/azure/other/defender-dcs-controller.png new file mode 100644 index 0000000..8b3caf2 Binary files /dev/null and b/resources/azure/other/defender-dcs-controller.png differ diff --git a/resources/azure/other/defender-distributer-control-system.png b/resources/azure/other/defender-distributer-control-system.png new file mode 100644 index 0000000..fff2b0e Binary files /dev/null and b/resources/azure/other/defender-distributer-control-system.png differ diff --git a/resources/azure/other/defender-engineering-station.png b/resources/azure/other/defender-engineering-station.png new file mode 100644 index 0000000..9d59450 Binary files /dev/null and b/resources/azure/other/defender-engineering-station.png differ diff --git a/resources/azure/other/defender-external-management.png b/resources/azure/other/defender-external-management.png new file mode 100644 index 0000000..075c2b8 Binary files /dev/null and b/resources/azure/other/defender-external-management.png differ diff --git a/resources/azure/other/defender-freezer-monitor.png b/resources/azure/other/defender-freezer-monitor.png new file mode 100644 index 0000000..8d5ee8f Binary files /dev/null and b/resources/azure/other/defender-freezer-monitor.png differ diff --git a/resources/azure/other/defender-historian.png b/resources/azure/other/defender-historian.png new file mode 100644 index 0000000..eef7a77 Binary files /dev/null and b/resources/azure/other/defender-historian.png differ diff --git a/resources/azure/other/defender-hmi.png b/resources/azure/other/defender-hmi.png new file mode 100644 index 0000000..4f5140e Binary files /dev/null and b/resources/azure/other/defender-hmi.png differ diff --git a/resources/azure/other/defender-industrial-packaging-system.png b/resources/azure/other/defender-industrial-packaging-system.png new file mode 100644 index 0000000..b3c1bb5 Binary files /dev/null and b/resources/azure/other/defender-industrial-packaging-system.png differ diff --git a/resources/azure/other/defender-industrial-printer.png b/resources/azure/other/defender-industrial-printer.png new file mode 100644 index 0000000..0231e6f Binary files /dev/null and b/resources/azure/other/defender-industrial-printer.png differ diff --git a/resources/azure/other/defender-industrial-robot.png b/resources/azure/other/defender-industrial-robot.png new file mode 100644 index 0000000..0186f99 Binary files /dev/null and b/resources/azure/other/defender-industrial-robot.png differ diff --git a/resources/azure/other/defender-industrial-scale-system.png b/resources/azure/other/defender-industrial-scale-system.png new file mode 100644 index 0000000..84ec27c Binary files /dev/null and b/resources/azure/other/defender-industrial-scale-system.png differ diff --git a/resources/azure/other/defender-marquee.png b/resources/azure/other/defender-marquee.png new file mode 100644 index 0000000..3b41b07 Binary files /dev/null and b/resources/azure/other/defender-marquee.png differ diff --git a/resources/azure/other/defender-meter.png b/resources/azure/other/defender-meter.png new file mode 100644 index 0000000..8af2d1c Binary files /dev/null and b/resources/azure/other/defender-meter.png differ diff --git a/resources/azure/other/defender-plc.png b/resources/azure/other/defender-plc.png new file mode 100644 index 0000000..77279a9 Binary files /dev/null and b/resources/azure/other/defender-plc.png differ diff --git a/resources/azure/other/defender-pneumatic-device.png b/resources/azure/other/defender-pneumatic-device.png new file mode 100644 index 0000000..567e486 Binary files /dev/null and b/resources/azure/other/defender-pneumatic-device.png differ diff --git a/resources/azure/other/defender-programable-board.png b/resources/azure/other/defender-programable-board.png new file mode 100644 index 0000000..a5f36d0 Binary files /dev/null and b/resources/azure/other/defender-programable-board.png differ diff --git a/resources/azure/other/defender-relay.png b/resources/azure/other/defender-relay.png new file mode 100644 index 0000000..99082e4 Binary files /dev/null and b/resources/azure/other/defender-relay.png differ diff --git a/resources/azure/other/defender-robot-controller.png b/resources/azure/other/defender-robot-controller.png new file mode 100644 index 0000000..af31185 Binary files /dev/null and b/resources/azure/other/defender-robot-controller.png differ diff --git a/resources/azure/other/defender-rtu.png b/resources/azure/other/defender-rtu.png new file mode 100644 index 0000000..27fab77 Binary files /dev/null and b/resources/azure/other/defender-rtu.png differ diff --git a/resources/azure/other/defender-sensor.png b/resources/azure/other/defender-sensor.png new file mode 100644 index 0000000..0729aa6 Binary files /dev/null and b/resources/azure/other/defender-sensor.png differ diff --git a/resources/azure/other/defender-slot.png b/resources/azure/other/defender-slot.png new file mode 100644 index 0000000..3bfa863 Binary files /dev/null and b/resources/azure/other/defender-slot.png differ diff --git a/resources/azure/other/defender-web-guiding-system.png b/resources/azure/other/defender-web-guiding-system.png new file mode 100644 index 0000000..727cbf4 Binary files /dev/null and b/resources/azure/other/defender-web-guiding-system.png differ diff --git a/resources/azure/other/device-update-iot-hub.png b/resources/azure/other/device-update-iot-hub.png new file mode 100644 index 0000000..320b0d4 Binary files /dev/null and b/resources/azure/other/device-update-iot-hub.png differ diff --git a/resources/azure/other/disk-pool.png b/resources/azure/other/disk-pool.png new file mode 100644 index 0000000..a8eddfe Binary files /dev/null and b/resources/azure/other/disk-pool.png differ diff --git a/resources/azure/other/edge-management.png b/resources/azure/other/edge-management.png new file mode 100644 index 0000000..5623588 Binary files /dev/null and b/resources/azure/other/edge-management.png differ diff --git a/resources/azure/other/elastic-san.png b/resources/azure/other/elastic-san.png new file mode 100644 index 0000000..638d04c Binary files /dev/null and b/resources/azure/other/elastic-san.png differ diff --git a/resources/azure/other/exchange-on-premises-access.png b/resources/azure/other/exchange-on-premises-access.png new file mode 100644 index 0000000..6b57be6 Binary files /dev/null and b/resources/azure/other/exchange-on-premises-access.png differ diff --git a/resources/azure/other/express-route-traffic-collector.png b/resources/azure/other/express-route-traffic-collector.png new file mode 100644 index 0000000..fe7a3ba Binary files /dev/null and b/resources/azure/other/express-route-traffic-collector.png differ diff --git a/resources/azure/other/expressroute-direct.png b/resources/azure/other/expressroute-direct.png new file mode 100644 index 0000000..f3299f3 Binary files /dev/null and b/resources/azure/other/expressroute-direct.png differ diff --git a/resources/azure/other/fhir-service.png b/resources/azure/other/fhir-service.png new file mode 100644 index 0000000..4495691 Binary files /dev/null and b/resources/azure/other/fhir-service.png differ diff --git a/resources/azure/other/fiji.png b/resources/azure/other/fiji.png new file mode 100644 index 0000000..2da2932 Binary files /dev/null and b/resources/azure/other/fiji.png differ diff --git a/resources/azure/other/hdi-aks-cluster.png b/resources/azure/other/hdi-aks-cluster.png new file mode 100644 index 0000000..e6a4cec Binary files /dev/null and b/resources/azure/other/hdi-aks-cluster.png differ diff --git a/resources/azure/other/instance-pools.png b/resources/azure/other/instance-pools.png new file mode 100644 index 0000000..6f479be Binary files /dev/null and b/resources/azure/other/instance-pools.png differ diff --git a/resources/azure/other/internet-analyzer-profiles.png b/resources/azure/other/internet-analyzer-profiles.png new file mode 100644 index 0000000..11daec8 Binary files /dev/null and b/resources/azure/other/internet-analyzer-profiles.png differ diff --git a/resources/azure/other/kubernetes-fleet-manager.png b/resources/azure/other/kubernetes-fleet-manager.png new file mode 100644 index 0000000..bdb788f Binary files /dev/null and b/resources/azure/other/kubernetes-fleet-manager.png differ diff --git a/resources/azure/other/local-network-gateways.png b/resources/azure/other/local-network-gateways.png new file mode 100644 index 0000000..1b48f84 Binary files /dev/null and b/resources/azure/other/local-network-gateways.png differ diff --git a/resources/azure/other/log-analytics-query-pack.png b/resources/azure/other/log-analytics-query-pack.png new file mode 100644 index 0000000..d3e0fb9 Binary files /dev/null and b/resources/azure/other/log-analytics-query-pack.png differ diff --git a/resources/azure/other/managed-instance-apache-cassandra.png b/resources/azure/other/managed-instance-apache-cassandra.png new file mode 100644 index 0000000..46940c1 Binary files /dev/null and b/resources/azure/other/managed-instance-apache-cassandra.png differ diff --git a/resources/azure/other/medtech-service.png b/resources/azure/other/medtech-service.png new file mode 100644 index 0000000..5baca66 Binary files /dev/null and b/resources/azure/other/medtech-service.png differ diff --git a/resources/azure/other/microsoft-dev-box.png b/resources/azure/other/microsoft-dev-box.png new file mode 100644 index 0000000..120eb7b Binary files /dev/null and b/resources/azure/other/microsoft-dev-box.png differ diff --git a/resources/azure/other/mission-landing-zone.png b/resources/azure/other/mission-landing-zone.png new file mode 100644 index 0000000..868cebf Binary files /dev/null and b/resources/azure/other/mission-landing-zone.png differ diff --git a/resources/azure/other/mobile-networks.png b/resources/azure/other/mobile-networks.png new file mode 100644 index 0000000..289ccb5 Binary files /dev/null and b/resources/azure/other/mobile-networks.png differ diff --git a/resources/azure/other/modular-data-center.png b/resources/azure/other/modular-data-center.png new file mode 100644 index 0000000..a7b61ab Binary files /dev/null and b/resources/azure/other/modular-data-center.png differ diff --git a/resources/azure/other/network-managers.png b/resources/azure/other/network-managers.png new file mode 100644 index 0000000..cdc32de Binary files /dev/null and b/resources/azure/other/network-managers.png differ diff --git a/resources/azure/other/network-security-perimeters.png b/resources/azure/other/network-security-perimeters.png new file mode 100644 index 0000000..dcdd6b4 Binary files /dev/null and b/resources/azure/other/network-security-perimeters.png differ diff --git a/resources/azure/other/open-supply-chain-platform.png b/resources/azure/other/open-supply-chain-platform.png new file mode 100644 index 0000000..2509a87 Binary files /dev/null and b/resources/azure/other/open-supply-chain-platform.png differ diff --git a/resources/azure/other/peering-service.png b/resources/azure/other/peering-service.png new file mode 100644 index 0000000..8744e62 Binary files /dev/null and b/resources/azure/other/peering-service.png differ diff --git a/resources/azure/other/peerings.png b/resources/azure/other/peerings.png new file mode 100644 index 0000000..fd536d1 Binary files /dev/null and b/resources/azure/other/peerings.png differ diff --git a/resources/azure/other/private-endpoints.png b/resources/azure/other/private-endpoints.png new file mode 100644 index 0000000..dea1c58 Binary files /dev/null and b/resources/azure/other/private-endpoints.png differ diff --git a/resources/azure/other/reserved-capacity.png b/resources/azure/other/reserved-capacity.png new file mode 100644 index 0000000..fd26b58 Binary files /dev/null and b/resources/azure/other/reserved-capacity.png differ diff --git a/resources/azure/other/resource-guard.png b/resources/azure/other/resource-guard.png new file mode 100644 index 0000000..442c3bc Binary files /dev/null and b/resources/azure/other/resource-guard.png differ diff --git a/resources/azure/other/resource-mover.png b/resources/azure/other/resource-mover.png new file mode 100644 index 0000000..cb52412 Binary files /dev/null and b/resources/azure/other/resource-mover.png differ diff --git a/resources/azure/other/rtos.png b/resources/azure/other/rtos.png new file mode 100644 index 0000000..d832b96 Binary files /dev/null and b/resources/azure/other/rtos.png differ diff --git a/resources/azure/other/savings-plans.png b/resources/azure/other/savings-plans.png new file mode 100644 index 0000000..589052e Binary files /dev/null and b/resources/azure/other/savings-plans.png differ diff --git a/resources/azure/other/scvmm-management-servers.png b/resources/azure/other/scvmm-management-servers.png new file mode 100644 index 0000000..215b78b Binary files /dev/null and b/resources/azure/other/scvmm-management-servers.png differ diff --git a/resources/azure/other/sonic-dash.png b/resources/azure/other/sonic-dash.png new file mode 100644 index 0000000..6a2a365 Binary files /dev/null and b/resources/azure/other/sonic-dash.png differ diff --git a/resources/azure/other/ssh-keys.png b/resources/azure/other/ssh-keys.png new file mode 100644 index 0000000..4890ccc Binary files /dev/null and b/resources/azure/other/ssh-keys.png differ diff --git a/resources/azure/other/storage-functions.png b/resources/azure/other/storage-functions.png new file mode 100644 index 0000000..84c2308 Binary files /dev/null and b/resources/azure/other/storage-functions.png differ diff --git a/resources/azure/other/targets-management.png b/resources/azure/other/targets-management.png new file mode 100644 index 0000000..dff5aff Binary files /dev/null and b/resources/azure/other/targets-management.png differ diff --git a/resources/azure/other/template-specs.png b/resources/azure/other/template-specs.png new file mode 100644 index 0000000..656f06e Binary files /dev/null and b/resources/azure/other/template-specs.png differ diff --git a/resources/azure/other/test-base.png b/resources/azure/other/test-base.png new file mode 100644 index 0000000..06dbbac Binary files /dev/null and b/resources/azure/other/test-base.png differ diff --git a/resources/azure/other/update-management-center.png b/resources/azure/other/update-management-center.png new file mode 100644 index 0000000..95e60dc Binary files /dev/null and b/resources/azure/other/update-management-center.png differ diff --git a/resources/azure/other/video-analyzers.png b/resources/azure/other/video-analyzers.png new file mode 100644 index 0000000..5e7446e Binary files /dev/null and b/resources/azure/other/video-analyzers.png differ diff --git a/resources/azure/other/virtual-enclaves.png b/resources/azure/other/virtual-enclaves.png new file mode 100644 index 0000000..a6209c2 Binary files /dev/null and b/resources/azure/other/virtual-enclaves.png differ diff --git a/resources/azure/other/virtual-instance-for-sap.png b/resources/azure/other/virtual-instance-for-sap.png new file mode 100644 index 0000000..13f616f Binary files /dev/null and b/resources/azure/other/virtual-instance-for-sap.png differ diff --git a/resources/azure/other/virtual-visits-builder.png b/resources/azure/other/virtual-visits-builder.png new file mode 100644 index 0000000..d82c9cc Binary files /dev/null and b/resources/azure/other/virtual-visits-builder.png differ diff --git a/resources/azure/other/vm-app-definitions.png b/resources/azure/other/vm-app-definitions.png new file mode 100644 index 0000000..7fe56e2 Binary files /dev/null and b/resources/azure/other/vm-app-definitions.png differ diff --git a/resources/azure/other/vm-app-versions.png b/resources/azure/other/vm-app-versions.png new file mode 100644 index 0000000..06e660f Binary files /dev/null and b/resources/azure/other/vm-app-versions.png differ diff --git a/resources/azure/other/vm-image-version.png b/resources/azure/other/vm-image-version.png new file mode 100644 index 0000000..7d9091a Binary files /dev/null and b/resources/azure/other/vm-image-version.png differ diff --git a/resources/azure/other/wac.png b/resources/azure/other/wac.png new file mode 100644 index 0000000..6e9d148 Binary files /dev/null and b/resources/azure/other/wac.png differ diff --git a/resources/azure/other/web-app-database.png b/resources/azure/other/web-app-database.png new file mode 100644 index 0000000..4ff5a57 Binary files /dev/null and b/resources/azure/other/web-app-database.png differ diff --git a/resources/azure/other/web-jobs.png b/resources/azure/other/web-jobs.png new file mode 100644 index 0000000..9bd015e Binary files /dev/null and b/resources/azure/other/web-jobs.png differ diff --git a/resources/azure/other/windows-notification-services.png b/resources/azure/other/windows-notification-services.png new file mode 100644 index 0000000..cabf68c Binary files /dev/null and b/resources/azure/other/windows-notification-services.png differ diff --git a/resources/azure/other/worker-container-app.png b/resources/azure/other/worker-container-app.png new file mode 100644 index 0000000..7d7d0a7 Binary files /dev/null and b/resources/azure/other/worker-container-app.png differ diff --git a/resources/azure/security/application-security-groups.png b/resources/azure/security/application-security-groups.png index 3806666..763b581 100644 Binary files a/resources/azure/security/application-security-groups.png and b/resources/azure/security/application-security-groups.png differ diff --git a/resources/azure/security/azure-ad-authentication-methods.png b/resources/azure/security/azure-ad-authentication-methods.png new file mode 100644 index 0000000..408afc8 Binary files /dev/null and b/resources/azure/security/azure-ad-authentication-methods.png differ diff --git a/resources/azure/security/azure-ad-identity-protection.png b/resources/azure/security/azure-ad-identity-protection.png new file mode 100644 index 0000000..335d6f1 Binary files /dev/null and b/resources/azure/security/azure-ad-identity-protection.png differ diff --git a/resources/azure/security/azure-ad-privleged-identity-management.png b/resources/azure/security/azure-ad-privleged-identity-management.png new file mode 100644 index 0000000..f8741e5 Binary files /dev/null and b/resources/azure/security/azure-ad-privleged-identity-management.png differ diff --git a/resources/azure/security/azure-ad-risky-signins.png b/resources/azure/security/azure-ad-risky-signins.png new file mode 100644 index 0000000..eb3a280 Binary files /dev/null and b/resources/azure/security/azure-ad-risky-signins.png differ diff --git a/resources/azure/security/azure-ad-risky-users.png b/resources/azure/security/azure-ad-risky-users.png new file mode 100644 index 0000000..61b43e4 Binary files /dev/null and b/resources/azure/security/azure-ad-risky-users.png differ diff --git a/resources/azure/security/azure-information-protection.png b/resources/azure/security/azure-information-protection.png new file mode 100644 index 0000000..0a96861 Binary files /dev/null and b/resources/azure/security/azure-information-protection.png differ diff --git a/resources/azure/security/azure-sentinel.png b/resources/azure/security/azure-sentinel.png new file mode 100644 index 0000000..bb62245 Binary files /dev/null and b/resources/azure/security/azure-sentinel.png differ diff --git a/resources/azure/security/conditional-access.png b/resources/azure/security/conditional-access.png index 37d5ab1..280d1e1 100644 Binary files a/resources/azure/security/conditional-access.png and b/resources/azure/security/conditional-access.png differ diff --git a/resources/azure/security/detonation.png b/resources/azure/security/detonation.png new file mode 100644 index 0000000..35c1579 Binary files /dev/null and b/resources/azure/security/detonation.png differ diff --git a/resources/azure/security/extendedsecurityupdates.png b/resources/azure/security/extendedsecurityupdates.png new file mode 100644 index 0000000..b83dd02 Binary files /dev/null and b/resources/azure/security/extendedsecurityupdates.png differ diff --git a/resources/azure/security/identity-secure-score.png b/resources/azure/security/identity-secure-score.png new file mode 100644 index 0000000..2f8cdc2 Binary files /dev/null and b/resources/azure/security/identity-secure-score.png differ diff --git a/resources/azure/security/key-vaults.png b/resources/azure/security/key-vaults.png index bc57429..9ee9c2b 100644 Binary files a/resources/azure/security/key-vaults.png and b/resources/azure/security/key-vaults.png differ diff --git a/resources/azure/security/microsoft-defender-easm.png b/resources/azure/security/microsoft-defender-easm.png new file mode 100644 index 0000000..d7d53b4 Binary files /dev/null and b/resources/azure/security/microsoft-defender-easm.png differ diff --git a/resources/azure/security/microsoft-defender-for-cloud.png b/resources/azure/security/microsoft-defender-for-cloud.png new file mode 100644 index 0000000..f9a3cd7 Binary files /dev/null and b/resources/azure/security/microsoft-defender-for-cloud.png differ diff --git a/resources/azure/security/microsoft-defender-for-iot.png b/resources/azure/security/microsoft-defender-for-iot.png new file mode 100644 index 0000000..80e7aff Binary files /dev/null and b/resources/azure/security/microsoft-defender-for-iot.png differ diff --git a/resources/azure/security/multifactor-authentication.png b/resources/azure/security/multifactor-authentication.png new file mode 100644 index 0000000..9e925f4 Binary files /dev/null and b/resources/azure/security/multifactor-authentication.png differ diff --git a/resources/azure/security/user-settings.png b/resources/azure/security/user-settings.png new file mode 100644 index 0000000..b21a4c9 Binary files /dev/null and b/resources/azure/security/user-settings.png differ diff --git a/resources/azure/storage/azure-databox-gateway.png b/resources/azure/storage/azure-databox-gateway.png new file mode 100644 index 0000000..54d5352 Binary files /dev/null and b/resources/azure/storage/azure-databox-gateway.png differ diff --git a/resources/azure/storage/azure-fileshares.png b/resources/azure/storage/azure-fileshares.png new file mode 100644 index 0000000..82261dd Binary files /dev/null and b/resources/azure/storage/azure-fileshares.png differ diff --git a/resources/azure/storage/azure-hcp-cache.png b/resources/azure/storage/azure-hcp-cache.png new file mode 100644 index 0000000..6e652b8 Binary files /dev/null and b/resources/azure/storage/azure-hcp-cache.png differ diff --git a/resources/azure/storage/azure-netapp-files.png b/resources/azure/storage/azure-netapp-files.png new file mode 100644 index 0000000..341c709 Binary files /dev/null and b/resources/azure/storage/azure-netapp-files.png differ diff --git a/resources/azure/storage/azure-stack-edge.png b/resources/azure/storage/azure-stack-edge.png new file mode 100644 index 0000000..0db6b94 Binary files /dev/null and b/resources/azure/storage/azure-stack-edge.png differ diff --git a/resources/azure/storage/data-box.png b/resources/azure/storage/data-box.png index b316d50..d2955fe 100644 Binary files a/resources/azure/storage/data-box.png and b/resources/azure/storage/data-box.png differ diff --git a/resources/azure/storage/data-lake-storage-gen1.png b/resources/azure/storage/data-lake-storage-gen1.png new file mode 100644 index 0000000..3475baa Binary files /dev/null and b/resources/azure/storage/data-lake-storage-gen1.png differ diff --git a/resources/azure/storage/data-share-invitations.png b/resources/azure/storage/data-share-invitations.png new file mode 100644 index 0000000..87283a4 Binary files /dev/null and b/resources/azure/storage/data-share-invitations.png differ diff --git a/resources/azure/storage/data-shares.png b/resources/azure/storage/data-shares.png new file mode 100644 index 0000000..dbab315 Binary files /dev/null and b/resources/azure/storage/data-shares.png differ diff --git a/resources/azure/storage/import-export-jobs.png b/resources/azure/storage/import-export-jobs.png new file mode 100644 index 0000000..b290b54 Binary files /dev/null and b/resources/azure/storage/import-export-jobs.png differ diff --git a/resources/azure/storage/recovery-services-vaults.png b/resources/azure/storage/recovery-services-vaults.png new file mode 100644 index 0000000..d5e4672 Binary files /dev/null and b/resources/azure/storage/recovery-services-vaults.png differ diff --git a/resources/azure/storage/storage-accounts-classic.png b/resources/azure/storage/storage-accounts-classic.png index 1379991..2690a09 100644 Binary files a/resources/azure/storage/storage-accounts-classic.png and b/resources/azure/storage/storage-accounts-classic.png differ diff --git a/resources/azure/storage/storage-accounts.png b/resources/azure/storage/storage-accounts.png index 61e3dd1..0c2fee5 100644 Binary files a/resources/azure/storage/storage-accounts.png and b/resources/azure/storage/storage-accounts.png differ diff --git a/resources/azure/storage/storage-explorer.png b/resources/azure/storage/storage-explorer.png index c623801..103dde8 100644 Binary files a/resources/azure/storage/storage-explorer.png and b/resources/azure/storage/storage-explorer.png differ diff --git a/resources/azure/storage/storage-sync-services.png b/resources/azure/storage/storage-sync-services.png index 6d22924..07fcf71 100644 Binary files a/resources/azure/storage/storage-sync-services.png and b/resources/azure/storage/storage-sync-services.png differ diff --git a/resources/azure/storage/storsimple-data-managers.png b/resources/azure/storage/storsimple-data-managers.png index e66b800..cf05a30 100644 Binary files a/resources/azure/storage/storsimple-data-managers.png and b/resources/azure/storage/storsimple-data-managers.png differ diff --git a/resources/azure/storage/storsimple-device-managers.png b/resources/azure/storage/storsimple-device-managers.png index 35d26d8..0a3ded7 100644 Binary files a/resources/azure/storage/storsimple-device-managers.png and b/resources/azure/storage/storsimple-device-managers.png differ diff --git a/resources/azure/web/api-center.png b/resources/azure/web/api-center.png new file mode 100644 index 0000000..d3e55c5 Binary files /dev/null and b/resources/azure/web/api-center.png differ diff --git a/resources/azure/web/api-connections.png b/resources/azure/web/api-connections.png index 3c0db2e..c74cdb2 100644 Binary files a/resources/azure/web/api-connections.png and b/resources/azure/web/api-connections.png differ diff --git a/resources/azure/web/api-management-services.png b/resources/azure/web/api-management-services.png new file mode 100644 index 0000000..77c7b86 Binary files /dev/null and b/resources/azure/web/api-management-services.png differ diff --git a/resources/azure/web/app-service-certificates.png b/resources/azure/web/app-service-certificates.png index 1c63f12..b420af7 100644 Binary files a/resources/azure/web/app-service-certificates.png and b/resources/azure/web/app-service-certificates.png differ diff --git a/resources/azure/web/app-service-domains.png b/resources/azure/web/app-service-domains.png index afeea0c..514c6f5 100644 Binary files a/resources/azure/web/app-service-domains.png and b/resources/azure/web/app-service-domains.png differ diff --git a/resources/azure/web/app-service-environments.png b/resources/azure/web/app-service-environments.png index 6f764a2..b367124 100644 Binary files a/resources/azure/web/app-service-environments.png and b/resources/azure/web/app-service-environments.png differ diff --git a/resources/azure/web/app-service-plans.png b/resources/azure/web/app-service-plans.png index 1be8fe6..9140fd8 100644 Binary files a/resources/azure/web/app-service-plans.png and b/resources/azure/web/app-service-plans.png differ diff --git a/resources/azure/web/app-services.png b/resources/azure/web/app-services.png index f7ca7fb..7b2599d 100644 Binary files a/resources/azure/web/app-services.png and b/resources/azure/web/app-services.png differ diff --git a/resources/azure/web/app-space.png b/resources/azure/web/app-space.png new file mode 100644 index 0000000..df3add3 Binary files /dev/null and b/resources/azure/web/app-space.png differ diff --git a/resources/azure/web/azure-media-service.png b/resources/azure/web/azure-media-service.png new file mode 100644 index 0000000..8e5ad7e Binary files /dev/null and b/resources/azure/web/azure-media-service.png differ diff --git a/resources/azure/web/azure-spring-apps.png b/resources/azure/web/azure-spring-apps.png new file mode 100644 index 0000000..190d557 Binary files /dev/null and b/resources/azure/web/azure-spring-apps.png differ diff --git a/resources/azure/web/cognitive-search.png b/resources/azure/web/cognitive-search.png new file mode 100644 index 0000000..e261524 Binary files /dev/null and b/resources/azure/web/cognitive-search.png differ diff --git a/resources/azure/web/cognitive-services.png b/resources/azure/web/cognitive-services.png new file mode 100644 index 0000000..e8c3d8e Binary files /dev/null and b/resources/azure/web/cognitive-services.png differ diff --git a/resources/azure/web/front-door-and-cdn-profiles.png b/resources/azure/web/front-door-and-cdn-profiles.png new file mode 100644 index 0000000..8e1ca2e Binary files /dev/null and b/resources/azure/web/front-door-and-cdn-profiles.png differ diff --git a/resources/azure/web/notification-hub-namespaces.png b/resources/azure/web/notification-hub-namespaces.png index ad3129f..2008e60 100644 Binary files a/resources/azure/web/notification-hub-namespaces.png and b/resources/azure/web/notification-hub-namespaces.png differ diff --git a/resources/azure/web/power-platform.png b/resources/azure/web/power-platform.png new file mode 100644 index 0000000..d0f68d7 Binary files /dev/null and b/resources/azure/web/power-platform.png differ diff --git a/resources/azure/web/signalr.png b/resources/azure/web/signalr.png index 8596a69..ce4c7bf 100644 Binary files a/resources/azure/web/signalr.png and b/resources/azure/web/signalr.png differ diff --git a/resources/azure/web/static-apps.png b/resources/azure/web/static-apps.png new file mode 100644 index 0000000..3a81de0 Binary files /dev/null and b/resources/azure/web/static-apps.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/ai-studio.png b/website/static/img/resources/azure/aimachinelearning/ai-studio.png new file mode 100644 index 0000000..b854c85 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/ai-studio.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/anomaly-detector.png b/website/static/img/resources/azure/aimachinelearning/anomaly-detector.png new file mode 100644 index 0000000..ddadfb2 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/anomaly-detector.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/azure-applied-ai-services.png b/website/static/img/resources/azure/aimachinelearning/azure-applied-ai-services.png new file mode 100644 index 0000000..e981506 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/azure-applied-ai-services.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/azure-experimentation-studio.png b/website/static/img/resources/azure/aimachinelearning/azure-experimentation-studio.png new file mode 100644 index 0000000..1667a85 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/azure-experimentation-studio.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/azure-object-understanding.png b/website/static/img/resources/azure/aimachinelearning/azure-object-understanding.png new file mode 100644 index 0000000..d042378 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/azure-object-understanding.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/azure-openai.png b/website/static/img/resources/azure/aimachinelearning/azure-openai.png new file mode 100644 index 0000000..87411cd Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/azure-openai.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/batch-ai.png b/website/static/img/resources/azure/aimachinelearning/batch-ai.png new file mode 100644 index 0000000..d60fc78 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/batch-ai.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/bonsai.png b/website/static/img/resources/azure/aimachinelearning/bonsai.png new file mode 100644 index 0000000..1af3f84 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/bonsai.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/bot-services.png b/website/static/img/resources/azure/aimachinelearning/bot-services.png new file mode 100644 index 0000000..ece47b5 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/bot-services.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/cognitive-search.png b/website/static/img/resources/azure/aimachinelearning/cognitive-search.png new file mode 100644 index 0000000..e261524 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/cognitive-search.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/cognitive-services-decisions.png b/website/static/img/resources/azure/aimachinelearning/cognitive-services-decisions.png new file mode 100644 index 0000000..a8fd165 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/cognitive-services-decisions.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/cognitive-services.png b/website/static/img/resources/azure/aimachinelearning/cognitive-services.png new file mode 100644 index 0000000..e8c3d8e Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/cognitive-services.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/computer-vision.png b/website/static/img/resources/azure/aimachinelearning/computer-vision.png new file mode 100644 index 0000000..f2bdc91 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/computer-vision.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/content-moderators.png b/website/static/img/resources/azure/aimachinelearning/content-moderators.png new file mode 100644 index 0000000..0e92fa4 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/content-moderators.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/custom-vision.png b/website/static/img/resources/azure/aimachinelearning/custom-vision.png new file mode 100644 index 0000000..44f1322 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/custom-vision.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/face-apis.png b/website/static/img/resources/azure/aimachinelearning/face-apis.png new file mode 100644 index 0000000..2c37617 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/face-apis.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/form-recognizers.png b/website/static/img/resources/azure/aimachinelearning/form-recognizers.png new file mode 100644 index 0000000..d655204 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/form-recognizers.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/genomics-accounts.png b/website/static/img/resources/azure/aimachinelearning/genomics-accounts.png new file mode 100644 index 0000000..e6b6aa7 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/genomics-accounts.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/genomics.png b/website/static/img/resources/azure/aimachinelearning/genomics.png new file mode 100644 index 0000000..e6b6aa7 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/genomics.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/immersive-readers.png b/website/static/img/resources/azure/aimachinelearning/immersive-readers.png new file mode 100644 index 0000000..16382e1 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/immersive-readers.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/language-understanding.png b/website/static/img/resources/azure/aimachinelearning/language-understanding.png new file mode 100644 index 0000000..3fe0a34 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/language-understanding.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/language.png b/website/static/img/resources/azure/aimachinelearning/language.png new file mode 100644 index 0000000..4fc7f13 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/language.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-classic-web-services.png b/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-classic-web-services.png new file mode 100644 index 0000000..ee499a4 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-classic-web-services.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-web-service-plans.png b/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-web-service-plans.png new file mode 100644 index 0000000..d201b1b Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-web-service-plans.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-workspaces.png b/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-workspaces.png new file mode 100644 index 0000000..1c5d348 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/machine-learning-studio-workspaces.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/machine-learning.png b/website/static/img/resources/azure/aimachinelearning/machine-learning.png new file mode 100644 index 0000000..a4efd20 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/machine-learning.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/metrics-advisor.png b/website/static/img/resources/azure/aimachinelearning/metrics-advisor.png new file mode 100644 index 0000000..fcdc62e Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/metrics-advisor.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/personalizers.png b/website/static/img/resources/azure/aimachinelearning/personalizers.png new file mode 100644 index 0000000..7fb9745 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/personalizers.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/qna-makers.png b/website/static/img/resources/azure/aimachinelearning/qna-makers.png new file mode 100644 index 0000000..e520055 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/qna-makers.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/serverless-search.png b/website/static/img/resources/azure/aimachinelearning/serverless-search.png new file mode 100644 index 0000000..74e0d95 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/serverless-search.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/speech-services.png b/website/static/img/resources/azure/aimachinelearning/speech-services.png new file mode 100644 index 0000000..3351bdd Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/speech-services.png differ diff --git a/website/static/img/resources/azure/aimachinelearning/translator-text.png b/website/static/img/resources/azure/aimachinelearning/translator-text.png new file mode 100644 index 0000000..4801b97 Binary files /dev/null and b/website/static/img/resources/azure/aimachinelearning/translator-text.png differ diff --git a/website/static/img/resources/azure/analytics/analysis-services.png b/website/static/img/resources/azure/analytics/analysis-services.png index efa3daf..88a943f 100644 Binary files a/website/static/img/resources/azure/analytics/analysis-services.png and b/website/static/img/resources/azure/analytics/analysis-services.png differ diff --git a/website/static/img/resources/azure/analytics/azure-data-explorer-clusters.png b/website/static/img/resources/azure/analytics/azure-data-explorer-clusters.png new file mode 100644 index 0000000..0fa0048 Binary files /dev/null and b/website/static/img/resources/azure/analytics/azure-data-explorer-clusters.png differ diff --git a/website/static/img/resources/azure/analytics/azure-databricks.png b/website/static/img/resources/azure/analytics/azure-databricks.png new file mode 100644 index 0000000..95d94bc Binary files /dev/null and b/website/static/img/resources/azure/analytics/azure-databricks.png differ diff --git a/website/static/img/resources/azure/analytics/azure-synapse-analytics.png b/website/static/img/resources/azure/analytics/azure-synapse-analytics.png new file mode 100644 index 0000000..05212cc Binary files /dev/null and b/website/static/img/resources/azure/analytics/azure-synapse-analytics.png differ diff --git a/website/static/img/resources/azure/analytics/azure-workbooks.png b/website/static/img/resources/azure/analytics/azure-workbooks.png new file mode 100644 index 0000000..e03f144 Binary files /dev/null and b/website/static/img/resources/azure/analytics/azure-workbooks.png differ diff --git a/website/static/img/resources/azure/analytics/data-factories.png b/website/static/img/resources/azure/analytics/data-factories.png index 6016899..047151f 100644 Binary files a/website/static/img/resources/azure/analytics/data-factories.png and b/website/static/img/resources/azure/analytics/data-factories.png differ diff --git a/website/static/img/resources/azure/analytics/data-lake-analytics.png b/website/static/img/resources/azure/analytics/data-lake-analytics.png index e561bfc..a600c2b 100644 Binary files a/website/static/img/resources/azure/analytics/data-lake-analytics.png and b/website/static/img/resources/azure/analytics/data-lake-analytics.png differ diff --git a/website/static/img/resources/azure/analytics/data-lake-store-gen1.png b/website/static/img/resources/azure/analytics/data-lake-store-gen1.png index 6e86124..3475baa 100644 Binary files a/website/static/img/resources/azure/analytics/data-lake-store-gen1.png and b/website/static/img/resources/azure/analytics/data-lake-store-gen1.png differ diff --git a/website/static/img/resources/azure/analytics/endpoint-analytics.png b/website/static/img/resources/azure/analytics/endpoint-analytics.png new file mode 100644 index 0000000..316b5aa Binary files /dev/null and b/website/static/img/resources/azure/analytics/endpoint-analytics.png differ diff --git a/website/static/img/resources/azure/analytics/event-hub-clusters.png b/website/static/img/resources/azure/analytics/event-hub-clusters.png index dde0c68..b72504d 100644 Binary files a/website/static/img/resources/azure/analytics/event-hub-clusters.png and b/website/static/img/resources/azure/analytics/event-hub-clusters.png differ diff --git a/website/static/img/resources/azure/analytics/event-hubs.png b/website/static/img/resources/azure/analytics/event-hubs.png index 2677ee0..e9effd6 100644 Binary files a/website/static/img/resources/azure/analytics/event-hubs.png and b/website/static/img/resources/azure/analytics/event-hubs.png differ diff --git a/website/static/img/resources/azure/analytics/hd-insight-clusters.png b/website/static/img/resources/azure/analytics/hd-insight-clusters.png new file mode 100644 index 0000000..2aa6bb4 Binary files /dev/null and b/website/static/img/resources/azure/analytics/hd-insight-clusters.png differ diff --git a/website/static/img/resources/azure/analytics/log-analytics-workspaces.png b/website/static/img/resources/azure/analytics/log-analytics-workspaces.png index d3f462a..7ec48ec 100644 Binary files a/website/static/img/resources/azure/analytics/log-analytics-workspaces.png and b/website/static/img/resources/azure/analytics/log-analytics-workspaces.png differ diff --git a/website/static/img/resources/azure/analytics/power-bi-embedded.png b/website/static/img/resources/azure/analytics/power-bi-embedded.png new file mode 100644 index 0000000..9e40f9d Binary files /dev/null and b/website/static/img/resources/azure/analytics/power-bi-embedded.png differ diff --git a/website/static/img/resources/azure/analytics/power-platform.png b/website/static/img/resources/azure/analytics/power-platform.png new file mode 100644 index 0000000..d0f68d7 Binary files /dev/null and b/website/static/img/resources/azure/analytics/power-platform.png differ diff --git a/website/static/img/resources/azure/analytics/private-link-services.png b/website/static/img/resources/azure/analytics/private-link-services.png new file mode 100644 index 0000000..43051c5 Binary files /dev/null and b/website/static/img/resources/azure/analytics/private-link-services.png differ diff --git a/website/static/img/resources/azure/analytics/stream-analytics-jobs.png b/website/static/img/resources/azure/analytics/stream-analytics-jobs.png index a9fceb3..fd07ccb 100644 Binary files a/website/static/img/resources/azure/analytics/stream-analytics-jobs.png and b/website/static/img/resources/azure/analytics/stream-analytics-jobs.png differ diff --git a/website/static/img/resources/azure/appservices/app-service-certificates.png b/website/static/img/resources/azure/appservices/app-service-certificates.png new file mode 100644 index 0000000..b420af7 Binary files /dev/null and b/website/static/img/resources/azure/appservices/app-service-certificates.png differ diff --git a/website/static/img/resources/azure/appservices/app-service-domains.png b/website/static/img/resources/azure/appservices/app-service-domains.png new file mode 100644 index 0000000..514c6f5 Binary files /dev/null and b/website/static/img/resources/azure/appservices/app-service-domains.png differ diff --git a/website/static/img/resources/azure/appservices/app-service-environments.png b/website/static/img/resources/azure/appservices/app-service-environments.png new file mode 100644 index 0000000..b367124 Binary files /dev/null and b/website/static/img/resources/azure/appservices/app-service-environments.png differ diff --git a/website/static/img/resources/azure/appservices/app-service-plans.png b/website/static/img/resources/azure/appservices/app-service-plans.png new file mode 100644 index 0000000..9140fd8 Binary files /dev/null and b/website/static/img/resources/azure/appservices/app-service-plans.png differ diff --git a/website/static/img/resources/azure/appservices/app-services.png b/website/static/img/resources/azure/appservices/app-services.png new file mode 100644 index 0000000..7b2599d Binary files /dev/null and b/website/static/img/resources/azure/appservices/app-services.png differ diff --git a/website/static/img/resources/azure/appservices/cdn-profiles.png b/website/static/img/resources/azure/appservices/cdn-profiles.png new file mode 100644 index 0000000..e4053a1 Binary files /dev/null and b/website/static/img/resources/azure/appservices/cdn-profiles.png differ diff --git a/website/static/img/resources/azure/appservices/cognitive-search.png b/website/static/img/resources/azure/appservices/cognitive-search.png new file mode 100644 index 0000000..e261524 Binary files /dev/null and b/website/static/img/resources/azure/appservices/cognitive-search.png differ diff --git a/website/static/img/resources/azure/appservices/notification-hubs.png b/website/static/img/resources/azure/appservices/notification-hubs.png new file mode 100644 index 0000000..2008e60 Binary files /dev/null and b/website/static/img/resources/azure/appservices/notification-hubs.png differ diff --git a/website/static/img/resources/azure/azureecosystem/applens.png b/website/static/img/resources/azure/azureecosystem/applens.png new file mode 100644 index 0000000..2bf7256 Binary files /dev/null and b/website/static/img/resources/azure/azureecosystem/applens.png differ diff --git a/website/static/img/resources/azure/azureecosystem/azure-hybrid-center.png b/website/static/img/resources/azure/azureecosystem/azure-hybrid-center.png new file mode 100644 index 0000000..a85822d Binary files /dev/null and b/website/static/img/resources/azure/azureecosystem/azure-hybrid-center.png differ diff --git a/website/static/img/resources/azure/azureecosystem/collaborative-service.png b/website/static/img/resources/azure/azureecosystem/collaborative-service.png new file mode 100644 index 0000000..2c09149 Binary files /dev/null and b/website/static/img/resources/azure/azureecosystem/collaborative-service.png differ diff --git a/website/static/img/resources/azure/azurestack/capacity.png b/website/static/img/resources/azure/azurestack/capacity.png new file mode 100644 index 0000000..c24c65d Binary files /dev/null and b/website/static/img/resources/azure/azurestack/capacity.png differ diff --git a/website/static/img/resources/azure/azurestack/infrastructure-backup.png b/website/static/img/resources/azure/azurestack/infrastructure-backup.png new file mode 100644 index 0000000..f42e402 Binary files /dev/null and b/website/static/img/resources/azure/azurestack/infrastructure-backup.png differ diff --git a/website/static/img/resources/azure/azurestack/multi-tenancy.png b/website/static/img/resources/azure/azurestack/multi-tenancy.png new file mode 100644 index 0000000..ec86458 Binary files /dev/null and b/website/static/img/resources/azure/azurestack/multi-tenancy.png differ diff --git a/website/static/img/resources/azure/azurestack/offers.png b/website/static/img/resources/azure/azurestack/offers.png new file mode 100644 index 0000000..aa3281d Binary files /dev/null and b/website/static/img/resources/azure/azurestack/offers.png differ diff --git a/website/static/img/resources/azure/azurestack/plans.png b/website/static/img/resources/azure/azurestack/plans.png new file mode 100644 index 0000000..d5d49ca Binary files /dev/null and b/website/static/img/resources/azure/azurestack/plans.png differ diff --git a/website/static/img/resources/azure/azurestack/updates.png b/website/static/img/resources/azure/azurestack/updates.png new file mode 100644 index 0000000..cc25a88 Binary files /dev/null and b/website/static/img/resources/azure/azurestack/updates.png differ diff --git a/website/static/img/resources/azure/azurestack/user-subscriptions.png b/website/static/img/resources/azure/azurestack/user-subscriptions.png new file mode 100644 index 0000000..d652006 Binary files /dev/null and b/website/static/img/resources/azure/azurestack/user-subscriptions.png differ diff --git a/website/static/img/resources/azure/blockchain/abs-member.png b/website/static/img/resources/azure/blockchain/abs-member.png new file mode 100644 index 0000000..e29dc89 Binary files /dev/null and b/website/static/img/resources/azure/blockchain/abs-member.png differ diff --git a/website/static/img/resources/azure/blockchain/azure-blockchain-service.png b/website/static/img/resources/azure/blockchain/azure-blockchain-service.png new file mode 100644 index 0000000..7ec6ba1 Binary files /dev/null and b/website/static/img/resources/azure/blockchain/azure-blockchain-service.png differ diff --git a/website/static/img/resources/azure/blockchain/azure-token-service.png b/website/static/img/resources/azure/blockchain/azure-token-service.png new file mode 100644 index 0000000..e953bb4 Binary files /dev/null and b/website/static/img/resources/azure/blockchain/azure-token-service.png differ diff --git a/website/static/img/resources/azure/blockchain/blockchain-applications.png b/website/static/img/resources/azure/blockchain/blockchain-applications.png new file mode 100644 index 0000000..5d28278 Binary files /dev/null and b/website/static/img/resources/azure/blockchain/blockchain-applications.png differ diff --git a/website/static/img/resources/azure/blockchain/consortium.png b/website/static/img/resources/azure/blockchain/consortium.png new file mode 100644 index 0000000..bb53988 Binary files /dev/null and b/website/static/img/resources/azure/blockchain/consortium.png differ diff --git a/website/static/img/resources/azure/blockchain/outbound-connection.png b/website/static/img/resources/azure/blockchain/outbound-connection.png new file mode 100644 index 0000000..25c5293 Binary files /dev/null and b/website/static/img/resources/azure/blockchain/outbound-connection.png differ diff --git a/website/static/img/resources/azure/compute/app-services.png b/website/static/img/resources/azure/compute/app-services.png index f7ca7fb..7b2599d 100644 Binary files a/website/static/img/resources/azure/compute/app-services.png and b/website/static/img/resources/azure/compute/app-services.png differ diff --git a/website/static/img/resources/azure/compute/application-group.png b/website/static/img/resources/azure/compute/application-group.png new file mode 100644 index 0000000..e22e323 Binary files /dev/null and b/website/static/img/resources/azure/compute/application-group.png differ diff --git a/website/static/img/resources/azure/compute/automanaged-vm.png b/website/static/img/resources/azure/compute/automanaged-vm.png index ec8365b..ce4570e 100644 Binary files a/website/static/img/resources/azure/compute/automanaged-vm.png and b/website/static/img/resources/azure/compute/automanaged-vm.png differ diff --git a/website/static/img/resources/azure/compute/availability-sets.png b/website/static/img/resources/azure/compute/availability-sets.png index 988e9a6..844c814 100644 Binary files a/website/static/img/resources/azure/compute/availability-sets.png and b/website/static/img/resources/azure/compute/availability-sets.png differ diff --git a/website/static/img/resources/azure/compute/azure-compute-galleries.png b/website/static/img/resources/azure/compute/azure-compute-galleries.png new file mode 100644 index 0000000..40628d6 Binary files /dev/null and b/website/static/img/resources/azure/compute/azure-compute-galleries.png differ diff --git a/website/static/img/resources/azure/compute/azure-spring-apps.png b/website/static/img/resources/azure/compute/azure-spring-apps.png new file mode 100644 index 0000000..190d557 Binary files /dev/null and b/website/static/img/resources/azure/compute/azure-spring-apps.png differ diff --git a/website/static/img/resources/azure/compute/batch-accounts.png b/website/static/img/resources/azure/compute/batch-accounts.png index 8f41434..eda40a2 100644 Binary files a/website/static/img/resources/azure/compute/batch-accounts.png and b/website/static/img/resources/azure/compute/batch-accounts.png differ diff --git a/website/static/img/resources/azure/compute/cloud-services-classic.png b/website/static/img/resources/azure/compute/cloud-services-classic.png index c3fa4d1..827b504 100644 Binary files a/website/static/img/resources/azure/compute/cloud-services-classic.png and b/website/static/img/resources/azure/compute/cloud-services-classic.png differ diff --git a/website/static/img/resources/azure/compute/container-instances.png b/website/static/img/resources/azure/compute/container-instances.png index 6be6aac..c48b713 100644 Binary files a/website/static/img/resources/azure/compute/container-instances.png and b/website/static/img/resources/azure/compute/container-instances.png differ diff --git a/website/static/img/resources/azure/compute/container-services-deprecated.png b/website/static/img/resources/azure/compute/container-services-deprecated.png new file mode 100644 index 0000000..c7e689e Binary files /dev/null and b/website/static/img/resources/azure/compute/container-services-deprecated.png differ diff --git a/website/static/img/resources/azure/compute/disk-encryption-sets.png b/website/static/img/resources/azure/compute/disk-encryption-sets.png index 17b3126..3a453a1 100644 Binary files a/website/static/img/resources/azure/compute/disk-encryption-sets.png and b/website/static/img/resources/azure/compute/disk-encryption-sets.png differ diff --git a/website/static/img/resources/azure/compute/disks-classic.png b/website/static/img/resources/azure/compute/disks-classic.png new file mode 100644 index 0000000..0c0e57b Binary files /dev/null and b/website/static/img/resources/azure/compute/disks-classic.png differ diff --git a/website/static/img/resources/azure/compute/disks-snapshots.png b/website/static/img/resources/azure/compute/disks-snapshots.png new file mode 100644 index 0000000..adb8d25 Binary files /dev/null and b/website/static/img/resources/azure/compute/disks-snapshots.png differ diff --git a/website/static/img/resources/azure/compute/disks.png b/website/static/img/resources/azure/compute/disks.png index effee0b..0c0e57b 100644 Binary files a/website/static/img/resources/azure/compute/disks.png and b/website/static/img/resources/azure/compute/disks.png differ diff --git a/website/static/img/resources/azure/compute/function-apps.png b/website/static/img/resources/azure/compute/function-apps.png index b6c7f67..6362efb 100644 Binary files a/website/static/img/resources/azure/compute/function-apps.png and b/website/static/img/resources/azure/compute/function-apps.png differ diff --git a/website/static/img/resources/azure/compute/host-groups.png b/website/static/img/resources/azure/compute/host-groups.png new file mode 100644 index 0000000..b5fd554 Binary files /dev/null and b/website/static/img/resources/azure/compute/host-groups.png differ diff --git a/website/static/img/resources/azure/compute/host-pools.png b/website/static/img/resources/azure/compute/host-pools.png new file mode 100644 index 0000000..614182a Binary files /dev/null and b/website/static/img/resources/azure/compute/host-pools.png differ diff --git a/website/static/img/resources/azure/compute/hosts.png b/website/static/img/resources/azure/compute/hosts.png new file mode 100644 index 0000000..23c7fc8 Binary files /dev/null and b/website/static/img/resources/azure/compute/hosts.png differ diff --git a/website/static/img/resources/azure/compute/image-definitions.png b/website/static/img/resources/azure/compute/image-definitions.png index de6a2b3..e8f1e3a 100644 Binary files a/website/static/img/resources/azure/compute/image-definitions.png and b/website/static/img/resources/azure/compute/image-definitions.png differ diff --git a/website/static/img/resources/azure/compute/image-templates.png b/website/static/img/resources/azure/compute/image-templates.png new file mode 100644 index 0000000..a216567 Binary files /dev/null and b/website/static/img/resources/azure/compute/image-templates.png differ diff --git a/website/static/img/resources/azure/compute/image-versions.png b/website/static/img/resources/azure/compute/image-versions.png index b62ab43..7a7fa79 100644 Binary files a/website/static/img/resources/azure/compute/image-versions.png and b/website/static/img/resources/azure/compute/image-versions.png differ diff --git a/website/static/img/resources/azure/compute/images.png b/website/static/img/resources/azure/compute/images.png new file mode 100644 index 0000000..6137235 Binary files /dev/null and b/website/static/img/resources/azure/compute/images.png differ diff --git a/website/static/img/resources/azure/compute/kubernetes-services.png b/website/static/img/resources/azure/compute/kubernetes-services.png index 11c37ef..c7e689e 100644 Binary files a/website/static/img/resources/azure/compute/kubernetes-services.png and b/website/static/img/resources/azure/compute/kubernetes-services.png differ diff --git a/website/static/img/resources/azure/compute/maintenance-configuration.png b/website/static/img/resources/azure/compute/maintenance-configuration.png new file mode 100644 index 0000000..f16bcc2 Binary files /dev/null and b/website/static/img/resources/azure/compute/maintenance-configuration.png differ diff --git a/website/static/img/resources/azure/compute/managed-service-fabric.png b/website/static/img/resources/azure/compute/managed-service-fabric.png new file mode 100644 index 0000000..e88bef1 Binary files /dev/null and b/website/static/img/resources/azure/compute/managed-service-fabric.png differ diff --git a/website/static/img/resources/azure/compute/mesh-applications.png b/website/static/img/resources/azure/compute/mesh-applications.png index 468f4e5..408c89c 100644 Binary files a/website/static/img/resources/azure/compute/mesh-applications.png and b/website/static/img/resources/azure/compute/mesh-applications.png differ diff --git a/website/static/img/resources/azure/compute/metrics-advisor.png b/website/static/img/resources/azure/compute/metrics-advisor.png new file mode 100644 index 0000000..fcdc62e Binary files /dev/null and b/website/static/img/resources/azure/compute/metrics-advisor.png differ diff --git a/website/static/img/resources/azure/compute/os-images-classic.png b/website/static/img/resources/azure/compute/os-images-classic.png new file mode 100644 index 0000000..07ed3dd Binary files /dev/null and b/website/static/img/resources/azure/compute/os-images-classic.png differ diff --git a/website/static/img/resources/azure/compute/restore-points-collections.png b/website/static/img/resources/azure/compute/restore-points-collections.png new file mode 100644 index 0000000..dfe3363 Binary files /dev/null and b/website/static/img/resources/azure/compute/restore-points-collections.png differ diff --git a/website/static/img/resources/azure/compute/restore-points.png b/website/static/img/resources/azure/compute/restore-points.png new file mode 100644 index 0000000..a5e9352 Binary files /dev/null and b/website/static/img/resources/azure/compute/restore-points.png differ diff --git a/website/static/img/resources/azure/compute/service-fabric-clusters.png b/website/static/img/resources/azure/compute/service-fabric-clusters.png index a03a219..c8dd477 100644 Binary files a/website/static/img/resources/azure/compute/service-fabric-clusters.png and b/website/static/img/resources/azure/compute/service-fabric-clusters.png differ diff --git a/website/static/img/resources/azure/compute/shared-image-galleries.png b/website/static/img/resources/azure/compute/shared-image-galleries.png index 364a091..8537a9f 100644 Binary files a/website/static/img/resources/azure/compute/shared-image-galleries.png and b/website/static/img/resources/azure/compute/shared-image-galleries.png differ diff --git a/website/static/img/resources/azure/compute/virtual-machine.png b/website/static/img/resources/azure/compute/virtual-machine.png new file mode 100644 index 0000000..829bccc Binary files /dev/null and b/website/static/img/resources/azure/compute/virtual-machine.png differ diff --git a/website/static/img/resources/azure/compute/virtual-machines-classic.png b/website/static/img/resources/azure/compute/virtual-machines-classic.png new file mode 100644 index 0000000..0c922cd Binary files /dev/null and b/website/static/img/resources/azure/compute/virtual-machines-classic.png differ diff --git a/website/static/img/resources/azure/compute/vm-images-classic.png b/website/static/img/resources/azure/compute/vm-images-classic.png new file mode 100644 index 0000000..07ed3dd Binary files /dev/null and b/website/static/img/resources/azure/compute/vm-images-classic.png differ diff --git a/website/static/img/resources/azure/compute/vm-scale-sets.png b/website/static/img/resources/azure/compute/vm-scale-sets.png new file mode 100644 index 0000000..34d43f8 Binary files /dev/null and b/website/static/img/resources/azure/compute/vm-scale-sets.png differ diff --git a/website/static/img/resources/azure/compute/workspaces-2.png b/website/static/img/resources/azure/compute/workspaces-2.png new file mode 100644 index 0000000..20d6f11 Binary files /dev/null and b/website/static/img/resources/azure/compute/workspaces-2.png differ diff --git a/website/static/img/resources/azure/compute/workspaces.png b/website/static/img/resources/azure/compute/workspaces.png index fa399bf..80f239a 100644 Binary files a/website/static/img/resources/azure/compute/workspaces.png and b/website/static/img/resources/azure/compute/workspaces.png differ diff --git a/website/static/img/resources/azure/containers/app-services.png b/website/static/img/resources/azure/containers/app-services.png new file mode 100644 index 0000000..7b2599d Binary files /dev/null and b/website/static/img/resources/azure/containers/app-services.png differ diff --git a/website/static/img/resources/azure/containers/azure-red-hat-openshift.png b/website/static/img/resources/azure/containers/azure-red-hat-openshift.png new file mode 100644 index 0000000..0dac89e Binary files /dev/null and b/website/static/img/resources/azure/containers/azure-red-hat-openshift.png differ diff --git a/website/static/img/resources/azure/containers/batch-accounts.png b/website/static/img/resources/azure/containers/batch-accounts.png new file mode 100644 index 0000000..eda40a2 Binary files /dev/null and b/website/static/img/resources/azure/containers/batch-accounts.png differ diff --git a/website/static/img/resources/azure/containers/container-instances.png b/website/static/img/resources/azure/containers/container-instances.png new file mode 100644 index 0000000..c48b713 Binary files /dev/null and b/website/static/img/resources/azure/containers/container-instances.png differ diff --git a/website/static/img/resources/azure/containers/container-registries.png b/website/static/img/resources/azure/containers/container-registries.png new file mode 100644 index 0000000..56d99e1 Binary files /dev/null and b/website/static/img/resources/azure/containers/container-registries.png differ diff --git a/website/static/img/resources/azure/containers/kubernetes-services.png b/website/static/img/resources/azure/containers/kubernetes-services.png new file mode 100644 index 0000000..c7e689e Binary files /dev/null and b/website/static/img/resources/azure/containers/kubernetes-services.png differ diff --git a/website/static/img/resources/azure/containers/service-fabric-clusters.png b/website/static/img/resources/azure/containers/service-fabric-clusters.png new file mode 100644 index 0000000..c8dd477 Binary files /dev/null and b/website/static/img/resources/azure/containers/service-fabric-clusters.png differ diff --git a/website/static/img/resources/azure/databases/azure-cosmos-db.png b/website/static/img/resources/azure/databases/azure-cosmos-db.png new file mode 100644 index 0000000..ad28505 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-cosmos-db.png differ diff --git a/website/static/img/resources/azure/databases/azure-data-explorer-clusters.png b/website/static/img/resources/azure/databases/azure-data-explorer-clusters.png new file mode 100644 index 0000000..0fa0048 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-data-explorer-clusters.png differ diff --git a/website/static/img/resources/azure/databases/azure-database-mariadb-server.png b/website/static/img/resources/azure/databases/azure-database-mariadb-server.png new file mode 100644 index 0000000..e4f74f5 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-database-mariadb-server.png differ diff --git a/website/static/img/resources/azure/databases/azure-database-migration-services.png b/website/static/img/resources/azure/databases/azure-database-migration-services.png new file mode 100644 index 0000000..563a3c6 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-database-migration-services.png differ diff --git a/website/static/img/resources/azure/databases/azure-database-mysql-server.png b/website/static/img/resources/azure/databases/azure-database-mysql-server.png new file mode 100644 index 0000000..15705aa Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-database-mysql-server.png differ diff --git a/website/static/img/resources/azure/databases/azure-database-postgresql-server-group.png b/website/static/img/resources/azure/databases/azure-database-postgresql-server-group.png new file mode 100644 index 0000000..214fe3e Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-database-postgresql-server-group.png differ diff --git a/website/static/img/resources/azure/databases/azure-database-postgresql-server.png b/website/static/img/resources/azure/databases/azure-database-postgresql-server.png new file mode 100644 index 0000000..9e9439c Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-database-postgresql-server.png differ diff --git a/website/static/img/resources/azure/databases/azure-purview-accounts.png b/website/static/img/resources/azure/databases/azure-purview-accounts.png new file mode 100644 index 0000000..f35ba91 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-purview-accounts.png differ diff --git a/website/static/img/resources/azure/databases/azure-sql-edge.png b/website/static/img/resources/azure/databases/azure-sql-edge.png new file mode 100644 index 0000000..8d9b6a9 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-sql-edge.png differ diff --git a/website/static/img/resources/azure/databases/azure-sql-server-stretch-databases.png b/website/static/img/resources/azure/databases/azure-sql-server-stretch-databases.png new file mode 100644 index 0000000..0eef697 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-sql-server-stretch-databases.png differ diff --git a/website/static/img/resources/azure/databases/azure-sql-vm.png b/website/static/img/resources/azure/databases/azure-sql-vm.png new file mode 100644 index 0000000..f5da9e4 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-sql-vm.png differ diff --git a/website/static/img/resources/azure/databases/azure-sql.png b/website/static/img/resources/azure/databases/azure-sql.png new file mode 100644 index 0000000..dc24722 Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-sql.png differ diff --git a/website/static/img/resources/azure/databases/azure-synapse-analytics.png b/website/static/img/resources/azure/databases/azure-synapse-analytics.png new file mode 100644 index 0000000..05212cc Binary files /dev/null and b/website/static/img/resources/azure/databases/azure-synapse-analytics.png differ diff --git a/website/static/img/resources/azure/databases/cache-redis.png b/website/static/img/resources/azure/databases/cache-redis.png new file mode 100644 index 0000000..a14b431 Binary files /dev/null and b/website/static/img/resources/azure/databases/cache-redis.png differ diff --git a/website/static/img/resources/azure/databases/data-factories.png b/website/static/img/resources/azure/databases/data-factories.png new file mode 100644 index 0000000..047151f Binary files /dev/null and b/website/static/img/resources/azure/databases/data-factories.png differ diff --git a/website/static/img/resources/azure/databases/elastic-job-agents.png b/website/static/img/resources/azure/databases/elastic-job-agents.png new file mode 100644 index 0000000..a0a4a5c Binary files /dev/null and b/website/static/img/resources/azure/databases/elastic-job-agents.png differ diff --git a/website/static/img/resources/azure/databases/instance-pools.png b/website/static/img/resources/azure/databases/instance-pools.png new file mode 100644 index 0000000..6f479be Binary files /dev/null and b/website/static/img/resources/azure/databases/instance-pools.png differ diff --git a/website/static/img/resources/azure/databases/managed-database.png b/website/static/img/resources/azure/databases/managed-database.png new file mode 100644 index 0000000..01fde82 Binary files /dev/null and b/website/static/img/resources/azure/databases/managed-database.png differ diff --git a/website/static/img/resources/azure/databases/oracle-database.png b/website/static/img/resources/azure/databases/oracle-database.png new file mode 100644 index 0000000..468a39d Binary files /dev/null and b/website/static/img/resources/azure/databases/oracle-database.png differ diff --git a/website/static/img/resources/azure/databases/sql-data-warehouses.png b/website/static/img/resources/azure/databases/sql-data-warehouses.png new file mode 100644 index 0000000..0eef697 Binary files /dev/null and b/website/static/img/resources/azure/databases/sql-data-warehouses.png differ diff --git a/website/static/img/resources/azure/databases/sql-database.png b/website/static/img/resources/azure/databases/sql-database.png new file mode 100644 index 0000000..98666fa Binary files /dev/null and b/website/static/img/resources/azure/databases/sql-database.png differ diff --git a/website/static/img/resources/azure/databases/sql-elastic-pools.png b/website/static/img/resources/azure/databases/sql-elastic-pools.png new file mode 100644 index 0000000..bf5bdbd Binary files /dev/null and b/website/static/img/resources/azure/databases/sql-elastic-pools.png differ diff --git a/website/static/img/resources/azure/databases/sql-managed-instance.png b/website/static/img/resources/azure/databases/sql-managed-instance.png new file mode 100644 index 0000000..062270f Binary files /dev/null and b/website/static/img/resources/azure/databases/sql-managed-instance.png differ diff --git a/website/static/img/resources/azure/databases/sql-server-registries.png b/website/static/img/resources/azure/databases/sql-server-registries.png new file mode 100644 index 0000000..3b70cbf Binary files /dev/null and b/website/static/img/resources/azure/databases/sql-server-registries.png differ diff --git a/website/static/img/resources/azure/databases/sql-server.png b/website/static/img/resources/azure/databases/sql-server.png new file mode 100644 index 0000000..4038f2c Binary files /dev/null and b/website/static/img/resources/azure/databases/sql-server.png differ diff --git a/website/static/img/resources/azure/databases/ssis-lift-and-shift-ir.png b/website/static/img/resources/azure/databases/ssis-lift-and-shift-ir.png new file mode 100644 index 0000000..3492a17 Binary files /dev/null and b/website/static/img/resources/azure/databases/ssis-lift-and-shift-ir.png differ diff --git a/website/static/img/resources/azure/databases/virtual-clusters.png b/website/static/img/resources/azure/databases/virtual-clusters.png new file mode 100644 index 0000000..bf77ca2 Binary files /dev/null and b/website/static/img/resources/azure/databases/virtual-clusters.png differ diff --git a/website/static/img/resources/azure/devops/api-connections.png b/website/static/img/resources/azure/devops/api-connections.png new file mode 100644 index 0000000..c74cdb2 Binary files /dev/null and b/website/static/img/resources/azure/devops/api-connections.png differ diff --git a/website/static/img/resources/azure/devops/api-management-services.png b/website/static/img/resources/azure/devops/api-management-services.png new file mode 100644 index 0000000..77c7b86 Binary files /dev/null and b/website/static/img/resources/azure/devops/api-management-services.png differ diff --git a/website/static/img/resources/azure/devops/application-insights.png b/website/static/img/resources/azure/devops/application-insights.png index f80e017..af1cc7f 100644 Binary files a/website/static/img/resources/azure/devops/application-insights.png and b/website/static/img/resources/azure/devops/application-insights.png differ diff --git a/website/static/img/resources/azure/devops/azure-devops.png b/website/static/img/resources/azure/devops/azure-devops.png new file mode 100644 index 0000000..03d575a Binary files /dev/null and b/website/static/img/resources/azure/devops/azure-devops.png differ diff --git a/website/static/img/resources/azure/devops/change-analysis.png b/website/static/img/resources/azure/devops/change-analysis.png new file mode 100644 index 0000000..0645000 Binary files /dev/null and b/website/static/img/resources/azure/devops/change-analysis.png differ diff --git a/website/static/img/resources/azure/devops/cloudtest.png b/website/static/img/resources/azure/devops/cloudtest.png new file mode 100644 index 0000000..7167182 Binary files /dev/null and b/website/static/img/resources/azure/devops/cloudtest.png differ diff --git a/website/static/img/resources/azure/devops/code-optimization.png b/website/static/img/resources/azure/devops/code-optimization.png new file mode 100644 index 0000000..77b405e Binary files /dev/null and b/website/static/img/resources/azure/devops/code-optimization.png differ diff --git a/website/static/img/resources/azure/devops/devops-starter.png b/website/static/img/resources/azure/devops/devops-starter.png new file mode 100644 index 0000000..bc93928 Binary files /dev/null and b/website/static/img/resources/azure/devops/devops-starter.png differ diff --git a/website/static/img/resources/azure/devops/devtest-labs.png b/website/static/img/resources/azure/devops/devtest-labs.png index 75b82c1..e8cf336 100644 Binary files a/website/static/img/resources/azure/devops/devtest-labs.png and b/website/static/img/resources/azure/devops/devtest-labs.png differ diff --git a/website/static/img/resources/azure/devops/lab-accounts.png b/website/static/img/resources/azure/devops/lab-accounts.png new file mode 100644 index 0000000..1b36a20 Binary files /dev/null and b/website/static/img/resources/azure/devops/lab-accounts.png differ diff --git a/website/static/img/resources/azure/devops/lab-services.png b/website/static/img/resources/azure/devops/lab-services.png index abbe48d..c138bd1 100644 Binary files a/website/static/img/resources/azure/devops/lab-services.png and b/website/static/img/resources/azure/devops/lab-services.png differ diff --git a/website/static/img/resources/azure/devops/load-testing.png b/website/static/img/resources/azure/devops/load-testing.png new file mode 100644 index 0000000..8dd1125 Binary files /dev/null and b/website/static/img/resources/azure/devops/load-testing.png differ diff --git a/website/static/img/resources/azure/general/all-resources.png b/website/static/img/resources/azure/general/all-resources.png new file mode 100644 index 0000000..5376dcf Binary files /dev/null and b/website/static/img/resources/azure/general/all-resources.png differ diff --git a/website/static/img/resources/azure/general/backlog.png b/website/static/img/resources/azure/general/backlog.png new file mode 100644 index 0000000..d176039 Binary files /dev/null and b/website/static/img/resources/azure/general/backlog.png differ diff --git a/website/static/img/resources/azure/general/biz-talk.png b/website/static/img/resources/azure/general/biz-talk.png new file mode 100644 index 0000000..0159134 Binary files /dev/null and b/website/static/img/resources/azure/general/biz-talk.png differ diff --git a/website/static/img/resources/azure/general/blob-block.png b/website/static/img/resources/azure/general/blob-block.png new file mode 100644 index 0000000..1bf2b82 Binary files /dev/null and b/website/static/img/resources/azure/general/blob-block.png differ diff --git a/website/static/img/resources/azure/general/blob-page.png b/website/static/img/resources/azure/general/blob-page.png new file mode 100644 index 0000000..dce1726 Binary files /dev/null and b/website/static/img/resources/azure/general/blob-page.png differ diff --git a/website/static/img/resources/azure/general/branch.png b/website/static/img/resources/azure/general/branch.png new file mode 100644 index 0000000..8aeb4d7 Binary files /dev/null and b/website/static/img/resources/azure/general/branch.png differ diff --git a/website/static/img/resources/azure/general/browser.png b/website/static/img/resources/azure/general/browser.png new file mode 100644 index 0000000..2bc7f74 Binary files /dev/null and b/website/static/img/resources/azure/general/browser.png differ diff --git a/website/static/img/resources/azure/general/bug.png b/website/static/img/resources/azure/general/bug.png new file mode 100644 index 0000000..6a0dded Binary files /dev/null and b/website/static/img/resources/azure/general/bug.png differ diff --git a/website/static/img/resources/azure/general/builds.png b/website/static/img/resources/azure/general/builds.png new file mode 100644 index 0000000..a436311 Binary files /dev/null and b/website/static/img/resources/azure/general/builds.png differ diff --git a/website/static/img/resources/azure/general/cache.png b/website/static/img/resources/azure/general/cache.png new file mode 100644 index 0000000..84ce88a Binary files /dev/null and b/website/static/img/resources/azure/general/cache.png differ diff --git a/website/static/img/resources/azure/general/code.png b/website/static/img/resources/azure/general/code.png new file mode 100644 index 0000000..0ef1d60 Binary files /dev/null and b/website/static/img/resources/azure/general/code.png differ diff --git a/website/static/img/resources/azure/general/commit.png b/website/static/img/resources/azure/general/commit.png new file mode 100644 index 0000000..ee94643 Binary files /dev/null and b/website/static/img/resources/azure/general/commit.png differ diff --git a/website/static/img/resources/azure/general/controls-horizontal.png b/website/static/img/resources/azure/general/controls-horizontal.png new file mode 100644 index 0000000..d223313 Binary files /dev/null and b/website/static/img/resources/azure/general/controls-horizontal.png differ diff --git a/website/static/img/resources/azure/general/controls.png b/website/static/img/resources/azure/general/controls.png new file mode 100644 index 0000000..4c8484d Binary files /dev/null and b/website/static/img/resources/azure/general/controls.png differ diff --git a/website/static/img/resources/azure/general/cost-alerts.png b/website/static/img/resources/azure/general/cost-alerts.png new file mode 100644 index 0000000..758d3be Binary files /dev/null and b/website/static/img/resources/azure/general/cost-alerts.png differ diff --git a/website/static/img/resources/azure/general/cost-analysis.png b/website/static/img/resources/azure/general/cost-analysis.png new file mode 100644 index 0000000..ea81923 Binary files /dev/null and b/website/static/img/resources/azure/general/cost-analysis.png differ diff --git a/website/static/img/resources/azure/general/cost-budgets.png b/website/static/img/resources/azure/general/cost-budgets.png new file mode 100644 index 0000000..240df68 Binary files /dev/null and b/website/static/img/resources/azure/general/cost-budgets.png differ diff --git a/website/static/img/resources/azure/general/cost-management-and-billing.png b/website/static/img/resources/azure/general/cost-management-and-billing.png new file mode 100644 index 0000000..a55e769 Binary files /dev/null and b/website/static/img/resources/azure/general/cost-management-and-billing.png differ diff --git a/website/static/img/resources/azure/general/cost-management.png b/website/static/img/resources/azure/general/cost-management.png new file mode 100644 index 0000000..d383d03 Binary files /dev/null and b/website/static/img/resources/azure/general/cost-management.png differ diff --git a/website/static/img/resources/azure/general/counter.png b/website/static/img/resources/azure/general/counter.png new file mode 100644 index 0000000..57d2f73 Binary files /dev/null and b/website/static/img/resources/azure/general/counter.png differ diff --git a/website/static/img/resources/azure/general/cubes.png b/website/static/img/resources/azure/general/cubes.png new file mode 100644 index 0000000..f394c0b Binary files /dev/null and b/website/static/img/resources/azure/general/cubes.png differ diff --git a/website/static/img/resources/azure/general/dashboard.png b/website/static/img/resources/azure/general/dashboard.png new file mode 100644 index 0000000..e475377 Binary files /dev/null and b/website/static/img/resources/azure/general/dashboard.png differ diff --git a/website/static/img/resources/azure/general/dev-console.png b/website/static/img/resources/azure/general/dev-console.png new file mode 100644 index 0000000..021c12e Binary files /dev/null and b/website/static/img/resources/azure/general/dev-console.png differ diff --git a/website/static/img/resources/azure/general/download.png b/website/static/img/resources/azure/general/download.png new file mode 100644 index 0000000..1c34bf3 Binary files /dev/null and b/website/static/img/resources/azure/general/download.png differ diff --git a/website/static/img/resources/azure/general/error.png b/website/static/img/resources/azure/general/error.png new file mode 100644 index 0000000..bbb0c47 Binary files /dev/null and b/website/static/img/resources/azure/general/error.png differ diff --git a/website/static/img/resources/azure/general/extensions.png b/website/static/img/resources/azure/general/extensions.png new file mode 100644 index 0000000..61c976a Binary files /dev/null and b/website/static/img/resources/azure/general/extensions.png differ diff --git a/website/static/img/resources/azure/general/feature-previews.png b/website/static/img/resources/azure/general/feature-previews.png new file mode 100644 index 0000000..cc1857b Binary files /dev/null and b/website/static/img/resources/azure/general/feature-previews.png differ diff --git a/website/static/img/resources/azure/general/file.png b/website/static/img/resources/azure/general/file.png new file mode 100644 index 0000000..f5706cf Binary files /dev/null and b/website/static/img/resources/azure/general/file.png differ diff --git a/website/static/img/resources/azure/general/files.png b/website/static/img/resources/azure/general/files.png new file mode 100644 index 0000000..ca00d67 Binary files /dev/null and b/website/static/img/resources/azure/general/files.png differ diff --git a/website/static/img/resources/azure/general/folder-blank.png b/website/static/img/resources/azure/general/folder-blank.png new file mode 100644 index 0000000..18a4f44 Binary files /dev/null and b/website/static/img/resources/azure/general/folder-blank.png differ diff --git a/website/static/img/resources/azure/general/folder-website.png b/website/static/img/resources/azure/general/folder-website.png new file mode 100644 index 0000000..51391d7 Binary files /dev/null and b/website/static/img/resources/azure/general/folder-website.png differ diff --git a/website/static/img/resources/azure/general/free-services.png b/website/static/img/resources/azure/general/free-services.png new file mode 100644 index 0000000..3c961d5 Binary files /dev/null and b/website/static/img/resources/azure/general/free-services.png differ diff --git a/website/static/img/resources/azure/general/ftp.png b/website/static/img/resources/azure/general/ftp.png new file mode 100644 index 0000000..b316ed8 Binary files /dev/null and b/website/static/img/resources/azure/general/ftp.png differ diff --git a/website/static/img/resources/azure/general/gear.png b/website/static/img/resources/azure/general/gear.png new file mode 100644 index 0000000..2d348cd Binary files /dev/null and b/website/static/img/resources/azure/general/gear.png differ diff --git a/website/static/img/resources/azure/general/globe-error.png b/website/static/img/resources/azure/general/globe-error.png new file mode 100644 index 0000000..95473b0 Binary files /dev/null and b/website/static/img/resources/azure/general/globe-error.png differ diff --git a/website/static/img/resources/azure/general/globe-success.png b/website/static/img/resources/azure/general/globe-success.png new file mode 100644 index 0000000..97bbfc7 Binary files /dev/null and b/website/static/img/resources/azure/general/globe-success.png differ diff --git a/website/static/img/resources/azure/general/globe-warning.png b/website/static/img/resources/azure/general/globe-warning.png new file mode 100644 index 0000000..d99c7e8 Binary files /dev/null and b/website/static/img/resources/azure/general/globe-warning.png differ diff --git a/website/static/img/resources/azure/general/guide.png b/website/static/img/resources/azure/general/guide.png new file mode 100644 index 0000000..61be76f Binary files /dev/null and b/website/static/img/resources/azure/general/guide.png differ diff --git a/website/static/img/resources/azure/general/heart.png b/website/static/img/resources/azure/general/heart.png new file mode 100644 index 0000000..cbada8a Binary files /dev/null and b/website/static/img/resources/azure/general/heart.png differ diff --git a/website/static/img/resources/azure/general/help-and-support.png b/website/static/img/resources/azure/general/help-and-support.png new file mode 100644 index 0000000..7a9b638 Binary files /dev/null and b/website/static/img/resources/azure/general/help-and-support.png differ diff --git a/website/static/img/resources/azure/general/image.png b/website/static/img/resources/azure/general/image.png new file mode 100644 index 0000000..49b1673 Binary files /dev/null and b/website/static/img/resources/azure/general/image.png differ diff --git a/website/static/img/resources/azure/general/information.png b/website/static/img/resources/azure/general/information.png index 34af972..c408311 100644 Binary files a/website/static/img/resources/azure/general/information.png and b/website/static/img/resources/azure/general/information.png differ diff --git a/website/static/img/resources/azure/general/input-output.png b/website/static/img/resources/azure/general/input-output.png new file mode 100644 index 0000000..a1484cf Binary files /dev/null and b/website/static/img/resources/azure/general/input-output.png differ diff --git a/website/static/img/resources/azure/general/journey-hub.png b/website/static/img/resources/azure/general/journey-hub.png new file mode 100644 index 0000000..f9ddaf4 Binary files /dev/null and b/website/static/img/resources/azure/general/journey-hub.png differ diff --git a/website/static/img/resources/azure/general/launch-portal.png b/website/static/img/resources/azure/general/launch-portal.png new file mode 100644 index 0000000..fee4b69 Binary files /dev/null and b/website/static/img/resources/azure/general/launch-portal.png differ diff --git a/website/static/img/resources/azure/general/learn.png b/website/static/img/resources/azure/general/learn.png new file mode 100644 index 0000000..03d2319 Binary files /dev/null and b/website/static/img/resources/azure/general/learn.png differ diff --git a/website/static/img/resources/azure/general/load-test.png b/website/static/img/resources/azure/general/load-test.png new file mode 100644 index 0000000..8a4288b Binary files /dev/null and b/website/static/img/resources/azure/general/load-test.png differ diff --git a/website/static/img/resources/azure/general/location.png b/website/static/img/resources/azure/general/location.png new file mode 100644 index 0000000..1955b2d Binary files /dev/null and b/website/static/img/resources/azure/general/location.png differ diff --git a/website/static/img/resources/azure/general/log-streaming.png b/website/static/img/resources/azure/general/log-streaming.png new file mode 100644 index 0000000..813ba1b Binary files /dev/null and b/website/static/img/resources/azure/general/log-streaming.png differ diff --git a/website/static/img/resources/azure/general/management-groups.png b/website/static/img/resources/azure/general/management-groups.png new file mode 100644 index 0000000..05b0b2e Binary files /dev/null and b/website/static/img/resources/azure/general/management-groups.png differ diff --git a/website/static/img/resources/azure/general/management-portal.png b/website/static/img/resources/azure/general/management-portal.png new file mode 100644 index 0000000..5888187 Binary files /dev/null and b/website/static/img/resources/azure/general/management-portal.png differ diff --git a/website/static/img/resources/azure/general/marketplace-management.png b/website/static/img/resources/azure/general/marketplace-management.png new file mode 100644 index 0000000..ebb24ab Binary files /dev/null and b/website/static/img/resources/azure/general/marketplace-management.png differ diff --git a/website/static/img/resources/azure/general/marketplace.png b/website/static/img/resources/azure/general/marketplace.png index 311506f..b457acd 100644 Binary files a/website/static/img/resources/azure/general/marketplace.png and b/website/static/img/resources/azure/general/marketplace.png differ diff --git a/website/static/img/resources/azure/general/media-file.png b/website/static/img/resources/azure/general/media-file.png new file mode 100644 index 0000000..6e66a8c Binary files /dev/null and b/website/static/img/resources/azure/general/media-file.png differ diff --git a/website/static/img/resources/azure/general/media.png b/website/static/img/resources/azure/general/media.png new file mode 100644 index 0000000..2e82cb3 Binary files /dev/null and b/website/static/img/resources/azure/general/media.png differ diff --git a/website/static/img/resources/azure/general/mobile-engagement.png b/website/static/img/resources/azure/general/mobile-engagement.png new file mode 100644 index 0000000..b8e6d40 Binary files /dev/null and b/website/static/img/resources/azure/general/mobile-engagement.png differ diff --git a/website/static/img/resources/azure/general/mobile.png b/website/static/img/resources/azure/general/mobile.png new file mode 100644 index 0000000..5aaea2f Binary files /dev/null and b/website/static/img/resources/azure/general/mobile.png differ diff --git a/website/static/img/resources/azure/general/module.png b/website/static/img/resources/azure/general/module.png new file mode 100644 index 0000000..f4eb633 Binary files /dev/null and b/website/static/img/resources/azure/general/module.png differ diff --git a/website/static/img/resources/azure/general/power-up.png b/website/static/img/resources/azure/general/power-up.png new file mode 100644 index 0000000..175af0d Binary files /dev/null and b/website/static/img/resources/azure/general/power-up.png differ diff --git a/website/static/img/resources/azure/general/power.png b/website/static/img/resources/azure/general/power.png new file mode 100644 index 0000000..7b3aee6 Binary files /dev/null and b/website/static/img/resources/azure/general/power.png differ diff --git a/website/static/img/resources/azure/general/powershell.png b/website/static/img/resources/azure/general/powershell.png new file mode 100644 index 0000000..e5c972e Binary files /dev/null and b/website/static/img/resources/azure/general/powershell.png differ diff --git a/website/static/img/resources/azure/general/preview-features.png b/website/static/img/resources/azure/general/preview-features.png new file mode 100644 index 0000000..03a8b98 Binary files /dev/null and b/website/static/img/resources/azure/general/preview-features.png differ diff --git a/website/static/img/resources/azure/general/process-explorer.png b/website/static/img/resources/azure/general/process-explorer.png new file mode 100644 index 0000000..688837d Binary files /dev/null and b/website/static/img/resources/azure/general/process-explorer.png differ diff --git a/website/static/img/resources/azure/general/production-ready-database.png b/website/static/img/resources/azure/general/production-ready-database.png new file mode 100644 index 0000000..7de8a2b Binary files /dev/null and b/website/static/img/resources/azure/general/production-ready-database.png differ diff --git a/website/static/img/resources/azure/general/quickstart-center.png b/website/static/img/resources/azure/general/quickstart-center.png new file mode 100644 index 0000000..394bfb6 Binary files /dev/null and b/website/static/img/resources/azure/general/quickstart-center.png differ diff --git a/website/static/img/resources/azure/general/recent.png b/website/static/img/resources/azure/general/recent.png index 7d7fb4a..36de596 100644 Binary files a/website/static/img/resources/azure/general/recent.png and b/website/static/img/resources/azure/general/recent.png differ diff --git a/website/static/img/resources/azure/general/region-management.png b/website/static/img/resources/azure/general/region-management.png new file mode 100644 index 0000000..5e34b85 Binary files /dev/null and b/website/static/img/resources/azure/general/region-management.png differ diff --git a/website/static/img/resources/azure/general/reservations.png b/website/static/img/resources/azure/general/reservations.png index ec2ebad..e9d06bd 100644 Binary files a/website/static/img/resources/azure/general/reservations.png and b/website/static/img/resources/azure/general/reservations.png differ diff --git a/website/static/img/resources/azure/general/resource-explorer.png b/website/static/img/resources/azure/general/resource-explorer.png new file mode 100644 index 0000000..8d7ca00 Binary files /dev/null and b/website/static/img/resources/azure/general/resource-explorer.png differ diff --git a/website/static/img/resources/azure/general/resource-group-list.png b/website/static/img/resources/azure/general/resource-group-list.png new file mode 100644 index 0000000..26db3d5 Binary files /dev/null and b/website/static/img/resources/azure/general/resource-group-list.png differ diff --git a/website/static/img/resources/azure/general/resource-groups.png b/website/static/img/resources/azure/general/resource-groups.png new file mode 100644 index 0000000..966098f Binary files /dev/null and b/website/static/img/resources/azure/general/resource-groups.png differ diff --git a/website/static/img/resources/azure/general/resource-linked.png b/website/static/img/resources/azure/general/resource-linked.png new file mode 100644 index 0000000..d26681d Binary files /dev/null and b/website/static/img/resources/azure/general/resource-linked.png differ diff --git a/website/static/img/resources/azure/general/scheduler.png b/website/static/img/resources/azure/general/scheduler.png new file mode 100644 index 0000000..ed7b6ae Binary files /dev/null and b/website/static/img/resources/azure/general/scheduler.png differ diff --git a/website/static/img/resources/azure/general/search-grid.png b/website/static/img/resources/azure/general/search-grid.png new file mode 100644 index 0000000..26db3d5 Binary files /dev/null and b/website/static/img/resources/azure/general/search-grid.png differ diff --git a/website/static/img/resources/azure/general/search.png b/website/static/img/resources/azure/general/search.png new file mode 100644 index 0000000..68f978b Binary files /dev/null and b/website/static/img/resources/azure/general/search.png differ diff --git a/website/static/img/resources/azure/general/server-farm.png b/website/static/img/resources/azure/general/server-farm.png new file mode 100644 index 0000000..71cc77f Binary files /dev/null and b/website/static/img/resources/azure/general/server-farm.png differ diff --git a/website/static/img/resources/azure/general/service-health.png b/website/static/img/resources/azure/general/service-health.png new file mode 100644 index 0000000..aedb4c5 Binary files /dev/null and b/website/static/img/resources/azure/general/service-health.png differ diff --git a/website/static/img/resources/azure/general/ssd.png b/website/static/img/resources/azure/general/ssd.png new file mode 100644 index 0000000..37ca453 Binary files /dev/null and b/website/static/img/resources/azure/general/ssd.png differ diff --git a/website/static/img/resources/azure/general/storage-azure-files.png b/website/static/img/resources/azure/general/storage-azure-files.png new file mode 100644 index 0000000..143ed5f Binary files /dev/null and b/website/static/img/resources/azure/general/storage-azure-files.png differ diff --git a/website/static/img/resources/azure/general/storage-container.png b/website/static/img/resources/azure/general/storage-container.png new file mode 100644 index 0000000..938d905 Binary files /dev/null and b/website/static/img/resources/azure/general/storage-container.png differ diff --git a/website/static/img/resources/azure/general/storage-queue.png b/website/static/img/resources/azure/general/storage-queue.png new file mode 100644 index 0000000..c9fcbb9 Binary files /dev/null and b/website/static/img/resources/azure/general/storage-queue.png differ diff --git a/website/static/img/resources/azure/general/subscriptions.png b/website/static/img/resources/azure/general/subscriptions.png index 9a510f9..699ad3b 100644 Binary files a/website/static/img/resources/azure/general/subscriptions.png and b/website/static/img/resources/azure/general/subscriptions.png differ diff --git a/website/static/img/resources/azure/general/table.png b/website/static/img/resources/azure/general/table.png new file mode 100644 index 0000000..6998bf8 Binary files /dev/null and b/website/static/img/resources/azure/general/table.png differ diff --git a/website/static/img/resources/azure/general/tag.png b/website/static/img/resources/azure/general/tag.png index 5d0ee16..d65079b 100644 Binary files a/website/static/img/resources/azure/general/tag.png and b/website/static/img/resources/azure/general/tag.png differ diff --git a/website/static/img/resources/azure/general/tags.png b/website/static/img/resources/azure/general/tags.png index 58f2b4d..1342b23 100644 Binary files a/website/static/img/resources/azure/general/tags.png and b/website/static/img/resources/azure/general/tags.png differ diff --git a/website/static/img/resources/azure/general/templates.png b/website/static/img/resources/azure/general/templates.png index 263cebb..8cd6785 100644 Binary files a/website/static/img/resources/azure/general/templates.png and b/website/static/img/resources/azure/general/templates.png differ diff --git a/website/static/img/resources/azure/general/tfs-vc-repository.png b/website/static/img/resources/azure/general/tfs-vc-repository.png new file mode 100644 index 0000000..972086a Binary files /dev/null and b/website/static/img/resources/azure/general/tfs-vc-repository.png differ diff --git a/website/static/img/resources/azure/general/toolbox.png b/website/static/img/resources/azure/general/toolbox.png new file mode 100644 index 0000000..0553291 Binary files /dev/null and b/website/static/img/resources/azure/general/toolbox.png differ diff --git a/website/static/img/resources/azure/general/troubleshoot.png b/website/static/img/resources/azure/general/troubleshoot.png new file mode 100644 index 0000000..2257b59 Binary files /dev/null and b/website/static/img/resources/azure/general/troubleshoot.png differ diff --git a/website/static/img/resources/azure/general/versions.png b/website/static/img/resources/azure/general/versions.png new file mode 100644 index 0000000..97004b2 Binary files /dev/null and b/website/static/img/resources/azure/general/versions.png differ diff --git a/website/static/img/resources/azure/general/web-slots.png b/website/static/img/resources/azure/general/web-slots.png new file mode 100644 index 0000000..d777be0 Binary files /dev/null and b/website/static/img/resources/azure/general/web-slots.png differ diff --git a/website/static/img/resources/azure/general/web-test.png b/website/static/img/resources/azure/general/web-test.png new file mode 100644 index 0000000..0e2bb25 Binary files /dev/null and b/website/static/img/resources/azure/general/web-test.png differ diff --git a/website/static/img/resources/azure/general/website-power.png b/website/static/img/resources/azure/general/website-power.png new file mode 100644 index 0000000..92b437e Binary files /dev/null and b/website/static/img/resources/azure/general/website-power.png differ diff --git a/website/static/img/resources/azure/general/website-staging.png b/website/static/img/resources/azure/general/website-staging.png new file mode 100644 index 0000000..40593b1 Binary files /dev/null and b/website/static/img/resources/azure/general/website-staging.png differ diff --git a/website/static/img/resources/azure/general/workbooks.png b/website/static/img/resources/azure/general/workbooks.png new file mode 100644 index 0000000..1043b11 Binary files /dev/null and b/website/static/img/resources/azure/general/workbooks.png differ diff --git a/website/static/img/resources/azure/general/workflow.png b/website/static/img/resources/azure/general/workflow.png new file mode 100644 index 0000000..665cfe6 Binary files /dev/null and b/website/static/img/resources/azure/general/workflow.png differ diff --git a/website/static/img/resources/azure/hybridmulticloud/azure-operator-5g-core.png b/website/static/img/resources/azure/hybridmulticloud/azure-operator-5g-core.png new file mode 100644 index 0000000..5cb3597 Binary files /dev/null and b/website/static/img/resources/azure/hybridmulticloud/azure-operator-5g-core.png differ diff --git a/website/static/img/resources/azure/hybridmulticloud/azure-operator-insights.png b/website/static/img/resources/azure/hybridmulticloud/azure-operator-insights.png new file mode 100644 index 0000000..d3f1fd5 Binary files /dev/null and b/website/static/img/resources/azure/hybridmulticloud/azure-operator-insights.png differ diff --git a/website/static/img/resources/azure/hybridmulticloud/azure-operator-nexus.png b/website/static/img/resources/azure/hybridmulticloud/azure-operator-nexus.png new file mode 100644 index 0000000..6fc9e12 Binary files /dev/null and b/website/static/img/resources/azure/hybridmulticloud/azure-operator-nexus.png differ diff --git a/website/static/img/resources/azure/hybridmulticloud/azure-operator-service-manager.png b/website/static/img/resources/azure/hybridmulticloud/azure-operator-service-manager.png new file mode 100644 index 0000000..4731bbc Binary files /dev/null and b/website/static/img/resources/azure/hybridmulticloud/azure-operator-service-manager.png differ diff --git a/website/static/img/resources/azure/hybridmulticloud/azure-programmable-connectivity.png b/website/static/img/resources/azure/hybridmulticloud/azure-programmable-connectivity.png new file mode 100644 index 0000000..01ed01b Binary files /dev/null and b/website/static/img/resources/azure/hybridmulticloud/azure-programmable-connectivity.png differ diff --git a/website/static/img/resources/azure/identity/aad-licenses.png b/website/static/img/resources/azure/identity/aad-licenses.png new file mode 100644 index 0000000..dd139ad Binary files /dev/null and b/website/static/img/resources/azure/identity/aad-licenses.png differ diff --git a/website/static/img/resources/azure/identity/active-directory-connect-health.png b/website/static/img/resources/azure/identity/active-directory-connect-health.png index 5dea39e..2321819 100644 Binary files a/website/static/img/resources/azure/identity/active-directory-connect-health.png and b/website/static/img/resources/azure/identity/active-directory-connect-health.png differ diff --git a/website/static/img/resources/azure/identity/administrative-units.png b/website/static/img/resources/azure/identity/administrative-units.png new file mode 100644 index 0000000..498480f Binary files /dev/null and b/website/static/img/resources/azure/identity/administrative-units.png differ diff --git a/website/static/img/resources/azure/identity/api-proxy.png b/website/static/img/resources/azure/identity/api-proxy.png new file mode 100644 index 0000000..f5b504f Binary files /dev/null and b/website/static/img/resources/azure/identity/api-proxy.png differ diff --git a/website/static/img/resources/azure/identity/app-registrations.png b/website/static/img/resources/azure/identity/app-registrations.png index 755dc76..8e1e9a0 100644 Binary files a/website/static/img/resources/azure/identity/app-registrations.png and b/website/static/img/resources/azure/identity/app-registrations.png differ diff --git a/website/static/img/resources/azure/identity/azure-active-directory.png b/website/static/img/resources/azure/identity/azure-active-directory.png new file mode 100644 index 0000000..2b43d24 Binary files /dev/null and b/website/static/img/resources/azure/identity/azure-active-directory.png differ diff --git a/website/static/img/resources/azure/identity/azure-ad-b2c.png b/website/static/img/resources/azure/identity/azure-ad-b2c.png new file mode 100644 index 0000000..909f69e Binary files /dev/null and b/website/static/img/resources/azure/identity/azure-ad-b2c.png differ diff --git a/website/static/img/resources/azure/identity/azure-ad-domain-services.png b/website/static/img/resources/azure/identity/azure-ad-domain-services.png new file mode 100644 index 0000000..cd46440 Binary files /dev/null and b/website/static/img/resources/azure/identity/azure-ad-domain-services.png differ diff --git a/website/static/img/resources/azure/identity/azure-ad-identity-protection.png b/website/static/img/resources/azure/identity/azure-ad-identity-protection.png new file mode 100644 index 0000000..335d6f1 Binary files /dev/null and b/website/static/img/resources/azure/identity/azure-ad-identity-protection.png differ diff --git a/website/static/img/resources/azure/identity/azure-ad-privilege-identity-management.png b/website/static/img/resources/azure/identity/azure-ad-privilege-identity-management.png new file mode 100644 index 0000000..3ab5fb4 Binary files /dev/null and b/website/static/img/resources/azure/identity/azure-ad-privilege-identity-management.png differ diff --git a/website/static/img/resources/azure/identity/azure-ad-privleged-identity-management.png b/website/static/img/resources/azure/identity/azure-ad-privleged-identity-management.png new file mode 100644 index 0000000..f8741e5 Binary files /dev/null and b/website/static/img/resources/azure/identity/azure-ad-privleged-identity-management.png differ diff --git a/website/static/img/resources/azure/identity/azure-ad-roles-and-administrators.png b/website/static/img/resources/azure/identity/azure-ad-roles-and-administrators.png new file mode 100644 index 0000000..afb818a Binary files /dev/null and b/website/static/img/resources/azure/identity/azure-ad-roles-and-administrators.png differ diff --git a/website/static/img/resources/azure/identity/azure-information-protection.png b/website/static/img/resources/azure/identity/azure-information-protection.png new file mode 100644 index 0000000..0a96861 Binary files /dev/null and b/website/static/img/resources/azure/identity/azure-information-protection.png differ diff --git a/website/static/img/resources/azure/identity/custom-azure-ad-roles.png b/website/static/img/resources/azure/identity/custom-azure-ad-roles.png new file mode 100644 index 0000000..16b47b3 Binary files /dev/null and b/website/static/img/resources/azure/identity/custom-azure-ad-roles.png differ diff --git a/website/static/img/resources/azure/identity/enterprise-applications.png b/website/static/img/resources/azure/identity/enterprise-applications.png index f14e0c9..eb8a98e 100644 Binary files a/website/static/img/resources/azure/identity/enterprise-applications.png and b/website/static/img/resources/azure/identity/enterprise-applications.png differ diff --git a/website/static/img/resources/azure/identity/entra-connect.png b/website/static/img/resources/azure/identity/entra-connect.png new file mode 100644 index 0000000..ebc7808 Binary files /dev/null and b/website/static/img/resources/azure/identity/entra-connect.png differ diff --git a/website/static/img/resources/azure/identity/entra-domain-services.png b/website/static/img/resources/azure/identity/entra-domain-services.png new file mode 100644 index 0000000..6406c1f Binary files /dev/null and b/website/static/img/resources/azure/identity/entra-domain-services.png differ diff --git a/website/static/img/resources/azure/identity/entra-id-protection.png b/website/static/img/resources/azure/identity/entra-id-protection.png new file mode 100644 index 0000000..a6393d1 Binary files /dev/null and b/website/static/img/resources/azure/identity/entra-id-protection.png differ diff --git a/website/static/img/resources/azure/identity/entra-managed-identities.png b/website/static/img/resources/azure/identity/entra-managed-identities.png new file mode 100644 index 0000000..4843229 Binary files /dev/null and b/website/static/img/resources/azure/identity/entra-managed-identities.png differ diff --git a/website/static/img/resources/azure/identity/entra-privleged-identity-management.png b/website/static/img/resources/azure/identity/entra-privleged-identity-management.png new file mode 100644 index 0000000..5213dea Binary files /dev/null and b/website/static/img/resources/azure/identity/entra-privleged-identity-management.png differ diff --git a/website/static/img/resources/azure/identity/entra-verified-id.png b/website/static/img/resources/azure/identity/entra-verified-id.png new file mode 100644 index 0000000..5601ffd Binary files /dev/null and b/website/static/img/resources/azure/identity/entra-verified-id.png differ diff --git a/website/static/img/resources/azure/identity/external-identities.png b/website/static/img/resources/azure/identity/external-identities.png new file mode 100644 index 0000000..d2cf75a Binary files /dev/null and b/website/static/img/resources/azure/identity/external-identities.png differ diff --git a/website/static/img/resources/azure/identity/global-secure-access.png b/website/static/img/resources/azure/identity/global-secure-access.png new file mode 100644 index 0000000..33f8d96 Binary files /dev/null and b/website/static/img/resources/azure/identity/global-secure-access.png differ diff --git a/website/static/img/resources/azure/identity/groups.png b/website/static/img/resources/azure/identity/groups.png index b859b01..5a6c80f 100644 Binary files a/website/static/img/resources/azure/identity/groups.png and b/website/static/img/resources/azure/identity/groups.png differ diff --git a/website/static/img/resources/azure/identity/identity-governance.png b/website/static/img/resources/azure/identity/identity-governance.png index fe46559..f424f46 100644 Binary files a/website/static/img/resources/azure/identity/identity-governance.png and b/website/static/img/resources/azure/identity/identity-governance.png differ diff --git a/website/static/img/resources/azure/identity/internet-access.png b/website/static/img/resources/azure/identity/internet-access.png new file mode 100644 index 0000000..8ffcf89 Binary files /dev/null and b/website/static/img/resources/azure/identity/internet-access.png differ diff --git a/website/static/img/resources/azure/identity/managed-identities.png b/website/static/img/resources/azure/identity/managed-identities.png index d191007..e7a1bd9 100644 Binary files a/website/static/img/resources/azure/identity/managed-identities.png and b/website/static/img/resources/azure/identity/managed-identities.png differ diff --git a/website/static/img/resources/azure/identity/private-access.png b/website/static/img/resources/azure/identity/private-access.png new file mode 100644 index 0000000..2979efc Binary files /dev/null and b/website/static/img/resources/azure/identity/private-access.png differ diff --git a/website/static/img/resources/azure/identity/security.png b/website/static/img/resources/azure/identity/security.png new file mode 100644 index 0000000..3985d88 Binary files /dev/null and b/website/static/img/resources/azure/identity/security.png differ diff --git a/website/static/img/resources/azure/identity/tenant-properties.png b/website/static/img/resources/azure/identity/tenant-properties.png new file mode 100644 index 0000000..1e4e861 Binary files /dev/null and b/website/static/img/resources/azure/identity/tenant-properties.png differ diff --git a/website/static/img/resources/azure/identity/user-settings.png b/website/static/img/resources/azure/identity/user-settings.png new file mode 100644 index 0000000..b21a4c9 Binary files /dev/null and b/website/static/img/resources/azure/identity/user-settings.png differ diff --git a/website/static/img/resources/azure/identity/users.png b/website/static/img/resources/azure/identity/users.png index 0da5d6d..4f6785b 100644 Binary files a/website/static/img/resources/azure/identity/users.png and b/website/static/img/resources/azure/identity/users.png differ diff --git a/website/static/img/resources/azure/identity/verifiable-credentials.png b/website/static/img/resources/azure/identity/verifiable-credentials.png new file mode 100644 index 0000000..95cb270 Binary files /dev/null and b/website/static/img/resources/azure/identity/verifiable-credentials.png differ diff --git a/website/static/img/resources/azure/integration/api-connections.png b/website/static/img/resources/azure/integration/api-connections.png new file mode 100644 index 0000000..c74cdb2 Binary files /dev/null and b/website/static/img/resources/azure/integration/api-connections.png differ diff --git a/website/static/img/resources/azure/integration/api-management-services.png b/website/static/img/resources/azure/integration/api-management-services.png new file mode 100644 index 0000000..77c7b86 Binary files /dev/null and b/website/static/img/resources/azure/integration/api-management-services.png differ diff --git a/website/static/img/resources/azure/integration/app-configuration.png b/website/static/img/resources/azure/integration/app-configuration.png index 088ea17..9ce76ad 100644 Binary files a/website/static/img/resources/azure/integration/app-configuration.png and b/website/static/img/resources/azure/integration/app-configuration.png differ diff --git a/website/static/img/resources/azure/integration/azure-api-for-fhir.png b/website/static/img/resources/azure/integration/azure-api-for-fhir.png new file mode 100644 index 0000000..8b650f9 Binary files /dev/null and b/website/static/img/resources/azure/integration/azure-api-for-fhir.png differ diff --git a/website/static/img/resources/azure/integration/azure-data-catalog.png b/website/static/img/resources/azure/integration/azure-data-catalog.png new file mode 100644 index 0000000..eb232bb Binary files /dev/null and b/website/static/img/resources/azure/integration/azure-data-catalog.png differ diff --git a/website/static/img/resources/azure/integration/azure-databox-gateway.png b/website/static/img/resources/azure/integration/azure-databox-gateway.png new file mode 100644 index 0000000..54d5352 Binary files /dev/null and b/website/static/img/resources/azure/integration/azure-databox-gateway.png differ diff --git a/website/static/img/resources/azure/integration/azure-service-bus.png b/website/static/img/resources/azure/integration/azure-service-bus.png new file mode 100644 index 0000000..9b74ddd Binary files /dev/null and b/website/static/img/resources/azure/integration/azure-service-bus.png differ diff --git a/website/static/img/resources/azure/integration/azure-sql-server-stretch-databases.png b/website/static/img/resources/azure/integration/azure-sql-server-stretch-databases.png new file mode 100644 index 0000000..0eef697 Binary files /dev/null and b/website/static/img/resources/azure/integration/azure-sql-server-stretch-databases.png differ diff --git a/website/static/img/resources/azure/integration/azure-stack-edge.png b/website/static/img/resources/azure/integration/azure-stack-edge.png new file mode 100644 index 0000000..0db6b94 Binary files /dev/null and b/website/static/img/resources/azure/integration/azure-stack-edge.png differ diff --git a/website/static/img/resources/azure/integration/data-factories.png b/website/static/img/resources/azure/integration/data-factories.png new file mode 100644 index 0000000..047151f Binary files /dev/null and b/website/static/img/resources/azure/integration/data-factories.png differ diff --git a/website/static/img/resources/azure/integration/event-grid-domains.png b/website/static/img/resources/azure/integration/event-grid-domains.png index 53e285a..ca036c8 100644 Binary files a/website/static/img/resources/azure/integration/event-grid-domains.png and b/website/static/img/resources/azure/integration/event-grid-domains.png differ diff --git a/website/static/img/resources/azure/integration/event-grid-subscriptions.png b/website/static/img/resources/azure/integration/event-grid-subscriptions.png index 53e285a..ca036c8 100644 Binary files a/website/static/img/resources/azure/integration/event-grid-subscriptions.png and b/website/static/img/resources/azure/integration/event-grid-subscriptions.png differ diff --git a/website/static/img/resources/azure/integration/event-grid-topics.png b/website/static/img/resources/azure/integration/event-grid-topics.png index 04213c3..35cdeab 100644 Binary files a/website/static/img/resources/azure/integration/event-grid-topics.png and b/website/static/img/resources/azure/integration/event-grid-topics.png differ diff --git a/website/static/img/resources/azure/integration/integration-accounts.png b/website/static/img/resources/azure/integration/integration-accounts.png index a729534..c4593bc 100644 Binary files a/website/static/img/resources/azure/integration/integration-accounts.png and b/website/static/img/resources/azure/integration/integration-accounts.png differ diff --git a/website/static/img/resources/azure/integration/integration-environments.png b/website/static/img/resources/azure/integration/integration-environments.png new file mode 100644 index 0000000..0945bdb Binary files /dev/null and b/website/static/img/resources/azure/integration/integration-environments.png differ diff --git a/website/static/img/resources/azure/integration/integration-service-environments.png b/website/static/img/resources/azure/integration/integration-service-environments.png index fefb03b..97a934a 100644 Binary files a/website/static/img/resources/azure/integration/integration-service-environments.png and b/website/static/img/resources/azure/integration/integration-service-environments.png differ diff --git a/website/static/img/resources/azure/integration/logic-apps-custom-connector.png b/website/static/img/resources/azure/integration/logic-apps-custom-connector.png index ace467c..28fd955 100644 Binary files a/website/static/img/resources/azure/integration/logic-apps-custom-connector.png and b/website/static/img/resources/azure/integration/logic-apps-custom-connector.png differ diff --git a/website/static/img/resources/azure/integration/logic-apps.png b/website/static/img/resources/azure/integration/logic-apps.png index b07f52c..ff95102 100644 Binary files a/website/static/img/resources/azure/integration/logic-apps.png and b/website/static/img/resources/azure/integration/logic-apps.png differ diff --git a/website/static/img/resources/azure/integration/partner-namespace.png b/website/static/img/resources/azure/integration/partner-namespace.png new file mode 100644 index 0000000..a9836d5 Binary files /dev/null and b/website/static/img/resources/azure/integration/partner-namespace.png differ diff --git a/website/static/img/resources/azure/integration/partner-registration.png b/website/static/img/resources/azure/integration/partner-registration.png new file mode 100644 index 0000000..368e877 Binary files /dev/null and b/website/static/img/resources/azure/integration/partner-registration.png differ diff --git a/website/static/img/resources/azure/integration/partner-topic.png b/website/static/img/resources/azure/integration/partner-topic.png index 0631a55..94e38fd 100644 Binary files a/website/static/img/resources/azure/integration/partner-topic.png and b/website/static/img/resources/azure/integration/partner-topic.png differ diff --git a/website/static/img/resources/azure/integration/power-platform.png b/website/static/img/resources/azure/integration/power-platform.png new file mode 100644 index 0000000..d0f68d7 Binary files /dev/null and b/website/static/img/resources/azure/integration/power-platform.png differ diff --git a/website/static/img/resources/azure/integration/relays.png b/website/static/img/resources/azure/integration/relays.png new file mode 100644 index 0000000..31edaf9 Binary files /dev/null and b/website/static/img/resources/azure/integration/relays.png differ diff --git a/website/static/img/resources/azure/integration/sendgrid-accounts.png b/website/static/img/resources/azure/integration/sendgrid-accounts.png index e4cd7af..a8623f0 100644 Binary files a/website/static/img/resources/azure/integration/sendgrid-accounts.png and b/website/static/img/resources/azure/integration/sendgrid-accounts.png differ diff --git a/website/static/img/resources/azure/integration/software-as-a-service.png b/website/static/img/resources/azure/integration/software-as-a-service.png index de893bc..068cb47 100644 Binary files a/website/static/img/resources/azure/integration/software-as-a-service.png and b/website/static/img/resources/azure/integration/software-as-a-service.png differ diff --git a/website/static/img/resources/azure/integration/sql-data-warehouses.png b/website/static/img/resources/azure/integration/sql-data-warehouses.png new file mode 100644 index 0000000..0eef697 Binary files /dev/null and b/website/static/img/resources/azure/integration/sql-data-warehouses.png differ diff --git a/website/static/img/resources/azure/integration/storsimple-device-managers.png b/website/static/img/resources/azure/integration/storsimple-device-managers.png index b29ce45..0a3ded7 100644 Binary files a/website/static/img/resources/azure/integration/storsimple-device-managers.png and b/website/static/img/resources/azure/integration/storsimple-device-managers.png differ diff --git a/website/static/img/resources/azure/integration/system-topic.png b/website/static/img/resources/azure/integration/system-topic.png index 83e941b..e0d1083 100644 Binary files a/website/static/img/resources/azure/integration/system-topic.png and b/website/static/img/resources/azure/integration/system-topic.png differ diff --git a/website/static/img/resources/azure/intune/azure-ad-roles-and-administrators.png b/website/static/img/resources/azure/intune/azure-ad-roles-and-administrators.png new file mode 100644 index 0000000..afb818a Binary files /dev/null and b/website/static/img/resources/azure/intune/azure-ad-roles-and-administrators.png differ diff --git a/website/static/img/resources/azure/intune/client-apps.png b/website/static/img/resources/azure/intune/client-apps.png new file mode 100644 index 0000000..a6d3a1d Binary files /dev/null and b/website/static/img/resources/azure/intune/client-apps.png differ diff --git a/website/static/img/resources/azure/intune/device-compliance.png b/website/static/img/resources/azure/intune/device-compliance.png new file mode 100644 index 0000000..88069f3 Binary files /dev/null and b/website/static/img/resources/azure/intune/device-compliance.png differ diff --git a/website/static/img/resources/azure/intune/device-configuration.png b/website/static/img/resources/azure/intune/device-configuration.png new file mode 100644 index 0000000..75e8497 Binary files /dev/null and b/website/static/img/resources/azure/intune/device-configuration.png differ diff --git a/website/static/img/resources/azure/intune/device-enrollment.png b/website/static/img/resources/azure/intune/device-enrollment.png new file mode 100644 index 0000000..35e069b Binary files /dev/null and b/website/static/img/resources/azure/intune/device-enrollment.png differ diff --git a/website/static/img/resources/azure/intune/device-security-apple.png b/website/static/img/resources/azure/intune/device-security-apple.png new file mode 100644 index 0000000..810937e Binary files /dev/null and b/website/static/img/resources/azure/intune/device-security-apple.png differ diff --git a/website/static/img/resources/azure/intune/device-security-google.png b/website/static/img/resources/azure/intune/device-security-google.png new file mode 100644 index 0000000..4b9e584 Binary files /dev/null and b/website/static/img/resources/azure/intune/device-security-google.png differ diff --git a/website/static/img/resources/azure/intune/device-security-windows.png b/website/static/img/resources/azure/intune/device-security-windows.png new file mode 100644 index 0000000..9d8775a Binary files /dev/null and b/website/static/img/resources/azure/intune/device-security-windows.png differ diff --git a/website/static/img/resources/azure/intune/devices.png b/website/static/img/resources/azure/intune/devices.png new file mode 100644 index 0000000..a5970e5 Binary files /dev/null and b/website/static/img/resources/azure/intune/devices.png differ diff --git a/website/static/img/resources/azure/intune/ebooks.png b/website/static/img/resources/azure/intune/ebooks.png new file mode 100644 index 0000000..c6ff818 Binary files /dev/null and b/website/static/img/resources/azure/intune/ebooks.png differ diff --git a/website/static/img/resources/azure/intune/exchange-access.png b/website/static/img/resources/azure/intune/exchange-access.png new file mode 100644 index 0000000..280d1e1 Binary files /dev/null and b/website/static/img/resources/azure/intune/exchange-access.png differ diff --git a/website/static/img/resources/azure/intune/intune-app-protection.png b/website/static/img/resources/azure/intune/intune-app-protection.png new file mode 100644 index 0000000..9d2ef04 Binary files /dev/null and b/website/static/img/resources/azure/intune/intune-app-protection.png differ diff --git a/website/static/img/resources/azure/intune/intune-for-education.png b/website/static/img/resources/azure/intune/intune-for-education.png new file mode 100644 index 0000000..9d2ef04 Binary files /dev/null and b/website/static/img/resources/azure/intune/intune-for-education.png differ diff --git a/website/static/img/resources/azure/intune/intune.png b/website/static/img/resources/azure/intune/intune.png new file mode 100644 index 0000000..9d2ef04 Binary files /dev/null and b/website/static/img/resources/azure/intune/intune.png differ diff --git a/website/static/img/resources/azure/intune/mindaro.png b/website/static/img/resources/azure/intune/mindaro.png new file mode 100644 index 0000000..d4a61d9 Binary files /dev/null and b/website/static/img/resources/azure/intune/mindaro.png differ diff --git a/website/static/img/resources/azure/intune/security-baselines.png b/website/static/img/resources/azure/intune/security-baselines.png new file mode 100644 index 0000000..f337711 Binary files /dev/null and b/website/static/img/resources/azure/intune/security-baselines.png differ diff --git a/website/static/img/resources/azure/intune/software-updates.png b/website/static/img/resources/azure/intune/software-updates.png new file mode 100644 index 0000000..2c76eaa Binary files /dev/null and b/website/static/img/resources/azure/intune/software-updates.png differ diff --git a/website/static/img/resources/azure/intune/tenant-status.png b/website/static/img/resources/azure/intune/tenant-status.png new file mode 100644 index 0000000..2288941 Binary files /dev/null and b/website/static/img/resources/azure/intune/tenant-status.png differ diff --git a/website/static/img/resources/azure/iot/azure-cosmos-db.png b/website/static/img/resources/azure/iot/azure-cosmos-db.png new file mode 100644 index 0000000..ad28505 Binary files /dev/null and b/website/static/img/resources/azure/iot/azure-cosmos-db.png differ diff --git a/website/static/img/resources/azure/iot/azure-databox-gateway.png b/website/static/img/resources/azure/iot/azure-databox-gateway.png new file mode 100644 index 0000000..54d5352 Binary files /dev/null and b/website/static/img/resources/azure/iot/azure-databox-gateway.png differ diff --git a/website/static/img/resources/azure/iot/azure-iot-operations.png b/website/static/img/resources/azure/iot/azure-iot-operations.png new file mode 100644 index 0000000..7d37fa7 Binary files /dev/null and b/website/static/img/resources/azure/iot/azure-iot-operations.png differ diff --git a/website/static/img/resources/azure/iot/azure-maps-accounts.png b/website/static/img/resources/azure/iot/azure-maps-accounts.png new file mode 100644 index 0000000..575da13 Binary files /dev/null and b/website/static/img/resources/azure/iot/azure-maps-accounts.png differ diff --git a/website/static/img/resources/azure/iot/azure-stack.png b/website/static/img/resources/azure/iot/azure-stack.png new file mode 100644 index 0000000..bdc9f54 Binary files /dev/null and b/website/static/img/resources/azure/iot/azure-stack.png differ diff --git a/website/static/img/resources/azure/iot/device-provisioning-services.png b/website/static/img/resources/azure/iot/device-provisioning-services.png index f0fba92..7035b73 100644 Binary files a/website/static/img/resources/azure/iot/device-provisioning-services.png and b/website/static/img/resources/azure/iot/device-provisioning-services.png differ diff --git a/website/static/img/resources/azure/iot/digital-twins.png b/website/static/img/resources/azure/iot/digital-twins.png index ceb39f8..d1f3637 100644 Binary files a/website/static/img/resources/azure/iot/digital-twins.png and b/website/static/img/resources/azure/iot/digital-twins.png differ diff --git a/website/static/img/resources/azure/iot/event-grid-subscriptions.png b/website/static/img/resources/azure/iot/event-grid-subscriptions.png new file mode 100644 index 0000000..ca036c8 Binary files /dev/null and b/website/static/img/resources/azure/iot/event-grid-subscriptions.png differ diff --git a/website/static/img/resources/azure/iot/event-hub-clusters.png b/website/static/img/resources/azure/iot/event-hub-clusters.png new file mode 100644 index 0000000..b72504d Binary files /dev/null and b/website/static/img/resources/azure/iot/event-hub-clusters.png differ diff --git a/website/static/img/resources/azure/iot/event-hubs.png b/website/static/img/resources/azure/iot/event-hubs.png new file mode 100644 index 0000000..e9effd6 Binary files /dev/null and b/website/static/img/resources/azure/iot/event-hubs.png differ diff --git a/website/static/img/resources/azure/iot/function-apps.png b/website/static/img/resources/azure/iot/function-apps.png new file mode 100644 index 0000000..6362efb Binary files /dev/null and b/website/static/img/resources/azure/iot/function-apps.png differ diff --git a/website/static/img/resources/azure/iot/industrial-iot.png b/website/static/img/resources/azure/iot/industrial-iot.png new file mode 100644 index 0000000..fcc9a11 Binary files /dev/null and b/website/static/img/resources/azure/iot/industrial-iot.png differ diff --git a/website/static/img/resources/azure/iot/iot-central-applications.png b/website/static/img/resources/azure/iot/iot-central-applications.png index 0400504..1769ee4 100644 Binary files a/website/static/img/resources/azure/iot/iot-central-applications.png and b/website/static/img/resources/azure/iot/iot-central-applications.png differ diff --git a/website/static/img/resources/azure/iot/iot-edge.png b/website/static/img/resources/azure/iot/iot-edge.png new file mode 100644 index 0000000..e181e65 Binary files /dev/null and b/website/static/img/resources/azure/iot/iot-edge.png differ diff --git a/website/static/img/resources/azure/iot/iot-hub.png b/website/static/img/resources/azure/iot/iot-hub.png index 664bc23..477ad86 100644 Binary files a/website/static/img/resources/azure/iot/iot-hub.png and b/website/static/img/resources/azure/iot/iot-hub.png differ diff --git a/website/static/img/resources/azure/iot/logic-apps.png b/website/static/img/resources/azure/iot/logic-apps.png new file mode 100644 index 0000000..ff95102 Binary files /dev/null and b/website/static/img/resources/azure/iot/logic-apps.png differ diff --git a/website/static/img/resources/azure/iot/machine-learning-studio-classic-web-services.png b/website/static/img/resources/azure/iot/machine-learning-studio-classic-web-services.png new file mode 100644 index 0000000..ee499a4 Binary files /dev/null and b/website/static/img/resources/azure/iot/machine-learning-studio-classic-web-services.png differ diff --git a/website/static/img/resources/azure/iot/machine-learning-studio-web-service-plans.png b/website/static/img/resources/azure/iot/machine-learning-studio-web-service-plans.png new file mode 100644 index 0000000..d201b1b Binary files /dev/null and b/website/static/img/resources/azure/iot/machine-learning-studio-web-service-plans.png differ diff --git a/website/static/img/resources/azure/iot/machine-learning-studio-workspaces.png b/website/static/img/resources/azure/iot/machine-learning-studio-workspaces.png new file mode 100644 index 0000000..1c5d348 Binary files /dev/null and b/website/static/img/resources/azure/iot/machine-learning-studio-workspaces.png differ diff --git a/website/static/img/resources/azure/iot/notification-hub-namespaces.png b/website/static/img/resources/azure/iot/notification-hub-namespaces.png new file mode 100644 index 0000000..2008e60 Binary files /dev/null and b/website/static/img/resources/azure/iot/notification-hub-namespaces.png differ diff --git a/website/static/img/resources/azure/iot/notification-hubs.png b/website/static/img/resources/azure/iot/notification-hubs.png new file mode 100644 index 0000000..2008e60 Binary files /dev/null and b/website/static/img/resources/azure/iot/notification-hubs.png differ diff --git a/website/static/img/resources/azure/iot/stack-hci-premium.png b/website/static/img/resources/azure/iot/stack-hci-premium.png new file mode 100644 index 0000000..0970c48 Binary files /dev/null and b/website/static/img/resources/azure/iot/stack-hci-premium.png differ diff --git a/website/static/img/resources/azure/iot/stream-analytics-jobs.png b/website/static/img/resources/azure/iot/stream-analytics-jobs.png new file mode 100644 index 0000000..fd07ccb Binary files /dev/null and b/website/static/img/resources/azure/iot/stream-analytics-jobs.png differ diff --git a/website/static/img/resources/azure/iot/time-series-data-sets.png b/website/static/img/resources/azure/iot/time-series-data-sets.png new file mode 100644 index 0000000..40c43bb Binary files /dev/null and b/website/static/img/resources/azure/iot/time-series-data-sets.png differ diff --git a/website/static/img/resources/azure/iot/time-series-insights-access-policies.png b/website/static/img/resources/azure/iot/time-series-insights-access-policies.png new file mode 100644 index 0000000..b1d2c4d Binary files /dev/null and b/website/static/img/resources/azure/iot/time-series-insights-access-policies.png differ diff --git a/website/static/img/resources/azure/iot/time-series-insights-environments.png b/website/static/img/resources/azure/iot/time-series-insights-environments.png index 8ddbc0c..bbf13cb 100644 Binary files a/website/static/img/resources/azure/iot/time-series-insights-environments.png and b/website/static/img/resources/azure/iot/time-series-insights-environments.png differ diff --git a/website/static/img/resources/azure/iot/time-series-insights-event-sources.png b/website/static/img/resources/azure/iot/time-series-insights-event-sources.png new file mode 100644 index 0000000..b9569b5 Binary files /dev/null and b/website/static/img/resources/azure/iot/time-series-insights-event-sources.png differ diff --git a/website/static/img/resources/azure/iot/windows10-core-services.png b/website/static/img/resources/azure/iot/windows10-core-services.png new file mode 100644 index 0000000..6b9dc2a Binary files /dev/null and b/website/static/img/resources/azure/iot/windows10-core-services.png differ diff --git a/website/static/img/resources/azure/managementgovernance/activity-log.png b/website/static/img/resources/azure/managementgovernance/activity-log.png new file mode 100644 index 0000000..82acd8a Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/activity-log.png differ diff --git a/website/static/img/resources/azure/managementgovernance/advisor.png b/website/static/img/resources/azure/managementgovernance/advisor.png new file mode 100644 index 0000000..26282d0 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/advisor.png differ diff --git a/website/static/img/resources/azure/managementgovernance/alerts.png b/website/static/img/resources/azure/managementgovernance/alerts.png new file mode 100644 index 0000000..94781ac Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/alerts.png differ diff --git a/website/static/img/resources/azure/managementgovernance/application-insights.png b/website/static/img/resources/azure/managementgovernance/application-insights.png new file mode 100644 index 0000000..af1cc7f Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/application-insights.png differ diff --git a/website/static/img/resources/azure/managementgovernance/arc-machines.png b/website/static/img/resources/azure/managementgovernance/arc-machines.png new file mode 100644 index 0000000..e97e887 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/arc-machines.png differ diff --git a/website/static/img/resources/azure/managementgovernance/automation-accounts.png b/website/static/img/resources/azure/managementgovernance/automation-accounts.png new file mode 100644 index 0000000..34f8f21 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/automation-accounts.png differ diff --git a/website/static/img/resources/azure/managementgovernance/azure-arc.png b/website/static/img/resources/azure/managementgovernance/azure-arc.png new file mode 100644 index 0000000..be61c9e Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/azure-arc.png differ diff --git a/website/static/img/resources/azure/managementgovernance/azure-lighthouse.png b/website/static/img/resources/azure/managementgovernance/azure-lighthouse.png new file mode 100644 index 0000000..c3b8268 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/azure-lighthouse.png differ diff --git a/website/static/img/resources/azure/managementgovernance/blueprints.png b/website/static/img/resources/azure/managementgovernance/blueprints.png new file mode 100644 index 0000000..87eb6b0 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/blueprints.png differ diff --git a/website/static/img/resources/azure/managementgovernance/compliance.png b/website/static/img/resources/azure/managementgovernance/compliance.png new file mode 100644 index 0000000..cae09df Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/compliance.png differ diff --git a/website/static/img/resources/azure/managementgovernance/cost-management-and-billing.png b/website/static/img/resources/azure/managementgovernance/cost-management-and-billing.png new file mode 100644 index 0000000..a55e769 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/cost-management-and-billing.png differ diff --git a/website/static/img/resources/azure/managementgovernance/customer-lockbox-for-microsoft-azure.png b/website/static/img/resources/azure/managementgovernance/customer-lockbox-for-microsoft-azure.png new file mode 100644 index 0000000..f8cafd0 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/customer-lockbox-for-microsoft-azure.png differ diff --git a/website/static/img/resources/azure/managementgovernance/diagnostics-settings.png b/website/static/img/resources/azure/managementgovernance/diagnostics-settings.png new file mode 100644 index 0000000..2ebd99a Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/diagnostics-settings.png differ diff --git a/website/static/img/resources/azure/managementgovernance/education.png b/website/static/img/resources/azure/managementgovernance/education.png new file mode 100644 index 0000000..6b48689 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/education.png differ diff --git a/website/static/img/resources/azure/managementgovernance/intune-trends.png b/website/static/img/resources/azure/managementgovernance/intune-trends.png new file mode 100644 index 0000000..6739c2a Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/intune-trends.png differ diff --git a/website/static/img/resources/azure/managementgovernance/log-analytics-workspaces.png b/website/static/img/resources/azure/managementgovernance/log-analytics-workspaces.png new file mode 100644 index 0000000..7ec48ec Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/log-analytics-workspaces.png differ diff --git a/website/static/img/resources/azure/managementgovernance/machinesazurearc.png b/website/static/img/resources/azure/managementgovernance/machinesazurearc.png new file mode 100644 index 0000000..3b37ea5 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/machinesazurearc.png differ diff --git a/website/static/img/resources/azure/managementgovernance/managed-applications-center.png b/website/static/img/resources/azure/managementgovernance/managed-applications-center.png new file mode 100644 index 0000000..92db7be Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/managed-applications-center.png differ diff --git a/website/static/img/resources/azure/managementgovernance/managed-desktop.png b/website/static/img/resources/azure/managementgovernance/managed-desktop.png new file mode 100644 index 0000000..6990516 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/managed-desktop.png differ diff --git a/website/static/img/resources/azure/managementgovernance/metrics.png b/website/static/img/resources/azure/managementgovernance/metrics.png new file mode 100644 index 0000000..95df4d2 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/metrics.png differ diff --git a/website/static/img/resources/azure/managementgovernance/monitor.png b/website/static/img/resources/azure/managementgovernance/monitor.png new file mode 100644 index 0000000..5c5a091 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/monitor.png differ diff --git a/website/static/img/resources/azure/managementgovernance/my-customers.png b/website/static/img/resources/azure/managementgovernance/my-customers.png new file mode 100644 index 0000000..5a6c80f Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/my-customers.png differ diff --git a/website/static/img/resources/azure/managementgovernance/operation-log-classic.png b/website/static/img/resources/azure/managementgovernance/operation-log-classic.png new file mode 100644 index 0000000..82acd8a Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/operation-log-classic.png differ diff --git a/website/static/img/resources/azure/managementgovernance/policy.png b/website/static/img/resources/azure/managementgovernance/policy.png new file mode 100644 index 0000000..0395bde Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/policy.png differ diff --git a/website/static/img/resources/azure/managementgovernance/recovery-services-vaults.png b/website/static/img/resources/azure/managementgovernance/recovery-services-vaults.png new file mode 100644 index 0000000..d5e4672 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/recovery-services-vaults.png differ diff --git a/website/static/img/resources/azure/managementgovernance/resource-graph-explorer.png b/website/static/img/resources/azure/managementgovernance/resource-graph-explorer.png new file mode 100644 index 0000000..1aefe74 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/resource-graph-explorer.png differ diff --git a/website/static/img/resources/azure/managementgovernance/resources-provider.png b/website/static/img/resources/azure/managementgovernance/resources-provider.png new file mode 100644 index 0000000..ac51bec Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/resources-provider.png differ diff --git a/website/static/img/resources/azure/managementgovernance/scheduler-job-collections.png b/website/static/img/resources/azure/managementgovernance/scheduler-job-collections.png new file mode 100644 index 0000000..343b5fc Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/scheduler-job-collections.png differ diff --git a/website/static/img/resources/azure/managementgovernance/service-catalog-mad.png b/website/static/img/resources/azure/managementgovernance/service-catalog-mad.png new file mode 100644 index 0000000..34cd732 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/service-catalog-mad.png differ diff --git a/website/static/img/resources/azure/managementgovernance/service-providers.png b/website/static/img/resources/azure/managementgovernance/service-providers.png new file mode 100644 index 0000000..f0bf7b4 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/service-providers.png differ diff --git a/website/static/img/resources/azure/managementgovernance/solutions.png b/website/static/img/resources/azure/managementgovernance/solutions.png new file mode 100644 index 0000000..f7444de Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/solutions.png differ diff --git a/website/static/img/resources/azure/managementgovernance/universal-print.png b/website/static/img/resources/azure/managementgovernance/universal-print.png new file mode 100644 index 0000000..33e3ea5 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/universal-print.png differ diff --git a/website/static/img/resources/azure/managementgovernance/user-privacy.png b/website/static/img/resources/azure/managementgovernance/user-privacy.png new file mode 100644 index 0000000..18c6578 Binary files /dev/null and b/website/static/img/resources/azure/managementgovernance/user-privacy.png differ diff --git a/website/static/img/resources/azure/menu/keys.png b/website/static/img/resources/azure/menu/keys.png new file mode 100644 index 0000000..e1af185 Binary files /dev/null and b/website/static/img/resources/azure/menu/keys.png differ diff --git a/website/static/img/resources/azure/migrate/azure-databox-gateway.png b/website/static/img/resources/azure/migrate/azure-databox-gateway.png new file mode 100644 index 0000000..54d5352 Binary files /dev/null and b/website/static/img/resources/azure/migrate/azure-databox-gateway.png differ diff --git a/website/static/img/resources/azure/migrate/azure-migrate.png b/website/static/img/resources/azure/migrate/azure-migrate.png new file mode 100644 index 0000000..87e4d36 Binary files /dev/null and b/website/static/img/resources/azure/migrate/azure-migrate.png differ diff --git a/website/static/img/resources/azure/migrate/azure-stack-edge.png b/website/static/img/resources/azure/migrate/azure-stack-edge.png new file mode 100644 index 0000000..0db6b94 Binary files /dev/null and b/website/static/img/resources/azure/migrate/azure-stack-edge.png differ diff --git a/website/static/img/resources/azure/migrate/cost-management-and-billing.png b/website/static/img/resources/azure/migrate/cost-management-and-billing.png new file mode 100644 index 0000000..a55e769 Binary files /dev/null and b/website/static/img/resources/azure/migrate/cost-management-and-billing.png differ diff --git a/website/static/img/resources/azure/migrate/data-box.png b/website/static/img/resources/azure/migrate/data-box.png new file mode 100644 index 0000000..d2955fe Binary files /dev/null and b/website/static/img/resources/azure/migrate/data-box.png differ diff --git a/website/static/img/resources/azure/migrate/recovery-services-vaults.png b/website/static/img/resources/azure/migrate/recovery-services-vaults.png new file mode 100644 index 0000000..d5e4672 Binary files /dev/null and b/website/static/img/resources/azure/migrate/recovery-services-vaults.png differ diff --git a/website/static/img/resources/azure/migration/azure-database-migration-services.png b/website/static/img/resources/azure/migration/azure-database-migration-services.png new file mode 100644 index 0000000..563a3c6 Binary files /dev/null and b/website/static/img/resources/azure/migration/azure-database-migration-services.png differ diff --git a/website/static/img/resources/azure/mixedreality/remote-rendering.png b/website/static/img/resources/azure/mixedreality/remote-rendering.png new file mode 100644 index 0000000..97a96d2 Binary files /dev/null and b/website/static/img/resources/azure/mixedreality/remote-rendering.png differ diff --git a/website/static/img/resources/azure/mixedreality/spatial-anchor-accounts.png b/website/static/img/resources/azure/mixedreality/spatial-anchor-accounts.png new file mode 100644 index 0000000..f7a3746 Binary files /dev/null and b/website/static/img/resources/azure/mixedreality/spatial-anchor-accounts.png differ diff --git a/website/static/img/resources/azure/mobile/app-services.png b/website/static/img/resources/azure/mobile/app-services.png new file mode 100644 index 0000000..7b2599d Binary files /dev/null and b/website/static/img/resources/azure/mobile/app-services.png differ diff --git a/website/static/img/resources/azure/mobile/notification-hubs.png b/website/static/img/resources/azure/mobile/notification-hubs.png index ad3129f..2008e60 100644 Binary files a/website/static/img/resources/azure/mobile/notification-hubs.png and b/website/static/img/resources/azure/mobile/notification-hubs.png differ diff --git a/website/static/img/resources/azure/mobile/power-platform.png b/website/static/img/resources/azure/mobile/power-platform.png new file mode 100644 index 0000000..d0f68d7 Binary files /dev/null and b/website/static/img/resources/azure/mobile/power-platform.png differ diff --git a/website/static/img/resources/azure/monitor/activity-log.png b/website/static/img/resources/azure/monitor/activity-log.png new file mode 100644 index 0000000..82acd8a Binary files /dev/null and b/website/static/img/resources/azure/monitor/activity-log.png differ diff --git a/website/static/img/resources/azure/monitor/application-insights.png b/website/static/img/resources/azure/monitor/application-insights.png new file mode 100644 index 0000000..af1cc7f Binary files /dev/null and b/website/static/img/resources/azure/monitor/application-insights.png differ diff --git a/website/static/img/resources/azure/monitor/auto-scale.png b/website/static/img/resources/azure/monitor/auto-scale.png new file mode 100644 index 0000000..67c3de5 Binary files /dev/null and b/website/static/img/resources/azure/monitor/auto-scale.png differ diff --git a/website/static/img/resources/azure/monitor/azure-monitors-for-sap-solutions.png b/website/static/img/resources/azure/monitor/azure-monitors-for-sap-solutions.png new file mode 100644 index 0000000..62088d5 Binary files /dev/null and b/website/static/img/resources/azure/monitor/azure-monitors-for-sap-solutions.png differ diff --git a/website/static/img/resources/azure/monitor/azure-workbooks.png b/website/static/img/resources/azure/monitor/azure-workbooks.png new file mode 100644 index 0000000..e03f144 Binary files /dev/null and b/website/static/img/resources/azure/monitor/azure-workbooks.png differ diff --git a/website/static/img/resources/azure/monitor/change-analysis.png b/website/static/img/resources/azure/monitor/change-analysis.png index 4d5c031..0645000 100644 Binary files a/website/static/img/resources/azure/monitor/change-analysis.png and b/website/static/img/resources/azure/monitor/change-analysis.png differ diff --git a/website/static/img/resources/azure/monitor/diagnostics-settings.png b/website/static/img/resources/azure/monitor/diagnostics-settings.png new file mode 100644 index 0000000..2ebd99a Binary files /dev/null and b/website/static/img/resources/azure/monitor/diagnostics-settings.png differ diff --git a/website/static/img/resources/azure/monitor/log-analytics-workspaces.png b/website/static/img/resources/azure/monitor/log-analytics-workspaces.png new file mode 100644 index 0000000..7ec48ec Binary files /dev/null and b/website/static/img/resources/azure/monitor/log-analytics-workspaces.png differ diff --git a/website/static/img/resources/azure/monitor/metrics.png b/website/static/img/resources/azure/monitor/metrics.png index b68f387..95df4d2 100644 Binary files a/website/static/img/resources/azure/monitor/metrics.png and b/website/static/img/resources/azure/monitor/metrics.png differ diff --git a/website/static/img/resources/azure/monitor/monitor.png b/website/static/img/resources/azure/monitor/monitor.png index ec03485..5c5a091 100644 Binary files a/website/static/img/resources/azure/monitor/monitor.png and b/website/static/img/resources/azure/monitor/monitor.png differ diff --git a/website/static/img/resources/azure/monitor/network-watcher.png b/website/static/img/resources/azure/monitor/network-watcher.png new file mode 100644 index 0000000..8712ba8 Binary files /dev/null and b/website/static/img/resources/azure/monitor/network-watcher.png differ diff --git a/website/static/img/resources/azure/networking/application-gateways.png b/website/static/img/resources/azure/networking/application-gateways.png new file mode 100644 index 0000000..4b543db Binary files /dev/null and b/website/static/img/resources/azure/networking/application-gateways.png differ diff --git a/website/static/img/resources/azure/networking/atm-multistack.png b/website/static/img/resources/azure/networking/atm-multistack.png new file mode 100644 index 0000000..3e52fe2 Binary files /dev/null and b/website/static/img/resources/azure/networking/atm-multistack.png differ diff --git a/website/static/img/resources/azure/networking/azure-communications-gateway.png b/website/static/img/resources/azure/networking/azure-communications-gateway.png new file mode 100644 index 0000000..25e95dd Binary files /dev/null and b/website/static/img/resources/azure/networking/azure-communications-gateway.png differ diff --git a/website/static/img/resources/azure/networking/azure-firewall-manager.png b/website/static/img/resources/azure/networking/azure-firewall-manager.png new file mode 100644 index 0000000..3203d70 Binary files /dev/null and b/website/static/img/resources/azure/networking/azure-firewall-manager.png differ diff --git a/website/static/img/resources/azure/networking/azure-firewall-policy.png b/website/static/img/resources/azure/networking/azure-firewall-policy.png new file mode 100644 index 0000000..87adfe9 Binary files /dev/null and b/website/static/img/resources/azure/networking/azure-firewall-policy.png differ diff --git a/website/static/img/resources/azure/networking/bastions.png b/website/static/img/resources/azure/networking/bastions.png new file mode 100644 index 0000000..6290103 Binary files /dev/null and b/website/static/img/resources/azure/networking/bastions.png differ diff --git a/website/static/img/resources/azure/networking/cdn-profiles.png b/website/static/img/resources/azure/networking/cdn-profiles.png new file mode 100644 index 0000000..e4053a1 Binary files /dev/null and b/website/static/img/resources/azure/networking/cdn-profiles.png differ diff --git a/website/static/img/resources/azure/networking/connected-cache.png b/website/static/img/resources/azure/networking/connected-cache.png new file mode 100644 index 0000000..e3274f6 Binary files /dev/null and b/website/static/img/resources/azure/networking/connected-cache.png differ diff --git a/website/static/img/resources/azure/networking/connections.png b/website/static/img/resources/azure/networking/connections.png new file mode 100644 index 0000000..8d9cd49 Binary files /dev/null and b/website/static/img/resources/azure/networking/connections.png differ diff --git a/website/static/img/resources/azure/networking/ddos-protection-plans.png b/website/static/img/resources/azure/networking/ddos-protection-plans.png new file mode 100644 index 0000000..dabfe12 Binary files /dev/null and b/website/static/img/resources/azure/networking/ddos-protection-plans.png differ diff --git a/website/static/img/resources/azure/networking/dns-multistack.png b/website/static/img/resources/azure/networking/dns-multistack.png new file mode 100644 index 0000000..2471613 Binary files /dev/null and b/website/static/img/resources/azure/networking/dns-multistack.png differ diff --git a/website/static/img/resources/azure/networking/dns-private-resolver.png b/website/static/img/resources/azure/networking/dns-private-resolver.png new file mode 100644 index 0000000..8b12993 Binary files /dev/null and b/website/static/img/resources/azure/networking/dns-private-resolver.png differ diff --git a/website/static/img/resources/azure/networking/dns-security-policy.png b/website/static/img/resources/azure/networking/dns-security-policy.png new file mode 100644 index 0000000..eb5a705 Binary files /dev/null and b/website/static/img/resources/azure/networking/dns-security-policy.png differ diff --git a/website/static/img/resources/azure/networking/dns-zones.png b/website/static/img/resources/azure/networking/dns-zones.png new file mode 100644 index 0000000..8217905 Binary files /dev/null and b/website/static/img/resources/azure/networking/dns-zones.png differ diff --git a/website/static/img/resources/azure/networking/expressroute-circuits.png b/website/static/img/resources/azure/networking/expressroute-circuits.png new file mode 100644 index 0000000..d6050c5 Binary files /dev/null and b/website/static/img/resources/azure/networking/expressroute-circuits.png differ diff --git a/website/static/img/resources/azure/networking/firewalls.png b/website/static/img/resources/azure/networking/firewalls.png new file mode 100644 index 0000000..08186e2 Binary files /dev/null and b/website/static/img/resources/azure/networking/firewalls.png differ diff --git a/website/static/img/resources/azure/networking/front-door-and-cdn-profiles.png b/website/static/img/resources/azure/networking/front-door-and-cdn-profiles.png new file mode 100644 index 0000000..8e1ca2e Binary files /dev/null and b/website/static/img/resources/azure/networking/front-door-and-cdn-profiles.png differ diff --git a/website/static/img/resources/azure/networking/ip-address-manager.png b/website/static/img/resources/azure/networking/ip-address-manager.png new file mode 100644 index 0000000..be47016 Binary files /dev/null and b/website/static/img/resources/azure/networking/ip-address-manager.png differ diff --git a/website/static/img/resources/azure/networking/ip-groups.png b/website/static/img/resources/azure/networking/ip-groups.png new file mode 100644 index 0000000..ba6b65a Binary files /dev/null and b/website/static/img/resources/azure/networking/ip-groups.png differ diff --git a/website/static/img/resources/azure/networking/load-balancer-hub.png b/website/static/img/resources/azure/networking/load-balancer-hub.png new file mode 100644 index 0000000..b482b1f Binary files /dev/null and b/website/static/img/resources/azure/networking/load-balancer-hub.png differ diff --git a/website/static/img/resources/azure/networking/load-balancers.png b/website/static/img/resources/azure/networking/load-balancers.png new file mode 100644 index 0000000..0c3f9eb Binary files /dev/null and b/website/static/img/resources/azure/networking/load-balancers.png differ diff --git a/website/static/img/resources/azure/networking/local-network-gateways.png b/website/static/img/resources/azure/networking/local-network-gateways.png new file mode 100644 index 0000000..1b48f84 Binary files /dev/null and b/website/static/img/resources/azure/networking/local-network-gateways.png differ diff --git a/website/static/img/resources/azure/networking/nat.png b/website/static/img/resources/azure/networking/nat.png new file mode 100644 index 0000000..e2124e7 Binary files /dev/null and b/website/static/img/resources/azure/networking/nat.png differ diff --git a/website/static/img/resources/azure/networking/network-interfaces.png b/website/static/img/resources/azure/networking/network-interfaces.png new file mode 100644 index 0000000..42f51af Binary files /dev/null and b/website/static/img/resources/azure/networking/network-interfaces.png differ diff --git a/website/static/img/resources/azure/networking/network-security-groups.png b/website/static/img/resources/azure/networking/network-security-groups.png new file mode 100644 index 0000000..a2a243f Binary files /dev/null and b/website/static/img/resources/azure/networking/network-security-groups.png differ diff --git a/website/static/img/resources/azure/networking/network-watcher.png b/website/static/img/resources/azure/networking/network-watcher.png new file mode 100644 index 0000000..8712ba8 Binary files /dev/null and b/website/static/img/resources/azure/networking/network-watcher.png differ diff --git a/website/static/img/resources/azure/networking/on-premises-data-gateways.png b/website/static/img/resources/azure/networking/on-premises-data-gateways.png new file mode 100644 index 0000000..a868ec4 Binary files /dev/null and b/website/static/img/resources/azure/networking/on-premises-data-gateways.png differ diff --git a/website/static/img/resources/azure/networking/private-link-service.png b/website/static/img/resources/azure/networking/private-link-service.png new file mode 100644 index 0000000..c22b188 Binary files /dev/null and b/website/static/img/resources/azure/networking/private-link-service.png differ diff --git a/website/static/img/resources/azure/networking/private-link-services.png b/website/static/img/resources/azure/networking/private-link-services.png new file mode 100644 index 0000000..43051c5 Binary files /dev/null and b/website/static/img/resources/azure/networking/private-link-services.png differ diff --git a/website/static/img/resources/azure/networking/private-link.png b/website/static/img/resources/azure/networking/private-link.png new file mode 100644 index 0000000..17e015d Binary files /dev/null and b/website/static/img/resources/azure/networking/private-link.png differ diff --git a/website/static/img/resources/azure/networking/proximity-placement-groups.png b/website/static/img/resources/azure/networking/proximity-placement-groups.png new file mode 100644 index 0000000..e56c7c8 Binary files /dev/null and b/website/static/img/resources/azure/networking/proximity-placement-groups.png differ diff --git a/website/static/img/resources/azure/networking/public-ip-addresses-classic.png b/website/static/img/resources/azure/networking/public-ip-addresses-classic.png new file mode 100644 index 0000000..b0ebb71 Binary files /dev/null and b/website/static/img/resources/azure/networking/public-ip-addresses-classic.png differ diff --git a/website/static/img/resources/azure/networking/public-ip-addresses.png b/website/static/img/resources/azure/networking/public-ip-addresses.png new file mode 100644 index 0000000..1bdb676 Binary files /dev/null and b/website/static/img/resources/azure/networking/public-ip-addresses.png differ diff --git a/website/static/img/resources/azure/networking/public-ip-prefixes.png b/website/static/img/resources/azure/networking/public-ip-prefixes.png new file mode 100644 index 0000000..9cf8468 Binary files /dev/null and b/website/static/img/resources/azure/networking/public-ip-prefixes.png differ diff --git a/website/static/img/resources/azure/networking/reserved-ip-addresses-classic.png b/website/static/img/resources/azure/networking/reserved-ip-addresses-classic.png new file mode 100644 index 0000000..234fc17 Binary files /dev/null and b/website/static/img/resources/azure/networking/reserved-ip-addresses-classic.png differ diff --git a/website/static/img/resources/azure/networking/resource-management-private-link.png b/website/static/img/resources/azure/networking/resource-management-private-link.png new file mode 100644 index 0000000..bfc4481 Binary files /dev/null and b/website/static/img/resources/azure/networking/resource-management-private-link.png differ diff --git a/website/static/img/resources/azure/networking/route-filters.png b/website/static/img/resources/azure/networking/route-filters.png new file mode 100644 index 0000000..477fa96 Binary files /dev/null and b/website/static/img/resources/azure/networking/route-filters.png differ diff --git a/website/static/img/resources/azure/networking/route-tables.png b/website/static/img/resources/azure/networking/route-tables.png new file mode 100644 index 0000000..1c8e5d2 Binary files /dev/null and b/website/static/img/resources/azure/networking/route-tables.png differ diff --git a/website/static/img/resources/azure/networking/service-endpoint-policies.png b/website/static/img/resources/azure/networking/service-endpoint-policies.png new file mode 100644 index 0000000..5846c58 Binary files /dev/null and b/website/static/img/resources/azure/networking/service-endpoint-policies.png differ diff --git a/website/static/img/resources/azure/networking/spot-vm.png b/website/static/img/resources/azure/networking/spot-vm.png new file mode 100644 index 0000000..0b85f56 Binary files /dev/null and b/website/static/img/resources/azure/networking/spot-vm.png differ diff --git a/website/static/img/resources/azure/networking/spot-vmss.png b/website/static/img/resources/azure/networking/spot-vmss.png new file mode 100644 index 0000000..7acb36c Binary files /dev/null and b/website/static/img/resources/azure/networking/spot-vmss.png differ diff --git a/website/static/img/resources/azure/networking/subnet.png b/website/static/img/resources/azure/networking/subnet.png new file mode 100644 index 0000000..acd41d2 Binary files /dev/null and b/website/static/img/resources/azure/networking/subnet.png differ diff --git a/website/static/img/resources/azure/networking/traffic-controller.png b/website/static/img/resources/azure/networking/traffic-controller.png new file mode 100644 index 0000000..1a8aaa3 Binary files /dev/null and b/website/static/img/resources/azure/networking/traffic-controller.png differ diff --git a/website/static/img/resources/azure/networking/traffic-manager-profiles.png b/website/static/img/resources/azure/networking/traffic-manager-profiles.png new file mode 100644 index 0000000..3db41fb Binary files /dev/null and b/website/static/img/resources/azure/networking/traffic-manager-profiles.png differ diff --git a/website/static/img/resources/azure/networking/virtual-network-gateways.png b/website/static/img/resources/azure/networking/virtual-network-gateways.png new file mode 100644 index 0000000..c53d0c0 Binary files /dev/null and b/website/static/img/resources/azure/networking/virtual-network-gateways.png differ diff --git a/website/static/img/resources/azure/networking/virtual-networks-classic.png b/website/static/img/resources/azure/networking/virtual-networks-classic.png new file mode 100644 index 0000000..6735e5e Binary files /dev/null and b/website/static/img/resources/azure/networking/virtual-networks-classic.png differ diff --git a/website/static/img/resources/azure/networking/virtual-networks.png b/website/static/img/resources/azure/networking/virtual-networks.png new file mode 100644 index 0000000..7ba0e0b Binary files /dev/null and b/website/static/img/resources/azure/networking/virtual-networks.png differ diff --git a/website/static/img/resources/azure/networking/virtual-router.png b/website/static/img/resources/azure/networking/virtual-router.png new file mode 100644 index 0000000..c12348f Binary files /dev/null and b/website/static/img/resources/azure/networking/virtual-router.png differ diff --git a/website/static/img/resources/azure/networking/virtual-wan-hub.png b/website/static/img/resources/azure/networking/virtual-wan-hub.png new file mode 100644 index 0000000..b646e20 Binary files /dev/null and b/website/static/img/resources/azure/networking/virtual-wan-hub.png differ diff --git a/website/static/img/resources/azure/networking/virtual-wans.png b/website/static/img/resources/azure/networking/virtual-wans.png new file mode 100644 index 0000000..6b08a06 Binary files /dev/null and b/website/static/img/resources/azure/networking/virtual-wans.png differ diff --git a/website/static/img/resources/azure/networking/web-application-firewall-policieswaf.png b/website/static/img/resources/azure/networking/web-application-firewall-policieswaf.png new file mode 100644 index 0000000..5074f2a Binary files /dev/null and b/website/static/img/resources/azure/networking/web-application-firewall-policieswaf.png differ diff --git a/website/static/img/resources/azure/newicons/azure-sustainability.png b/website/static/img/resources/azure/newicons/azure-sustainability.png new file mode 100644 index 0000000..22e409c Binary files /dev/null and b/website/static/img/resources/azure/newicons/azure-sustainability.png differ diff --git a/website/static/img/resources/azure/newicons/connected-vehicle-platform.png b/website/static/img/resources/azure/newicons/connected-vehicle-platform.png new file mode 100644 index 0000000..f0bfa9d Binary files /dev/null and b/website/static/img/resources/azure/newicons/connected-vehicle-platform.png differ diff --git a/website/static/img/resources/azure/newicons/entra-connect-health.png b/website/static/img/resources/azure/newicons/entra-connect-health.png new file mode 100644 index 0000000..2321819 Binary files /dev/null and b/website/static/img/resources/azure/newicons/entra-connect-health.png differ diff --git a/website/static/img/resources/azure/newicons/entra-connect-sync.png b/website/static/img/resources/azure/newicons/entra-connect-sync.png new file mode 100644 index 0000000..01af739 Binary files /dev/null and b/website/static/img/resources/azure/newicons/entra-connect-sync.png differ diff --git a/website/static/img/resources/azure/newicons/icm-troubleshooting.png b/website/static/img/resources/azure/newicons/icm-troubleshooting.png new file mode 100644 index 0000000..4f409b9 Binary files /dev/null and b/website/static/img/resources/azure/newicons/icm-troubleshooting.png differ diff --git a/website/static/img/resources/azure/newicons/osconfig.png b/website/static/img/resources/azure/newicons/osconfig.png new file mode 100644 index 0000000..ec48a6b Binary files /dev/null and b/website/static/img/resources/azure/newicons/osconfig.png differ diff --git a/website/static/img/resources/azure/newicons/storage-actions.png b/website/static/img/resources/azure/newicons/storage-actions.png new file mode 100644 index 0000000..83fb6c1 Binary files /dev/null and b/website/static/img/resources/azure/newicons/storage-actions.png differ diff --git a/website/static/img/resources/azure/other/aad-licenses.png b/website/static/img/resources/azure/other/aad-licenses.png new file mode 100644 index 0000000..dd139ad Binary files /dev/null and b/website/static/img/resources/azure/other/aad-licenses.png differ diff --git a/website/static/img/resources/azure/other/aks-istio.png b/website/static/img/resources/azure/other/aks-istio.png new file mode 100644 index 0000000..0a03916 Binary files /dev/null and b/website/static/img/resources/azure/other/aks-istio.png differ diff --git a/website/static/img/resources/azure/other/app-compliance-automation.png b/website/static/img/resources/azure/other/app-compliance-automation.png new file mode 100644 index 0000000..6cef87e Binary files /dev/null and b/website/static/img/resources/azure/other/app-compliance-automation.png differ diff --git a/website/static/img/resources/azure/other/app-registrations.png b/website/static/img/resources/azure/other/app-registrations.png new file mode 100644 index 0000000..8e1e9a0 Binary files /dev/null and b/website/static/img/resources/azure/other/app-registrations.png differ diff --git a/website/static/img/resources/azure/other/aquila.png b/website/static/img/resources/azure/other/aquila.png new file mode 100644 index 0000000..363a6eb Binary files /dev/null and b/website/static/img/resources/azure/other/aquila.png differ diff --git a/website/static/img/resources/azure/other/arc-data-services.png b/website/static/img/resources/azure/other/arc-data-services.png new file mode 100644 index 0000000..c4be995 Binary files /dev/null and b/website/static/img/resources/azure/other/arc-data-services.png differ diff --git a/website/static/img/resources/azure/other/arc-kubernetes.png b/website/static/img/resources/azure/other/arc-kubernetes.png new file mode 100644 index 0000000..98e04ea Binary files /dev/null and b/website/static/img/resources/azure/other/arc-kubernetes.png differ diff --git a/website/static/img/resources/azure/other/arc-postgresql-.png b/website/static/img/resources/azure/other/arc-postgresql-.png new file mode 100644 index 0000000..a1eabbd Binary files /dev/null and b/website/static/img/resources/azure/other/arc-postgresql-.png differ diff --git a/website/static/img/resources/azure/other/arc-sql-managed-instance.png b/website/static/img/resources/azure/other/arc-sql-managed-instance.png new file mode 100644 index 0000000..a504eea Binary files /dev/null and b/website/static/img/resources/azure/other/arc-sql-managed-instance.png differ diff --git a/website/static/img/resources/azure/other/arc-sql-server.png b/website/static/img/resources/azure/other/arc-sql-server.png new file mode 100644 index 0000000..66fefd1 Binary files /dev/null and b/website/static/img/resources/azure/other/arc-sql-server.png differ diff --git a/website/static/img/resources/azure/other/avs-vm.png b/website/static/img/resources/azure/other/avs-vm.png new file mode 100644 index 0000000..5fb88bc Binary files /dev/null and b/website/static/img/resources/azure/other/avs-vm.png differ diff --git a/website/static/img/resources/azure/other/azure-a.png b/website/static/img/resources/azure/other/azure-a.png new file mode 100644 index 0000000..c9a6beb Binary files /dev/null and b/website/static/img/resources/azure/other/azure-a.png differ diff --git a/website/static/img/resources/azure/other/azure-backup-center.png b/website/static/img/resources/azure/other/azure-backup-center.png new file mode 100644 index 0000000..e7dfa98 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-backup-center.png differ diff --git a/website/static/img/resources/azure/other/azure-center-for-sap.png b/website/static/img/resources/azure/other/azure-center-for-sap.png new file mode 100644 index 0000000..b2339c0 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-center-for-sap.png differ diff --git a/website/static/img/resources/azure/other/azure-chaos-studio.png b/website/static/img/resources/azure/other/azure-chaos-studio.png new file mode 100644 index 0000000..069c41b Binary files /dev/null and b/website/static/img/resources/azure/other/azure-chaos-studio.png differ diff --git a/website/static/img/resources/azure/other/azure-cloud-shell.png b/website/static/img/resources/azure/other/azure-cloud-shell.png new file mode 100644 index 0000000..b0f53a4 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-cloud-shell.png differ diff --git a/website/static/img/resources/azure/other/azure-communication-services.png b/website/static/img/resources/azure/other/azure-communication-services.png new file mode 100644 index 0000000..50770fa Binary files /dev/null and b/website/static/img/resources/azure/other/azure-communication-services.png differ diff --git a/website/static/img/resources/azure/other/azure-compute-galleries.png b/website/static/img/resources/azure/other/azure-compute-galleries.png new file mode 100644 index 0000000..40628d6 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-compute-galleries.png differ diff --git a/website/static/img/resources/azure/other/azure-deployment-environments.png b/website/static/img/resources/azure/other/azure-deployment-environments.png new file mode 100644 index 0000000..870adba Binary files /dev/null and b/website/static/img/resources/azure/other/azure-deployment-environments.png differ diff --git a/website/static/img/resources/azure/other/azure-dev-tunnels.png b/website/static/img/resources/azure/other/azure-dev-tunnels.png new file mode 100644 index 0000000..b9ac432 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-dev-tunnels.png differ diff --git a/website/static/img/resources/azure/other/azure-edge-hardware-center.png b/website/static/img/resources/azure/other/azure-edge-hardware-center.png new file mode 100644 index 0000000..3585004 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-edge-hardware-center.png differ diff --git a/website/static/img/resources/azure/other/azure-hpc-workbenches.png b/website/static/img/resources/azure/other/azure-hpc-workbenches.png new file mode 100644 index 0000000..ece7fee Binary files /dev/null and b/website/static/img/resources/azure/other/azure-hpc-workbenches.png differ diff --git a/website/static/img/resources/azure/other/azure-load-testing.png b/website/static/img/resources/azure/other/azure-load-testing.png new file mode 100644 index 0000000..c8ffa36 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-load-testing.png differ diff --git a/website/static/img/resources/azure/other/azure-managed-grafana.png b/website/static/img/resources/azure/other/azure-managed-grafana.png new file mode 100644 index 0000000..0bf28d6 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-managed-grafana.png differ diff --git a/website/static/img/resources/azure/other/azure-monitor-dashboard.png b/website/static/img/resources/azure/other/azure-monitor-dashboard.png new file mode 100644 index 0000000..b657805 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-monitor-dashboard.png differ diff --git a/website/static/img/resources/azure/other/azure-network-function-manager-functions.png b/website/static/img/resources/azure/other/azure-network-function-manager-functions.png new file mode 100644 index 0000000..e7b23e7 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-network-function-manager-functions.png differ diff --git a/website/static/img/resources/azure/other/azure-network-function-manager.png b/website/static/img/resources/azure/other/azure-network-function-manager.png new file mode 100644 index 0000000..a75e3f5 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-network-function-manager.png differ diff --git a/website/static/img/resources/azure/other/azure-orbital.png b/website/static/img/resources/azure/other/azure-orbital.png new file mode 100644 index 0000000..2653ecb Binary files /dev/null and b/website/static/img/resources/azure/other/azure-orbital.png differ diff --git a/website/static/img/resources/azure/other/azure-quotas.png b/website/static/img/resources/azure/other/azure-quotas.png new file mode 100644 index 0000000..c31c717 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-quotas.png differ diff --git a/website/static/img/resources/azure/other/azure-sphere.png b/website/static/img/resources/azure/other/azure-sphere.png new file mode 100644 index 0000000..abf6586 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-sphere.png differ diff --git a/website/static/img/resources/azure/other/azure-storage-mover.png b/website/static/img/resources/azure/other/azure-storage-mover.png new file mode 100644 index 0000000..642587e Binary files /dev/null and b/website/static/img/resources/azure/other/azure-storage-mover.png differ diff --git a/website/static/img/resources/azure/other/azure-support-center-blue.png b/website/static/img/resources/azure/other/azure-support-center-blue.png new file mode 100644 index 0000000..b483abd Binary files /dev/null and b/website/static/img/resources/azure/other/azure-support-center-blue.png differ diff --git a/website/static/img/resources/azure/other/azure-video-indexer.png b/website/static/img/resources/azure/other/azure-video-indexer.png new file mode 100644 index 0000000..c3c7a0f Binary files /dev/null and b/website/static/img/resources/azure/other/azure-video-indexer.png differ diff --git a/website/static/img/resources/azure/other/azure-virtual-desktop.png b/website/static/img/resources/azure/other/azure-virtual-desktop.png new file mode 100644 index 0000000..bff92d9 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-virtual-desktop.png differ diff --git a/website/static/img/resources/azure/other/azure-vmware-solution.png b/website/static/img/resources/azure/other/azure-vmware-solution.png new file mode 100644 index 0000000..5fc7388 Binary files /dev/null and b/website/static/img/resources/azure/other/azure-vmware-solution.png differ diff --git a/website/static/img/resources/azure/other/azureattestation.png b/website/static/img/resources/azure/other/azureattestation.png new file mode 100644 index 0000000..a20a6d9 Binary files /dev/null and b/website/static/img/resources/azure/other/azureattestation.png differ diff --git a/website/static/img/resources/azure/other/azurite.png b/website/static/img/resources/azure/other/azurite.png new file mode 100644 index 0000000..c089c4b Binary files /dev/null and b/website/static/img/resources/azure/other/azurite.png differ diff --git a/website/static/img/resources/azure/other/backup-vault.png b/website/static/img/resources/azure/other/backup-vault.png new file mode 100644 index 0000000..d505245 Binary files /dev/null and b/website/static/img/resources/azure/other/backup-vault.png differ diff --git a/website/static/img/resources/azure/other/bare-metal-infrastructure.png b/website/static/img/resources/azure/other/bare-metal-infrastructure.png new file mode 100644 index 0000000..9364dfa Binary files /dev/null and b/website/static/img/resources/azure/other/bare-metal-infrastructure.png differ diff --git a/website/static/img/resources/azure/other/capacity-reservation-groups.png b/website/static/img/resources/azure/other/capacity-reservation-groups.png new file mode 100644 index 0000000..82f0472 Binary files /dev/null and b/website/static/img/resources/azure/other/capacity-reservation-groups.png differ diff --git a/website/static/img/resources/azure/other/central-service-instance-for-sap.png b/website/static/img/resources/azure/other/central-service-instance-for-sap.png new file mode 100644 index 0000000..ccd5d6e Binary files /dev/null and b/website/static/img/resources/azure/other/central-service-instance-for-sap.png differ diff --git a/website/static/img/resources/azure/other/ceres.png b/website/static/img/resources/azure/other/ceres.png new file mode 100644 index 0000000..6e35e1d Binary files /dev/null and b/website/static/img/resources/azure/other/ceres.png differ diff --git a/website/static/img/resources/azure/other/cloud-services-extended-support.png b/website/static/img/resources/azure/other/cloud-services-extended-support.png new file mode 100644 index 0000000..57ae077 Binary files /dev/null and b/website/static/img/resources/azure/other/cloud-services-extended-support.png differ diff --git a/website/static/img/resources/azure/other/community-images.png b/website/static/img/resources/azure/other/community-images.png new file mode 100644 index 0000000..322b8dd Binary files /dev/null and b/website/static/img/resources/azure/other/community-images.png differ diff --git a/website/static/img/resources/azure/other/compliance-center.png b/website/static/img/resources/azure/other/compliance-center.png new file mode 100644 index 0000000..c7982c3 Binary files /dev/null and b/website/static/img/resources/azure/other/compliance-center.png differ diff --git a/website/static/img/resources/azure/other/confidential-ledgers.png b/website/static/img/resources/azure/other/confidential-ledgers.png new file mode 100644 index 0000000..6b57d3a Binary files /dev/null and b/website/static/img/resources/azure/other/confidential-ledgers.png differ diff --git a/website/static/img/resources/azure/other/container-apps-environments.png b/website/static/img/resources/azure/other/container-apps-environments.png new file mode 100644 index 0000000..74cdc0c Binary files /dev/null and b/website/static/img/resources/azure/other/container-apps-environments.png differ diff --git a/website/static/img/resources/azure/other/cost-export.png b/website/static/img/resources/azure/other/cost-export.png new file mode 100644 index 0000000..a6520dd Binary files /dev/null and b/website/static/img/resources/azure/other/cost-export.png differ diff --git a/website/static/img/resources/azure/other/custom-ip-prefix.png b/website/static/img/resources/azure/other/custom-ip-prefix.png new file mode 100644 index 0000000..6f9419e Binary files /dev/null and b/website/static/img/resources/azure/other/custom-ip-prefix.png differ diff --git a/website/static/img/resources/azure/other/dashboard-hub.png b/website/static/img/resources/azure/other/dashboard-hub.png new file mode 100644 index 0000000..81236df Binary files /dev/null and b/website/static/img/resources/azure/other/dashboard-hub.png differ diff --git a/website/static/img/resources/azure/other/data-collection-rules.png b/website/static/img/resources/azure/other/data-collection-rules.png new file mode 100644 index 0000000..f9d46f2 Binary files /dev/null and b/website/static/img/resources/azure/other/data-collection-rules.png differ diff --git a/website/static/img/resources/azure/other/database-instance-for-sap.png b/website/static/img/resources/azure/other/database-instance-for-sap.png new file mode 100644 index 0000000..dadcad6 Binary files /dev/null and b/website/static/img/resources/azure/other/database-instance-for-sap.png differ diff --git a/website/static/img/resources/azure/other/dedicated-hsm.png b/website/static/img/resources/azure/other/dedicated-hsm.png new file mode 100644 index 0000000..136f7c1 Binary files /dev/null and b/website/static/img/resources/azure/other/dedicated-hsm.png differ diff --git a/website/static/img/resources/azure/other/defender-cm-local-manager.png b/website/static/img/resources/azure/other/defender-cm-local-manager.png new file mode 100644 index 0000000..e635e67 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-cm-local-manager.png differ diff --git a/website/static/img/resources/azure/other/defender-dcs-controller.png b/website/static/img/resources/azure/other/defender-dcs-controller.png new file mode 100644 index 0000000..8b3caf2 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-dcs-controller.png differ diff --git a/website/static/img/resources/azure/other/defender-distributer-control-system.png b/website/static/img/resources/azure/other/defender-distributer-control-system.png new file mode 100644 index 0000000..fff2b0e Binary files /dev/null and b/website/static/img/resources/azure/other/defender-distributer-control-system.png differ diff --git a/website/static/img/resources/azure/other/defender-engineering-station.png b/website/static/img/resources/azure/other/defender-engineering-station.png new file mode 100644 index 0000000..9d59450 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-engineering-station.png differ diff --git a/website/static/img/resources/azure/other/defender-external-management.png b/website/static/img/resources/azure/other/defender-external-management.png new file mode 100644 index 0000000..075c2b8 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-external-management.png differ diff --git a/website/static/img/resources/azure/other/defender-freezer-monitor.png b/website/static/img/resources/azure/other/defender-freezer-monitor.png new file mode 100644 index 0000000..8d5ee8f Binary files /dev/null and b/website/static/img/resources/azure/other/defender-freezer-monitor.png differ diff --git a/website/static/img/resources/azure/other/defender-historian.png b/website/static/img/resources/azure/other/defender-historian.png new file mode 100644 index 0000000..eef7a77 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-historian.png differ diff --git a/website/static/img/resources/azure/other/defender-hmi.png b/website/static/img/resources/azure/other/defender-hmi.png new file mode 100644 index 0000000..4f5140e Binary files /dev/null and b/website/static/img/resources/azure/other/defender-hmi.png differ diff --git a/website/static/img/resources/azure/other/defender-industrial-packaging-system.png b/website/static/img/resources/azure/other/defender-industrial-packaging-system.png new file mode 100644 index 0000000..b3c1bb5 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-industrial-packaging-system.png differ diff --git a/website/static/img/resources/azure/other/defender-industrial-printer.png b/website/static/img/resources/azure/other/defender-industrial-printer.png new file mode 100644 index 0000000..0231e6f Binary files /dev/null and b/website/static/img/resources/azure/other/defender-industrial-printer.png differ diff --git a/website/static/img/resources/azure/other/defender-industrial-robot.png b/website/static/img/resources/azure/other/defender-industrial-robot.png new file mode 100644 index 0000000..0186f99 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-industrial-robot.png differ diff --git a/website/static/img/resources/azure/other/defender-industrial-scale-system.png b/website/static/img/resources/azure/other/defender-industrial-scale-system.png new file mode 100644 index 0000000..84ec27c Binary files /dev/null and b/website/static/img/resources/azure/other/defender-industrial-scale-system.png differ diff --git a/website/static/img/resources/azure/other/defender-marquee.png b/website/static/img/resources/azure/other/defender-marquee.png new file mode 100644 index 0000000..3b41b07 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-marquee.png differ diff --git a/website/static/img/resources/azure/other/defender-meter.png b/website/static/img/resources/azure/other/defender-meter.png new file mode 100644 index 0000000..8af2d1c Binary files /dev/null and b/website/static/img/resources/azure/other/defender-meter.png differ diff --git a/website/static/img/resources/azure/other/defender-plc.png b/website/static/img/resources/azure/other/defender-plc.png new file mode 100644 index 0000000..77279a9 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-plc.png differ diff --git a/website/static/img/resources/azure/other/defender-pneumatic-device.png b/website/static/img/resources/azure/other/defender-pneumatic-device.png new file mode 100644 index 0000000..567e486 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-pneumatic-device.png differ diff --git a/website/static/img/resources/azure/other/defender-programable-board.png b/website/static/img/resources/azure/other/defender-programable-board.png new file mode 100644 index 0000000..a5f36d0 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-programable-board.png differ diff --git a/website/static/img/resources/azure/other/defender-relay.png b/website/static/img/resources/azure/other/defender-relay.png new file mode 100644 index 0000000..99082e4 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-relay.png differ diff --git a/website/static/img/resources/azure/other/defender-robot-controller.png b/website/static/img/resources/azure/other/defender-robot-controller.png new file mode 100644 index 0000000..af31185 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-robot-controller.png differ diff --git a/website/static/img/resources/azure/other/defender-rtu.png b/website/static/img/resources/azure/other/defender-rtu.png new file mode 100644 index 0000000..27fab77 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-rtu.png differ diff --git a/website/static/img/resources/azure/other/defender-sensor.png b/website/static/img/resources/azure/other/defender-sensor.png new file mode 100644 index 0000000..0729aa6 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-sensor.png differ diff --git a/website/static/img/resources/azure/other/defender-slot.png b/website/static/img/resources/azure/other/defender-slot.png new file mode 100644 index 0000000..3bfa863 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-slot.png differ diff --git a/website/static/img/resources/azure/other/defender-web-guiding-system.png b/website/static/img/resources/azure/other/defender-web-guiding-system.png new file mode 100644 index 0000000..727cbf4 Binary files /dev/null and b/website/static/img/resources/azure/other/defender-web-guiding-system.png differ diff --git a/website/static/img/resources/azure/other/device-update-iot-hub.png b/website/static/img/resources/azure/other/device-update-iot-hub.png new file mode 100644 index 0000000..320b0d4 Binary files /dev/null and b/website/static/img/resources/azure/other/device-update-iot-hub.png differ diff --git a/website/static/img/resources/azure/other/disk-pool.png b/website/static/img/resources/azure/other/disk-pool.png new file mode 100644 index 0000000..a8eddfe Binary files /dev/null and b/website/static/img/resources/azure/other/disk-pool.png differ diff --git a/website/static/img/resources/azure/other/edge-management.png b/website/static/img/resources/azure/other/edge-management.png new file mode 100644 index 0000000..5623588 Binary files /dev/null and b/website/static/img/resources/azure/other/edge-management.png differ diff --git a/website/static/img/resources/azure/other/elastic-san.png b/website/static/img/resources/azure/other/elastic-san.png new file mode 100644 index 0000000..638d04c Binary files /dev/null and b/website/static/img/resources/azure/other/elastic-san.png differ diff --git a/website/static/img/resources/azure/other/exchange-on-premises-access.png b/website/static/img/resources/azure/other/exchange-on-premises-access.png new file mode 100644 index 0000000..6b57be6 Binary files /dev/null and b/website/static/img/resources/azure/other/exchange-on-premises-access.png differ diff --git a/website/static/img/resources/azure/other/express-route-traffic-collector.png b/website/static/img/resources/azure/other/express-route-traffic-collector.png new file mode 100644 index 0000000..fe7a3ba Binary files /dev/null and b/website/static/img/resources/azure/other/express-route-traffic-collector.png differ diff --git a/website/static/img/resources/azure/other/expressroute-direct.png b/website/static/img/resources/azure/other/expressroute-direct.png new file mode 100644 index 0000000..f3299f3 Binary files /dev/null and b/website/static/img/resources/azure/other/expressroute-direct.png differ diff --git a/website/static/img/resources/azure/other/fhir-service.png b/website/static/img/resources/azure/other/fhir-service.png new file mode 100644 index 0000000..4495691 Binary files /dev/null and b/website/static/img/resources/azure/other/fhir-service.png differ diff --git a/website/static/img/resources/azure/other/fiji.png b/website/static/img/resources/azure/other/fiji.png new file mode 100644 index 0000000..2da2932 Binary files /dev/null and b/website/static/img/resources/azure/other/fiji.png differ diff --git a/website/static/img/resources/azure/other/hdi-aks-cluster.png b/website/static/img/resources/azure/other/hdi-aks-cluster.png new file mode 100644 index 0000000..e6a4cec Binary files /dev/null and b/website/static/img/resources/azure/other/hdi-aks-cluster.png differ diff --git a/website/static/img/resources/azure/other/instance-pools.png b/website/static/img/resources/azure/other/instance-pools.png new file mode 100644 index 0000000..6f479be Binary files /dev/null and b/website/static/img/resources/azure/other/instance-pools.png differ diff --git a/website/static/img/resources/azure/other/internet-analyzer-profiles.png b/website/static/img/resources/azure/other/internet-analyzer-profiles.png new file mode 100644 index 0000000..11daec8 Binary files /dev/null and b/website/static/img/resources/azure/other/internet-analyzer-profiles.png differ diff --git a/website/static/img/resources/azure/other/kubernetes-fleet-manager.png b/website/static/img/resources/azure/other/kubernetes-fleet-manager.png new file mode 100644 index 0000000..bdb788f Binary files /dev/null and b/website/static/img/resources/azure/other/kubernetes-fleet-manager.png differ diff --git a/website/static/img/resources/azure/other/local-network-gateways.png b/website/static/img/resources/azure/other/local-network-gateways.png new file mode 100644 index 0000000..1b48f84 Binary files /dev/null and b/website/static/img/resources/azure/other/local-network-gateways.png differ diff --git a/website/static/img/resources/azure/other/log-analytics-query-pack.png b/website/static/img/resources/azure/other/log-analytics-query-pack.png new file mode 100644 index 0000000..d3e0fb9 Binary files /dev/null and b/website/static/img/resources/azure/other/log-analytics-query-pack.png differ diff --git a/website/static/img/resources/azure/other/managed-instance-apache-cassandra.png b/website/static/img/resources/azure/other/managed-instance-apache-cassandra.png new file mode 100644 index 0000000..46940c1 Binary files /dev/null and b/website/static/img/resources/azure/other/managed-instance-apache-cassandra.png differ diff --git a/website/static/img/resources/azure/other/medtech-service.png b/website/static/img/resources/azure/other/medtech-service.png new file mode 100644 index 0000000..5baca66 Binary files /dev/null and b/website/static/img/resources/azure/other/medtech-service.png differ diff --git a/website/static/img/resources/azure/other/microsoft-dev-box.png b/website/static/img/resources/azure/other/microsoft-dev-box.png new file mode 100644 index 0000000..120eb7b Binary files /dev/null and b/website/static/img/resources/azure/other/microsoft-dev-box.png differ diff --git a/website/static/img/resources/azure/other/mission-landing-zone.png b/website/static/img/resources/azure/other/mission-landing-zone.png new file mode 100644 index 0000000..868cebf Binary files /dev/null and b/website/static/img/resources/azure/other/mission-landing-zone.png differ diff --git a/website/static/img/resources/azure/other/mobile-networks.png b/website/static/img/resources/azure/other/mobile-networks.png new file mode 100644 index 0000000..289ccb5 Binary files /dev/null and b/website/static/img/resources/azure/other/mobile-networks.png differ diff --git a/website/static/img/resources/azure/other/modular-data-center.png b/website/static/img/resources/azure/other/modular-data-center.png new file mode 100644 index 0000000..a7b61ab Binary files /dev/null and b/website/static/img/resources/azure/other/modular-data-center.png differ diff --git a/website/static/img/resources/azure/other/network-managers.png b/website/static/img/resources/azure/other/network-managers.png new file mode 100644 index 0000000..cdc32de Binary files /dev/null and b/website/static/img/resources/azure/other/network-managers.png differ diff --git a/website/static/img/resources/azure/other/network-security-perimeters.png b/website/static/img/resources/azure/other/network-security-perimeters.png new file mode 100644 index 0000000..dcdd6b4 Binary files /dev/null and b/website/static/img/resources/azure/other/network-security-perimeters.png differ diff --git a/website/static/img/resources/azure/other/open-supply-chain-platform.png b/website/static/img/resources/azure/other/open-supply-chain-platform.png new file mode 100644 index 0000000..2509a87 Binary files /dev/null and b/website/static/img/resources/azure/other/open-supply-chain-platform.png differ diff --git a/website/static/img/resources/azure/other/peering-service.png b/website/static/img/resources/azure/other/peering-service.png new file mode 100644 index 0000000..8744e62 Binary files /dev/null and b/website/static/img/resources/azure/other/peering-service.png differ diff --git a/website/static/img/resources/azure/other/peerings.png b/website/static/img/resources/azure/other/peerings.png new file mode 100644 index 0000000..fd536d1 Binary files /dev/null and b/website/static/img/resources/azure/other/peerings.png differ diff --git a/website/static/img/resources/azure/other/private-endpoints.png b/website/static/img/resources/azure/other/private-endpoints.png new file mode 100644 index 0000000..dea1c58 Binary files /dev/null and b/website/static/img/resources/azure/other/private-endpoints.png differ diff --git a/website/static/img/resources/azure/other/reserved-capacity.png b/website/static/img/resources/azure/other/reserved-capacity.png new file mode 100644 index 0000000..fd26b58 Binary files /dev/null and b/website/static/img/resources/azure/other/reserved-capacity.png differ diff --git a/website/static/img/resources/azure/other/resource-guard.png b/website/static/img/resources/azure/other/resource-guard.png new file mode 100644 index 0000000..442c3bc Binary files /dev/null and b/website/static/img/resources/azure/other/resource-guard.png differ diff --git a/website/static/img/resources/azure/other/resource-mover.png b/website/static/img/resources/azure/other/resource-mover.png new file mode 100644 index 0000000..cb52412 Binary files /dev/null and b/website/static/img/resources/azure/other/resource-mover.png differ diff --git a/website/static/img/resources/azure/other/rtos.png b/website/static/img/resources/azure/other/rtos.png new file mode 100644 index 0000000..d832b96 Binary files /dev/null and b/website/static/img/resources/azure/other/rtos.png differ diff --git a/website/static/img/resources/azure/other/savings-plans.png b/website/static/img/resources/azure/other/savings-plans.png new file mode 100644 index 0000000..589052e Binary files /dev/null and b/website/static/img/resources/azure/other/savings-plans.png differ diff --git a/website/static/img/resources/azure/other/scvmm-management-servers.png b/website/static/img/resources/azure/other/scvmm-management-servers.png new file mode 100644 index 0000000..215b78b Binary files /dev/null and b/website/static/img/resources/azure/other/scvmm-management-servers.png differ diff --git a/website/static/img/resources/azure/other/sonic-dash.png b/website/static/img/resources/azure/other/sonic-dash.png new file mode 100644 index 0000000..6a2a365 Binary files /dev/null and b/website/static/img/resources/azure/other/sonic-dash.png differ diff --git a/website/static/img/resources/azure/other/ssh-keys.png b/website/static/img/resources/azure/other/ssh-keys.png new file mode 100644 index 0000000..4890ccc Binary files /dev/null and b/website/static/img/resources/azure/other/ssh-keys.png differ diff --git a/website/static/img/resources/azure/other/storage-functions.png b/website/static/img/resources/azure/other/storage-functions.png new file mode 100644 index 0000000..84c2308 Binary files /dev/null and b/website/static/img/resources/azure/other/storage-functions.png differ diff --git a/website/static/img/resources/azure/other/targets-management.png b/website/static/img/resources/azure/other/targets-management.png new file mode 100644 index 0000000..dff5aff Binary files /dev/null and b/website/static/img/resources/azure/other/targets-management.png differ diff --git a/website/static/img/resources/azure/other/template-specs.png b/website/static/img/resources/azure/other/template-specs.png new file mode 100644 index 0000000..656f06e Binary files /dev/null and b/website/static/img/resources/azure/other/template-specs.png differ diff --git a/website/static/img/resources/azure/other/test-base.png b/website/static/img/resources/azure/other/test-base.png new file mode 100644 index 0000000..06dbbac Binary files /dev/null and b/website/static/img/resources/azure/other/test-base.png differ diff --git a/website/static/img/resources/azure/other/update-management-center.png b/website/static/img/resources/azure/other/update-management-center.png new file mode 100644 index 0000000..95e60dc Binary files /dev/null and b/website/static/img/resources/azure/other/update-management-center.png differ diff --git a/website/static/img/resources/azure/other/video-analyzers.png b/website/static/img/resources/azure/other/video-analyzers.png new file mode 100644 index 0000000..5e7446e Binary files /dev/null and b/website/static/img/resources/azure/other/video-analyzers.png differ diff --git a/website/static/img/resources/azure/other/virtual-enclaves.png b/website/static/img/resources/azure/other/virtual-enclaves.png new file mode 100644 index 0000000..a6209c2 Binary files /dev/null and b/website/static/img/resources/azure/other/virtual-enclaves.png differ diff --git a/website/static/img/resources/azure/other/virtual-instance-for-sap.png b/website/static/img/resources/azure/other/virtual-instance-for-sap.png new file mode 100644 index 0000000..13f616f Binary files /dev/null and b/website/static/img/resources/azure/other/virtual-instance-for-sap.png differ diff --git a/website/static/img/resources/azure/other/virtual-visits-builder.png b/website/static/img/resources/azure/other/virtual-visits-builder.png new file mode 100644 index 0000000..d82c9cc Binary files /dev/null and b/website/static/img/resources/azure/other/virtual-visits-builder.png differ diff --git a/website/static/img/resources/azure/other/vm-app-definitions.png b/website/static/img/resources/azure/other/vm-app-definitions.png new file mode 100644 index 0000000..7fe56e2 Binary files /dev/null and b/website/static/img/resources/azure/other/vm-app-definitions.png differ diff --git a/website/static/img/resources/azure/other/vm-app-versions.png b/website/static/img/resources/azure/other/vm-app-versions.png new file mode 100644 index 0000000..06e660f Binary files /dev/null and b/website/static/img/resources/azure/other/vm-app-versions.png differ diff --git a/website/static/img/resources/azure/other/vm-image-version.png b/website/static/img/resources/azure/other/vm-image-version.png new file mode 100644 index 0000000..7d9091a Binary files /dev/null and b/website/static/img/resources/azure/other/vm-image-version.png differ diff --git a/website/static/img/resources/azure/other/wac.png b/website/static/img/resources/azure/other/wac.png new file mode 100644 index 0000000..6e9d148 Binary files /dev/null and b/website/static/img/resources/azure/other/wac.png differ diff --git a/website/static/img/resources/azure/other/web-app-+-database.png b/website/static/img/resources/azure/other/web-app-+-database.png new file mode 100644 index 0000000..4ff5a57 Binary files /dev/null and b/website/static/img/resources/azure/other/web-app-+-database.png differ diff --git a/website/static/img/resources/azure/other/web-app-database.png b/website/static/img/resources/azure/other/web-app-database.png new file mode 100644 index 0000000..4ff5a57 Binary files /dev/null and b/website/static/img/resources/azure/other/web-app-database.png differ diff --git a/website/static/img/resources/azure/other/web-jobs.png b/website/static/img/resources/azure/other/web-jobs.png new file mode 100644 index 0000000..9bd015e Binary files /dev/null and b/website/static/img/resources/azure/other/web-jobs.png differ diff --git a/website/static/img/resources/azure/other/windows-notification-services.png b/website/static/img/resources/azure/other/windows-notification-services.png new file mode 100644 index 0000000..cabf68c Binary files /dev/null and b/website/static/img/resources/azure/other/windows-notification-services.png differ diff --git a/website/static/img/resources/azure/other/worker-container-app.png b/website/static/img/resources/azure/other/worker-container-app.png new file mode 100644 index 0000000..7d7d0a7 Binary files /dev/null and b/website/static/img/resources/azure/other/worker-container-app.png differ diff --git a/website/static/img/resources/azure/security/application-security-groups.png b/website/static/img/resources/azure/security/application-security-groups.png index 3806666..763b581 100644 Binary files a/website/static/img/resources/azure/security/application-security-groups.png and b/website/static/img/resources/azure/security/application-security-groups.png differ diff --git a/website/static/img/resources/azure/security/azure-ad-authentication-methods.png b/website/static/img/resources/azure/security/azure-ad-authentication-methods.png new file mode 100644 index 0000000..408afc8 Binary files /dev/null and b/website/static/img/resources/azure/security/azure-ad-authentication-methods.png differ diff --git a/website/static/img/resources/azure/security/azure-ad-identity-protection.png b/website/static/img/resources/azure/security/azure-ad-identity-protection.png new file mode 100644 index 0000000..335d6f1 Binary files /dev/null and b/website/static/img/resources/azure/security/azure-ad-identity-protection.png differ diff --git a/website/static/img/resources/azure/security/azure-ad-privleged-identity-management.png b/website/static/img/resources/azure/security/azure-ad-privleged-identity-management.png new file mode 100644 index 0000000..f8741e5 Binary files /dev/null and b/website/static/img/resources/azure/security/azure-ad-privleged-identity-management.png differ diff --git a/website/static/img/resources/azure/security/azure-ad-risky-signins.png b/website/static/img/resources/azure/security/azure-ad-risky-signins.png new file mode 100644 index 0000000..eb3a280 Binary files /dev/null and b/website/static/img/resources/azure/security/azure-ad-risky-signins.png differ diff --git a/website/static/img/resources/azure/security/azure-ad-risky-users.png b/website/static/img/resources/azure/security/azure-ad-risky-users.png new file mode 100644 index 0000000..61b43e4 Binary files /dev/null and b/website/static/img/resources/azure/security/azure-ad-risky-users.png differ diff --git a/website/static/img/resources/azure/security/azure-information-protection.png b/website/static/img/resources/azure/security/azure-information-protection.png new file mode 100644 index 0000000..0a96861 Binary files /dev/null and b/website/static/img/resources/azure/security/azure-information-protection.png differ diff --git a/website/static/img/resources/azure/security/azure-sentinel.png b/website/static/img/resources/azure/security/azure-sentinel.png new file mode 100644 index 0000000..bb62245 Binary files /dev/null and b/website/static/img/resources/azure/security/azure-sentinel.png differ diff --git a/website/static/img/resources/azure/security/conditional-access.png b/website/static/img/resources/azure/security/conditional-access.png index 37d5ab1..280d1e1 100644 Binary files a/website/static/img/resources/azure/security/conditional-access.png and b/website/static/img/resources/azure/security/conditional-access.png differ diff --git a/website/static/img/resources/azure/security/detonation.png b/website/static/img/resources/azure/security/detonation.png new file mode 100644 index 0000000..35c1579 Binary files /dev/null and b/website/static/img/resources/azure/security/detonation.png differ diff --git a/website/static/img/resources/azure/security/extendedsecurityupdates.png b/website/static/img/resources/azure/security/extendedsecurityupdates.png new file mode 100644 index 0000000..b83dd02 Binary files /dev/null and b/website/static/img/resources/azure/security/extendedsecurityupdates.png differ diff --git a/website/static/img/resources/azure/security/identity-secure-score.png b/website/static/img/resources/azure/security/identity-secure-score.png new file mode 100644 index 0000000..2f8cdc2 Binary files /dev/null and b/website/static/img/resources/azure/security/identity-secure-score.png differ diff --git a/website/static/img/resources/azure/security/key-vaults.png b/website/static/img/resources/azure/security/key-vaults.png index bc57429..9ee9c2b 100644 Binary files a/website/static/img/resources/azure/security/key-vaults.png and b/website/static/img/resources/azure/security/key-vaults.png differ diff --git a/website/static/img/resources/azure/security/microsoft-defender-easm.png b/website/static/img/resources/azure/security/microsoft-defender-easm.png new file mode 100644 index 0000000..d7d53b4 Binary files /dev/null and b/website/static/img/resources/azure/security/microsoft-defender-easm.png differ diff --git a/website/static/img/resources/azure/security/microsoft-defender-for-cloud.png b/website/static/img/resources/azure/security/microsoft-defender-for-cloud.png new file mode 100644 index 0000000..f9a3cd7 Binary files /dev/null and b/website/static/img/resources/azure/security/microsoft-defender-for-cloud.png differ diff --git a/website/static/img/resources/azure/security/microsoft-defender-for-iot.png b/website/static/img/resources/azure/security/microsoft-defender-for-iot.png new file mode 100644 index 0000000..80e7aff Binary files /dev/null and b/website/static/img/resources/azure/security/microsoft-defender-for-iot.png differ diff --git a/website/static/img/resources/azure/security/multifactor-authentication.png b/website/static/img/resources/azure/security/multifactor-authentication.png new file mode 100644 index 0000000..9e925f4 Binary files /dev/null and b/website/static/img/resources/azure/security/multifactor-authentication.png differ diff --git a/website/static/img/resources/azure/security/user-settings.png b/website/static/img/resources/azure/security/user-settings.png new file mode 100644 index 0000000..b21a4c9 Binary files /dev/null and b/website/static/img/resources/azure/security/user-settings.png differ diff --git a/website/static/img/resources/azure/storage/azure-databox-gateway.png b/website/static/img/resources/azure/storage/azure-databox-gateway.png new file mode 100644 index 0000000..54d5352 Binary files /dev/null and b/website/static/img/resources/azure/storage/azure-databox-gateway.png differ diff --git a/website/static/img/resources/azure/storage/azure-fileshares.png b/website/static/img/resources/azure/storage/azure-fileshares.png new file mode 100644 index 0000000..82261dd Binary files /dev/null and b/website/static/img/resources/azure/storage/azure-fileshares.png differ diff --git a/website/static/img/resources/azure/storage/azure-hcp-cache.png b/website/static/img/resources/azure/storage/azure-hcp-cache.png new file mode 100644 index 0000000..6e652b8 Binary files /dev/null and b/website/static/img/resources/azure/storage/azure-hcp-cache.png differ diff --git a/website/static/img/resources/azure/storage/azure-netapp-files.png b/website/static/img/resources/azure/storage/azure-netapp-files.png new file mode 100644 index 0000000..341c709 Binary files /dev/null and b/website/static/img/resources/azure/storage/azure-netapp-files.png differ diff --git a/website/static/img/resources/azure/storage/azure-stack-edge.png b/website/static/img/resources/azure/storage/azure-stack-edge.png new file mode 100644 index 0000000..0db6b94 Binary files /dev/null and b/website/static/img/resources/azure/storage/azure-stack-edge.png differ diff --git a/website/static/img/resources/azure/storage/data-box.png b/website/static/img/resources/azure/storage/data-box.png index b316d50..d2955fe 100644 Binary files a/website/static/img/resources/azure/storage/data-box.png and b/website/static/img/resources/azure/storage/data-box.png differ diff --git a/website/static/img/resources/azure/storage/data-lake-storage-gen1.png b/website/static/img/resources/azure/storage/data-lake-storage-gen1.png new file mode 100644 index 0000000..3475baa Binary files /dev/null and b/website/static/img/resources/azure/storage/data-lake-storage-gen1.png differ diff --git a/website/static/img/resources/azure/storage/data-share-invitations.png b/website/static/img/resources/azure/storage/data-share-invitations.png new file mode 100644 index 0000000..87283a4 Binary files /dev/null and b/website/static/img/resources/azure/storage/data-share-invitations.png differ diff --git a/website/static/img/resources/azure/storage/data-shares.png b/website/static/img/resources/azure/storage/data-shares.png new file mode 100644 index 0000000..dbab315 Binary files /dev/null and b/website/static/img/resources/azure/storage/data-shares.png differ diff --git a/website/static/img/resources/azure/storage/import-export-jobs.png b/website/static/img/resources/azure/storage/import-export-jobs.png new file mode 100644 index 0000000..b290b54 Binary files /dev/null and b/website/static/img/resources/azure/storage/import-export-jobs.png differ diff --git a/website/static/img/resources/azure/storage/recovery-services-vaults.png b/website/static/img/resources/azure/storage/recovery-services-vaults.png new file mode 100644 index 0000000..d5e4672 Binary files /dev/null and b/website/static/img/resources/azure/storage/recovery-services-vaults.png differ diff --git a/website/static/img/resources/azure/storage/storage-accounts-classic.png b/website/static/img/resources/azure/storage/storage-accounts-classic.png index 1379991..2690a09 100644 Binary files a/website/static/img/resources/azure/storage/storage-accounts-classic.png and b/website/static/img/resources/azure/storage/storage-accounts-classic.png differ diff --git a/website/static/img/resources/azure/storage/storage-accounts.png b/website/static/img/resources/azure/storage/storage-accounts.png index 61e3dd1..0c2fee5 100644 Binary files a/website/static/img/resources/azure/storage/storage-accounts.png and b/website/static/img/resources/azure/storage/storage-accounts.png differ diff --git a/website/static/img/resources/azure/storage/storage-explorer.png b/website/static/img/resources/azure/storage/storage-explorer.png index c623801..103dde8 100644 Binary files a/website/static/img/resources/azure/storage/storage-explorer.png and b/website/static/img/resources/azure/storage/storage-explorer.png differ diff --git a/website/static/img/resources/azure/storage/storage-sync-services.png b/website/static/img/resources/azure/storage/storage-sync-services.png index 6d22924..07fcf71 100644 Binary files a/website/static/img/resources/azure/storage/storage-sync-services.png and b/website/static/img/resources/azure/storage/storage-sync-services.png differ diff --git a/website/static/img/resources/azure/storage/storsimple-data-managers.png b/website/static/img/resources/azure/storage/storsimple-data-managers.png index e66b800..cf05a30 100644 Binary files a/website/static/img/resources/azure/storage/storsimple-data-managers.png and b/website/static/img/resources/azure/storage/storsimple-data-managers.png differ diff --git a/website/static/img/resources/azure/storage/storsimple-device-managers.png b/website/static/img/resources/azure/storage/storsimple-device-managers.png index 35d26d8..0a3ded7 100644 Binary files a/website/static/img/resources/azure/storage/storsimple-device-managers.png and b/website/static/img/resources/azure/storage/storsimple-device-managers.png differ diff --git a/website/static/img/resources/azure/web/api-center.png b/website/static/img/resources/azure/web/api-center.png new file mode 100644 index 0000000..d3e55c5 Binary files /dev/null and b/website/static/img/resources/azure/web/api-center.png differ diff --git a/website/static/img/resources/azure/web/api-connections.png b/website/static/img/resources/azure/web/api-connections.png index 3c0db2e..c74cdb2 100644 Binary files a/website/static/img/resources/azure/web/api-connections.png and b/website/static/img/resources/azure/web/api-connections.png differ diff --git a/website/static/img/resources/azure/web/api-management-services.png b/website/static/img/resources/azure/web/api-management-services.png new file mode 100644 index 0000000..77c7b86 Binary files /dev/null and b/website/static/img/resources/azure/web/api-management-services.png differ diff --git a/website/static/img/resources/azure/web/app-service-certificates.png b/website/static/img/resources/azure/web/app-service-certificates.png index 1c63f12..b420af7 100644 Binary files a/website/static/img/resources/azure/web/app-service-certificates.png and b/website/static/img/resources/azure/web/app-service-certificates.png differ diff --git a/website/static/img/resources/azure/web/app-service-domains.png b/website/static/img/resources/azure/web/app-service-domains.png index afeea0c..514c6f5 100644 Binary files a/website/static/img/resources/azure/web/app-service-domains.png and b/website/static/img/resources/azure/web/app-service-domains.png differ diff --git a/website/static/img/resources/azure/web/app-service-environments.png b/website/static/img/resources/azure/web/app-service-environments.png index 6f764a2..b367124 100644 Binary files a/website/static/img/resources/azure/web/app-service-environments.png and b/website/static/img/resources/azure/web/app-service-environments.png differ diff --git a/website/static/img/resources/azure/web/app-service-plans.png b/website/static/img/resources/azure/web/app-service-plans.png index 1be8fe6..9140fd8 100644 Binary files a/website/static/img/resources/azure/web/app-service-plans.png and b/website/static/img/resources/azure/web/app-service-plans.png differ diff --git a/website/static/img/resources/azure/web/app-services.png b/website/static/img/resources/azure/web/app-services.png index f7ca7fb..7b2599d 100644 Binary files a/website/static/img/resources/azure/web/app-services.png and b/website/static/img/resources/azure/web/app-services.png differ diff --git a/website/static/img/resources/azure/web/app-space.png b/website/static/img/resources/azure/web/app-space.png new file mode 100644 index 0000000..df3add3 Binary files /dev/null and b/website/static/img/resources/azure/web/app-space.png differ diff --git a/website/static/img/resources/azure/web/azure-media-service.png b/website/static/img/resources/azure/web/azure-media-service.png new file mode 100644 index 0000000..8e5ad7e Binary files /dev/null and b/website/static/img/resources/azure/web/azure-media-service.png differ diff --git a/website/static/img/resources/azure/web/azure-spring-apps.png b/website/static/img/resources/azure/web/azure-spring-apps.png new file mode 100644 index 0000000..190d557 Binary files /dev/null and b/website/static/img/resources/azure/web/azure-spring-apps.png differ diff --git a/website/static/img/resources/azure/web/cognitive-search.png b/website/static/img/resources/azure/web/cognitive-search.png new file mode 100644 index 0000000..e261524 Binary files /dev/null and b/website/static/img/resources/azure/web/cognitive-search.png differ diff --git a/website/static/img/resources/azure/web/cognitive-services.png b/website/static/img/resources/azure/web/cognitive-services.png new file mode 100644 index 0000000..e8c3d8e Binary files /dev/null and b/website/static/img/resources/azure/web/cognitive-services.png differ diff --git a/website/static/img/resources/azure/web/front-door-and-cdn-profiles.png b/website/static/img/resources/azure/web/front-door-and-cdn-profiles.png new file mode 100644 index 0000000..8e1ca2e Binary files /dev/null and b/website/static/img/resources/azure/web/front-door-and-cdn-profiles.png differ diff --git a/website/static/img/resources/azure/web/notification-hub-namespaces.png b/website/static/img/resources/azure/web/notification-hub-namespaces.png index ad3129f..2008e60 100644 Binary files a/website/static/img/resources/azure/web/notification-hub-namespaces.png and b/website/static/img/resources/azure/web/notification-hub-namespaces.png differ diff --git a/website/static/img/resources/azure/web/power-platform.png b/website/static/img/resources/azure/web/power-platform.png new file mode 100644 index 0000000..d0f68d7 Binary files /dev/null and b/website/static/img/resources/azure/web/power-platform.png differ diff --git a/website/static/img/resources/azure/web/signalr.png b/website/static/img/resources/azure/web/signalr.png index 8596a69..ce4c7bf 100644 Binary files a/website/static/img/resources/azure/web/signalr.png and b/website/static/img/resources/azure/web/signalr.png differ diff --git a/website/static/img/resources/azure/web/static-apps.png b/website/static/img/resources/azure/web/static-apps.png new file mode 100644 index 0000000..3a81de0 Binary files /dev/null and b/website/static/img/resources/azure/web/static-apps.png differ