diff --git a/diagrams/azure/aimachinelearning.py b/diagrams/azure/aimachinelearning.py
index 2c18af48..f45279ff 100644
--- a/diagrams/azure/aimachinelearning.py
+++ b/diagrams/azure/aimachinelearning.py
@@ -64,6 +64,10 @@ class ContentModerators(_Aimachinelearning):
_icon = "content-moderators.png"
+class ContentSafety(_Aimachinelearning):
+ _icon = "content-safety.png"
+
+
class CustomVision(_Aimachinelearning):
_icon = "custom-vision.png"
diff --git a/diagrams/azure/compute.py b/diagrams/azure/compute.py
index ffc3e1bf..0ab11412 100644
--- a/diagrams/azure/compute.py
+++ b/diagrams/azure/compute.py
@@ -8,6 +8,10 @@ class _Compute(_Azure):
_icon_dir = "resources/azure/compute"
+class AksAutomatic(_Compute):
+ _icon = "aks-automatic.png"
+
+
class AppServices(_Compute):
_icon = "app-services.png"
@@ -52,6 +56,10 @@ class CloudsimpleVirtualMachines(_Compute):
_icon = "cloudsimple-virtual-machines.png"
+class ComputeFleet(_Compute):
+ _icon = "compute-fleet.png"
+
+
class ContainerApps(_Compute):
_icon = "container-apps.png"
diff --git a/diagrams/azure/devops.py b/diagrams/azure/devops.py
index 35dbc5ee..521cb06a 100644
--- a/diagrams/azure/devops.py
+++ b/diagrams/azure/devops.py
@@ -68,6 +68,10 @@ class LoadTesting(_Devops):
_icon = "load-testing.png"
+class ManagedDevopsPools(_Devops):
+ _icon = "managed-devops-pools.png"
+
+
class Pipelines(_Devops):
_icon = "pipelines.png"
@@ -80,4 +84,8 @@ class TestPlans(_Devops):
_icon = "test-plans.png"
+class WorkspaceGateway(_Devops):
+ _icon = "workspace-gateway.png"
+
+
# Aliases
diff --git a/diagrams/azure/hybridmulticloud.py b/diagrams/azure/hybridmulticloud.py
index e2839d30..f0b443bd 100644
--- a/diagrams/azure/hybridmulticloud.py
+++ b/diagrams/azure/hybridmulticloud.py
@@ -8,6 +8,10 @@ class _Hybridmulticloud(_Azure):
_icon_dir = "resources/azure/hybridmulticloud"
+class AzureMonitorPipeline(_Hybridmulticloud):
+ _icon = "azure-monitor-pipeline.png"
+
+
class AzureOperator5GCore(_Hybridmulticloud):
_icon = "azure-operator-5g-core.png"
diff --git a/diagrams/azure/identity.py b/diagrams/azure/identity.py
index 6c71928d..47cc67fd 100644
--- a/diagrams/azure/identity.py
+++ b/diagrams/azure/identity.py
@@ -96,6 +96,14 @@ class EnterpriseApplications(_Identity):
_icon = "enterprise-applications.png"
+class EntraConnectHealth(_Identity):
+ _icon = "entra-connect-health.png"
+
+
+class EntraConnectSync(_Identity):
+ _icon = "entra-connect-sync.png"
+
+
class EntraConnect(_Identity):
_icon = "entra-connect.png"
@@ -104,14 +112,38 @@ class EntraDomainServices(_Identity):
_icon = "entra-domain-services.png"
+class EntraGlobalSecureAccess(_Identity):
+ _icon = "entra-global-secure-access.png"
+
+
class EntraIDProtection(_Identity):
_icon = "entra-id-protection.png"
+class EntraIdentityCustomRoles(_Identity):
+ _icon = "entra-identity-custom-roles.png"
+
+
+class EntraIdentityLicenses(_Identity):
+ _icon = "entra-identity-licenses.png"
+
+
+class EntraIdentityRolesAndAdministrators(_Identity):
+ _icon = "entra-identity-roles-and-administrators.png"
+
+
+class EntraInternetAccess(_Identity):
+ _icon = "entra-internet-access.png"
+
+
class EntraManagedIdentities(_Identity):
_icon = "entra-managed-identities.png"
+class EntraPrivateAccess(_Identity):
+ _icon = "entra-private-access.png"
+
+
class EntraPrivlegedIdentityManagement(_Identity):
_icon = "entra-privleged-identity-management.png"
@@ -148,6 +180,10 @@ class ManagedIdentities(_Identity):
_icon = "managed-identities.png"
+class MultiFactorAuthentication(_Identity):
+ _icon = "multi-factor-authentication.png"
+
+
class PrivateAccess(_Identity):
_icon = "private-access.png"
@@ -172,4 +208,8 @@ class VerifiableCredentials(_Identity):
_icon = "verifiable-credentials.png"
+class VerificationAsAService(_Identity):
+ _icon = "verification-as-a-service.png"
+
+
# Aliases
diff --git a/diagrams/azure/integration.py b/diagrams/azure/integration.py
index e89931fd..e589cb80 100644
--- a/diagrams/azure/integration.py
+++ b/diagrams/azure/integration.py
@@ -52,6 +52,10 @@ class AzureStackEdge(_Integration):
_icon = "azure-stack-edge.png"
+class BusinessProcessTracking(_Integration):
+ _icon = "business-process-tracking.png"
+
+
class DataCatalog(_Integration):
_icon = "data-catalog.png"
diff --git a/diagrams/azure/intune.py b/diagrams/azure/intune.py
index c11fe61e..a0b27aff 100644
--- a/diagrams/azure/intune.py
+++ b/diagrams/azure/intune.py
@@ -48,6 +48,10 @@ class Ebooks(_Intune):
_icon = "ebooks.png"
+class EntraIdentityRolesAndAdministrators(_Intune):
+ _icon = "entra-identity-roles-and-administrators.png"
+
+
class ExchangeAccess(_Intune):
_icon = "exchange-access.png"
diff --git a/diagrams/azure/iot.py b/diagrams/azure/iot.py
index afdbad52..4d77885b 100644
--- a/diagrams/azure/iot.py
+++ b/diagrams/azure/iot.py
@@ -24,6 +24,10 @@ class AzureMapsAccounts(_Iot):
_icon = "azure-maps-accounts.png"
+class AzureStackHciSizer(_Iot):
+ _icon = "azure-stack-hci-sizer.png"
+
+
class AzureStack(_Iot):
_icon = "azure-stack.png"
diff --git a/diagrams/azure/networking.py b/diagrams/azure/networking.py
index 90c93852..ffc062e7 100644
--- a/diagrams/azure/networking.py
+++ b/diagrams/azure/networking.py
@@ -8,6 +8,10 @@ class _Networking(_Azure):
_icon_dir = "resources/azure/networking"
+class ApplicationGatewayContainers(_Networking):
+ _icon = "application-gateway-containers.png"
+
+
class ApplicationGateways(_Networking):
_icon = "application-gateways.png"
diff --git a/diagrams/azure/newicons.py b/diagrams/azure/newicons.py
index 19b27aab..cca2d8e9 100644
--- a/diagrams/azure/newicons.py
+++ b/diagrams/azure/newicons.py
@@ -8,14 +8,66 @@ class _Newicons(_Azure):
_icon_dir = "resources/azure/newicons"
+class AIAtEdge(_Newicons):
+ _icon = "ai-at-edge.png"
+
+
+class AksNetworkPolicy(_Newicons):
+ _icon = "aks-network-policy.png"
+
+
+class AzureAppTesting(_Newicons):
+ _icon = "azure-app-testing.png"
+
+
+class AzureConsumptionCommitment(_Newicons):
+ _icon = "azure-consumption-commitment.png"
+
+
+class AzureContainerStorage(_Newicons):
+ _icon = "azure-container-storage.png"
+
+
+class AzureLinux(_Newicons):
+ _icon = "azure-linux.png"
+
+
+class AzureLocal(_Newicons):
+ _icon = "azure-local.png"
+
+
+class AzureManagedRedis(_Newicons):
+ _icon = "azure-managed-redis.png"
+
+
class AzureSustainability(_Newicons):
_icon = "azure-sustainability.png"
+class Breeze(_Newicons):
+ _icon = "breeze.png"
+
+
class ConnectedVehiclePlatform(_Newicons):
_icon = "connected-vehicle-platform.png"
+class DataVirtualization(_Newicons):
+ _icon = "data-virtualization.png"
+
+
+class EdgeActions(_Newicons):
+ _icon = "edge-actions.png"
+
+
+class EdgeStorageAccelerator(_Newicons):
+ _icon = "edge-storage-accelerator.png"
+
+
+class EngageCenterConnect(_Newicons):
+ _icon = "engage-center-connect.png"
+
+
class EntraConnectHealth(_Newicons):
_icon = "entra-connect-health.png"
@@ -24,16 +76,120 @@ class EntraConnectSync(_Newicons):
_icon = "entra-connect-sync.png"
+class ExternalIDModified(_Newicons):
+ _icon = "external-id-modified.png"
+
+
+class ExternalID(_Newicons):
+ _icon = "external-id.png"
+
+
+class FrdQa(_Newicons):
+ _icon = "frd-qa.png"
+
+
+class HybridConnectivityHub(_Newicons):
+ _icon = "hybrid-connectivity-hub.png"
+
+
class IcmTroubleshooting(_Newicons):
_icon = "icm-troubleshooting.png"
+class KubernetesHub(_Newicons):
+ _icon = "kubernetes-hub.png"
+
+
+class LandingZone(_Newicons):
+ _icon = "landing-zone.png"
+
+
+class LoadBalancerHub(_Newicons):
+ _icon = "load-balancer-hub.png"
+
+
+class LogicAppsTemplate(_Newicons):
+ _icon = "logic-apps-template.png"
+
+
+class MicrosoftDiscovery(_Newicons):
+ _icon = "microsoft-discovery.png"
+
+
+class MonitorIssues(_Newicons):
+ _icon = "monitor-issues.png"
+
+
+class NetworkFoundationHub(_Newicons):
+ _icon = "network-foundation-hub.png"
+
+
+class NetworkSecurityHub(_Newicons):
+ _icon = "network-security-hub.png"
+
+
+class OperationCenter(_Newicons):
+ _icon = "operation-center.png"
+
+
class Osconfig(_Newicons):
_icon = "osconfig.png"
+class PlanetaryComputerPro(_Newicons):
+ _icon = "planetary-computer-pro.png"
+
+
+class Promethus(_Newicons):
+ _icon = "promethus.png"
+
+
+class Pubsub(_Newicons):
+ _icon = "pubsub.png"
+
+
+class ScheduledActions(_Newicons):
+ _icon = "scheduled-actions.png"
+
+
+class ServiceGroupRelationships(_Newicons):
+ _icon = "service-group-relationships.png"
+
+
+class ServiceGroups(_Newicons):
+ _icon = "service-groups.png"
+
+
+class SQLDatabaseFleetManager(_Newicons):
+ _icon = "sql-database-fleet-manager.png"
+
+
+class StageMaps(_Newicons):
+ _icon = "stage-maps.png"
+
+
class StorageActions(_Newicons):
_icon = "storage-actions.png"
+class StorageHubs(_Newicons):
+ _icon = "storage-hubs.png"
+
+
+class ToolchainOrchestrator(_Newicons):
+ _icon = "toolchain-orchestrator.png"
+
+
+class VnetAppliance(_Newicons):
+ _icon = "vnet-appliance.png"
+
+
+class Vpnclientwindows(_Newicons):
+ _icon = "vpnclientwindows.png"
+
+
+class WorkloadOrchestration(_Newicons):
+ _icon = "workload-orchestration.png"
+
+
# Aliases
diff --git a/diagrams/azure/other.py b/diagrams/azure/other.py
index 7219718a..23d6ac63 100644
--- a/diagrams/azure/other.py
+++ b/diagrams/azure/other.py
@@ -136,6 +136,10 @@ class AzureSupportCenterBlue(_Other):
_icon = "azure-support-center-blue.png"
+class AzureSustainability(_Other):
+ _icon = "azure-sustainability.png"
+
+
class AzureVideoIndexer(_Other):
_icon = "azure-video-indexer.png"
@@ -192,6 +196,10 @@ class ConfidentialLedgers(_Other):
_icon = "confidential-ledgers.png"
+class ConnectedVehiclePlatform(_Other):
+ _icon = "connected-vehicle-platform.png"
+
+
class ContainerAppsEnvironments(_Other):
_icon = "container-apps-environments.png"
@@ -328,6 +336,10 @@ class ElasticSan(_Other):
_icon = "elastic-san.png"
+class EntraIdentityLicenses(_Other):
+ _icon = "entra-identity-licenses.png"
+
+
class ExchangeOnPremisesAccess(_Other):
_icon = "exchange-on-premises-access.png"
@@ -352,6 +364,10 @@ class HdiAksCluster(_Other):
_icon = "hdi-aks-cluster.png"
+class IcmTroubleshooting(_Other):
+ _icon = "icm-troubleshooting.png"
+
+
class InstancePools(_Other):
_icon = "instance-pools.png"
@@ -396,6 +412,10 @@ class ModularDataCenter(_Other):
_icon = "modular-data-center.png"
+class MonitorHealthModels(_Other):
+ _icon = "monitor-health-models.png"
+
+
class NetworkManagers(_Other):
_icon = "network-managers.png"
@@ -408,6 +428,10 @@ class OpenSupplyChainPlatform(_Other):
_icon = "open-supply-chain-platform.png"
+class Osconfig(_Other):
+ _icon = "osconfig.png"
+
+
class PeeringService(_Other):
_icon = "peering-service.png"
@@ -500,6 +524,10 @@ class VMImageVersion(_Other):
_icon = "vm-image-version.png"
+class WacInstaller(_Other):
+ _icon = "wac-installer.png"
+
+
class Wac(_Other):
_icon = "wac.png"
diff --git a/diagrams/azure/security.py b/diagrams/azure/security.py
index e2c529d4..4d52b32f 100644
--- a/diagrams/azure/security.py
+++ b/diagrams/azure/security.py
@@ -52,6 +52,14 @@ class Detonation(_Security):
_icon = "detonation.png"
+class EntraIdentityRiskySignins(_Security):
+ _icon = "entra-identity-risky-signins.png"
+
+
+class EntraIdentityRiskyUsers(_Security):
+ _icon = "entra-identity-risky-users.png"
+
+
class ExtendedSecurityUpdates(_Security):
_icon = "extended-security-updates.png"
diff --git a/diagrams/azure/storage.py b/diagrams/azure/storage.py
index fca288b1..6e02c00b 100644
--- a/diagrams/azure/storage.py
+++ b/diagrams/azure/storage.py
@@ -72,6 +72,10 @@ class ImportExportJobs(_Storage):
_icon = "import-export-jobs.png"
+class ManagedFileShares(_Storage):
+ _icon = "managed-file-shares.png"
+
+
class NetappFiles(_Storage):
_icon = "netapp-files.png"
@@ -92,6 +96,10 @@ class StorageAccounts(_Storage):
_icon = "storage-accounts.png"
+class StorageActions(_Storage):
+ _icon = "storage-actions.png"
+
+
class StorageExplorer(_Storage):
_icon = "storage-explorer.png"
diff --git a/diagrams/azure/web.py b/diagrams/azure/web.py
index 4f5be166..95fbf275 100644
--- a/diagrams/azure/web.py
+++ b/diagrams/azure/web.py
@@ -40,6 +40,10 @@ class AppServices(_Web):
_icon = "app-services.png"
+class AppSpaceComponent(_Web):
+ _icon = "app-space-component.png"
+
+
class AppSpace(_Web):
_icon = "app-space.png"
diff --git a/docs/nodes/azure.md b/docs/nodes/azure.md
index 570f537e..681383c5 100644
--- a/docs/nodes/azure.md
+++ b/docs/nodes/azure.md
@@ -3,7 +3,7 @@ id: azure
title: Azure
---
-Node classes list of azure provider.
+Node classes list of the azure provider.
## azure.aimachinelearning
@@ -50,6 +50,9 @@ Node classes list of azure provider.
**diagrams.azure.aimachinelearning.ContentModerators**
+
+**diagrams.azure.aimachinelearning.ContentSafety**
+
**diagrams.azure.aimachinelearning.CustomVision**
@@ -254,6 +257,9 @@ Node classes list of azure provider.
## azure.compute
+
+**diagrams.azure.compute.AksAutomatic**
+
**diagrams.azure.compute.AppServices**
@@ -287,6 +293,9 @@ Node classes list of azure provider.
**diagrams.azure.compute.CloudsimpleVirtualMachines**
+
+**diagrams.azure.compute.ComputeFleet**
+
**diagrams.azure.compute.ContainerApps**
@@ -644,6 +653,9 @@ Node classes list of azure provider.
**diagrams.azure.devops.LoadTesting**
+
+**diagrams.azure.devops.ManagedDevopsPools**
+
**diagrams.azure.devops.Pipelines**
@@ -653,6 +665,9 @@ Node classes list of azure provider.
**diagrams.azure.devops.TestPlans**
+
+**diagrams.azure.devops.WorkspaceGateway**
+
## azure.general
@@ -1001,6 +1016,9 @@ Node classes list of azure provider.
## azure.hybridmulticloud
+
+**diagrams.azure.hybridmulticloud.AzureMonitorPipeline**
+
**diagrams.azure.hybridmulticloud.AzureOperator5GCore**
@@ -1085,18 +1103,42 @@ Node classes list of azure provider.
**diagrams.azure.identity.EnterpriseApplications**
+
+**diagrams.azure.identity.EntraConnectHealth**
+
+
+**diagrams.azure.identity.EntraConnectSync**
+
**diagrams.azure.identity.EntraConnect**
**diagrams.azure.identity.EntraDomainServices**
+
+**diagrams.azure.identity.EntraGlobalSecureAccess**
+
**diagrams.azure.identity.EntraIDProtection**
+
+**diagrams.azure.identity.EntraIdentityCustomRoles**
+
+
+**diagrams.azure.identity.EntraIdentityLicenses**
+
+
+**diagrams.azure.identity.EntraIdentityRolesAndAdministrators**
+
+
+**diagrams.azure.identity.EntraInternetAccess**
+
**diagrams.azure.identity.EntraManagedIdentities**
+
+**diagrams.azure.identity.EntraPrivateAccess**
+
**diagrams.azure.identity.EntraPrivlegedIdentityManagement**
@@ -1124,6 +1166,9 @@ Node classes list of azure provider.
**diagrams.azure.identity.ManagedIdentities**
+
+**diagrams.azure.identity.MultiFactorAuthentication**
+
**diagrams.azure.identity.PrivateAccess**
@@ -1142,6 +1187,9 @@ Node classes list of azure provider.
**diagrams.azure.identity.VerifiableCredentials**
+
+**diagrams.azure.identity.VerificationAsAService**
+
## azure.integration
@@ -1178,6 +1226,9 @@ Node classes list of azure provider.
**diagrams.azure.integration.AzureStackEdge**
+
+**diagrams.azure.integration.BusinessProcessTracking**
+
**diagrams.azure.integration.DataCatalog**
@@ -1280,6 +1331,9 @@ Node classes list of azure provider.
**diagrams.azure.intune.Ebooks**
+
+**diagrams.azure.intune.EntraIdentityRolesAndAdministrators**
+
**diagrams.azure.intune.ExchangeAccess**
@@ -1319,6 +1373,9 @@ Node classes list of azure provider.
**diagrams.azure.iot.AzureMapsAccounts**
+
+**diagrams.azure.iot.AzureStackHciSizer**
+
**diagrams.azure.iot.AzureStack**
@@ -1643,6 +1700,9 @@ Node classes list of azure provider.
**diagrams.azure.monitor.LogAnalyticsWorkspaces**
+
+**diagrams.azure.monitor.Logs**
+
**diagrams.azure.monitor.Metrics**
@@ -1742,6 +1802,9 @@ Node classes list of azure provider.
## azure.networking
+
+**diagrams.azure.networking.ApplicationGatewayContainers**
+
**diagrams.azure.networking.ApplicationGateways**
@@ -1898,27 +1961,144 @@ Node classes list of azure provider.
## azure.newicons
+
+**diagrams.azure.newicons.AIAtEdge**
+
+
+**diagrams.azure.newicons.AksNetworkPolicy**
+
+
+**diagrams.azure.newicons.AzureAppTesting**
+
+
+**diagrams.azure.newicons.AzureConsumptionCommitment**
+
+
+**diagrams.azure.newicons.AzureContainerStorage**
+
+
+**diagrams.azure.newicons.AzureLinux**
+
+
+**diagrams.azure.newicons.AzureLocal**
+
+
+**diagrams.azure.newicons.AzureManagedRedis**
+
**diagrams.azure.newicons.AzureSustainability**
+
+**diagrams.azure.newicons.Breeze**
+
**diagrams.azure.newicons.ConnectedVehiclePlatform**
+
+**diagrams.azure.newicons.DataVirtualization**
+
+
+**diagrams.azure.newicons.EdgeActions**
+
+
+**diagrams.azure.newicons.EdgeStorageAccelerator**
+
+
+**diagrams.azure.newicons.EngageCenterConnect**
+
**diagrams.azure.newicons.EntraConnectHealth**
**diagrams.azure.newicons.EntraConnectSync**
+
+**diagrams.azure.newicons.ExternalIDModified**
+
+
+**diagrams.azure.newicons.ExternalID**
+
+
+**diagrams.azure.newicons.FrdQa**
+
+
+**diagrams.azure.newicons.HybridConnectivityHub**
+
**diagrams.azure.newicons.IcmTroubleshooting**
+
+**diagrams.azure.newicons.KubernetesHub**
+
+
+**diagrams.azure.newicons.LandingZone**
+
+
+**diagrams.azure.newicons.LoadBalancerHub**
+
+
+**diagrams.azure.newicons.LogicAppsTemplate**
+
+
+**diagrams.azure.newicons.MicrosoftDiscovery**
+
+
+**diagrams.azure.newicons.MonitorIssues**
+
+
+**diagrams.azure.newicons.NetworkFoundationHub**
+
+
+**diagrams.azure.newicons.NetworkSecurityHub**
+
+
+**diagrams.azure.newicons.OperationCenter**
+
**diagrams.azure.newicons.Osconfig**
+
+**diagrams.azure.newicons.PlanetaryComputerPro**
+
+
+**diagrams.azure.newicons.Promethus**
+
+
+**diagrams.azure.newicons.Pubsub**
+
+
+**diagrams.azure.newicons.ScheduledActions**
+
+
+**diagrams.azure.newicons.ServiceGroupRelationships**
+
+
+**diagrams.azure.newicons.ServiceGroups**
+
+
+**diagrams.azure.newicons.SQLDatabaseFleetManager**
+
+
+**diagrams.azure.newicons.StageMaps**
+
**diagrams.azure.newicons.StorageActions**
+
+**diagrams.azure.newicons.StorageHubs**
+
+
+**diagrams.azure.newicons.ToolchainOrchestrator**
+
+
+**diagrams.azure.newicons.VnetAppliance**
+
+
+**diagrams.azure.newicons.Vpnclientwindows**
+
+
+**diagrams.azure.newicons.WorkloadOrchestration**
+
## azure.other
@@ -2018,6 +2198,9 @@ Node classes list of azure provider.
**diagrams.azure.other.AzureSupportCenterBlue**
+
+**diagrams.azure.other.AzureSustainability**
+
**diagrams.azure.other.AzureVideoIndexer**
@@ -2060,6 +2243,9 @@ Node classes list of azure provider.
**diagrams.azure.other.ConfidentialLedgers**
+
+**diagrams.azure.other.ConnectedVehiclePlatform**
+
**diagrams.azure.other.ContainerAppsEnvironments**
@@ -2162,6 +2348,9 @@ Node classes list of azure provider.
**diagrams.azure.other.ElasticSan**
+
+**diagrams.azure.other.EntraIdentityLicenses**
+
**diagrams.azure.other.ExchangeOnPremisesAccess**
@@ -2180,6 +2369,9 @@ Node classes list of azure provider.
**diagrams.azure.other.HdiAksCluster**
+
+**diagrams.azure.other.IcmTroubleshooting**
+
**diagrams.azure.other.InstancePools**
@@ -2213,6 +2405,9 @@ Node classes list of azure provider.
**diagrams.azure.other.ModularDataCenter**
+
+**diagrams.azure.other.MonitorHealthModels**
+
**diagrams.azure.other.NetworkManagers**
@@ -2222,6 +2417,9 @@ Node classes list of azure provider.
**diagrams.azure.other.OpenSupplyChainPlatform**
+
+**diagrams.azure.other.Osconfig**
+
**diagrams.azure.other.PeeringService**
@@ -2291,6 +2489,9 @@ Node classes list of azure provider.
**diagrams.azure.other.VMImageVersion**
+
+**diagrams.azure.other.WacInstaller**
+
**diagrams.azure.other.Wac**
@@ -2342,6 +2543,12 @@ Node classes list of azure provider.
**diagrams.azure.security.Detonation**
+
+**diagrams.azure.security.EntraIdentityRiskySignins**
+
+
+**diagrams.azure.security.EntraIdentityRiskyUsers**
+
**diagrams.azure.security.ExtendedSecurityUpdates**
@@ -2426,6 +2633,9 @@ Node classes list of azure provider.
**diagrams.azure.storage.ImportExportJobs**
+
+**diagrams.azure.storage.ManagedFileShares**
+
**diagrams.azure.storage.NetappFiles**
@@ -2441,6 +2651,9 @@ Node classes list of azure provider.
**diagrams.azure.storage.StorageAccounts**
+
+**diagrams.azure.storage.StorageActions**
+
**diagrams.azure.storage.StorageExplorer**
@@ -2483,6 +2696,9 @@ Node classes list of azure provider.
**diagrams.azure.web.AppServices**
+
+**diagrams.azure.web.AppSpaceComponent**
+
**diagrams.azure.web.AppSpace**
diff --git a/resources/azure/aimachinelearning/ai-studio.png b/resources/azure/aimachinelearning/ai-studio.png
index b854c852..1236aa8d 100644
Binary files a/resources/azure/aimachinelearning/ai-studio.png 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
index ddadfb28..b94046c2 100644
Binary files a/resources/azure/aimachinelearning/anomaly-detector.png 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
index e9815068..510b76eb 100644
Binary files a/resources/azure/aimachinelearning/azure-applied-ai-services.png 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
index 1667a855..0a7510eb 100644
Binary files a/resources/azure/aimachinelearning/azure-experimentation-studio.png 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
index d042378d..4ac9b5b6 100644
Binary files a/resources/azure/aimachinelearning/azure-object-understanding.png 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
index 87411cd8..e85aa899 100644
Binary files a/resources/azure/aimachinelearning/azure-openai.png 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
index d60fc78e..b412e3b5 100644
Binary files a/resources/azure/aimachinelearning/batch-ai.png and b/resources/azure/aimachinelearning/batch-ai.png differ
diff --git a/resources/azure/aimachinelearning/bonsai.png b/resources/azure/aimachinelearning/bonsai.png
index 1af3f84a..4fb67818 100644
Binary files a/resources/azure/aimachinelearning/bonsai.png and b/resources/azure/aimachinelearning/bonsai.png differ
diff --git a/resources/azure/aimachinelearning/bot-services.png b/resources/azure/aimachinelearning/bot-services.png
index ece47b5d..d0d2c41e 100644
Binary files a/resources/azure/aimachinelearning/bot-services.png 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
index e2615248..2c68c5ce 100644
Binary files a/resources/azure/aimachinelearning/cognitive-search.png 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
index a8fd165d..8393aaf4 100644
Binary files a/resources/azure/aimachinelearning/cognitive-services-decisions.png 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
index e8c3d8ed..66b67489 100644
Binary files a/resources/azure/aimachinelearning/cognitive-services.png 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
index f2bdc912..a1f2dfa1 100644
Binary files a/resources/azure/aimachinelearning/computer-vision.png 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
index 0e92fa4d..1d79549f 100644
Binary files a/resources/azure/aimachinelearning/content-moderators.png and b/resources/azure/aimachinelearning/content-moderators.png differ
diff --git a/resources/azure/aimachinelearning/content-safety.png b/resources/azure/aimachinelearning/content-safety.png
new file mode 100644
index 00000000..281d0e2a
Binary files /dev/null and b/resources/azure/aimachinelearning/content-safety.png differ
diff --git a/resources/azure/aimachinelearning/custom-vision.png b/resources/azure/aimachinelearning/custom-vision.png
index 44f1322c..5baf480b 100644
Binary files a/resources/azure/aimachinelearning/custom-vision.png 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
index 2c376177..4692d21c 100644
Binary files a/resources/azure/aimachinelearning/face-apis.png 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
index d6552042..85f1d6de 100644
Binary files a/resources/azure/aimachinelearning/form-recognizers.png 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
index e6b6aa70..b7d39d27 100644
Binary files a/resources/azure/aimachinelearning/genomics-accounts.png and b/resources/azure/aimachinelearning/genomics-accounts.png differ
diff --git a/resources/azure/aimachinelearning/genomics.png b/resources/azure/aimachinelearning/genomics.png
index e6b6aa70..b7d39d27 100644
Binary files a/resources/azure/aimachinelearning/genomics.png and b/resources/azure/aimachinelearning/genomics.png differ
diff --git a/resources/azure/aimachinelearning/immersive-readers.png b/resources/azure/aimachinelearning/immersive-readers.png
index 16382e1d..e6d8bb32 100644
Binary files a/resources/azure/aimachinelearning/immersive-readers.png 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
index 3fe0a34b..e24232a9 100644
Binary files a/resources/azure/aimachinelearning/language-understanding.png and b/resources/azure/aimachinelearning/language-understanding.png differ
diff --git a/resources/azure/aimachinelearning/language.png b/resources/azure/aimachinelearning/language.png
index 4fc7f138..b644c212 100644
Binary files a/resources/azure/aimachinelearning/language.png 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
index ee499a47..976adb54 100644
Binary files a/resources/azure/aimachinelearning/machine-learning-studio-classic-web-services.png 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
index d201b1b3..22224094 100644
Binary files a/resources/azure/aimachinelearning/machine-learning-studio-web-service-plans.png 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
index 1c5d3480..fe02ee51 100644
Binary files a/resources/azure/aimachinelearning/machine-learning-studio-workspaces.png 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
index a4efd201..2c5025c6 100644
Binary files a/resources/azure/aimachinelearning/machine-learning.png 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
index fcdc62e6..00aaed00 100644
Binary files a/resources/azure/aimachinelearning/metrics-advisor.png and b/resources/azure/aimachinelearning/metrics-advisor.png differ
diff --git a/resources/azure/aimachinelearning/personalizers.png b/resources/azure/aimachinelearning/personalizers.png
index 7fb97451..fdd32d41 100644
Binary files a/resources/azure/aimachinelearning/personalizers.png and b/resources/azure/aimachinelearning/personalizers.png differ
diff --git a/resources/azure/aimachinelearning/qna-makers.png b/resources/azure/aimachinelearning/qna-makers.png
index e5200552..5122815c 100644
Binary files a/resources/azure/aimachinelearning/qna-makers.png 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
index 74e0d959..4198a3a6 100644
Binary files a/resources/azure/aimachinelearning/serverless-search.png 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
index 3351bdd3..c7c29409 100644
Binary files a/resources/azure/aimachinelearning/speech-services.png 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
index 4801b973..7e6b7770 100644
Binary files a/resources/azure/aimachinelearning/translator-text.png 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 88a943fb..f0063903 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
index 0fa00484..3084b62b 100644
Binary files a/resources/azure/analytics/azure-data-explorer-clusters.png 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
index 95d94bc1..4a230a7e 100644
Binary files a/resources/azure/analytics/azure-databricks.png 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
index 05212ccd..3a128f5a 100644
Binary files a/resources/azure/analytics/azure-synapse-analytics.png 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
index e03f1449..84a897dc 100644
Binary files a/resources/azure/analytics/azure-workbooks.png 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 047151fa..f1970f97 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 a600c2bf..919e02fe 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 3475baa5..11d2a359 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
index 316b5aa6..3270baf6 100644
Binary files a/resources/azure/analytics/endpoint-analytics.png 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 b72504de..8a52c385 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 e9effd63..67dc95c3 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
index 2aa6bb4d..266c6707 100644
Binary files a/resources/azure/analytics/hd-insight-clusters.png and b/resources/azure/analytics/hd-insight-clusters.png differ
diff --git a/resources/azure/analytics/log-analytics-workspaces.png b/resources/azure/analytics/log-analytics-workspaces.png
index 7ec48ecb..e6d561ad 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
index 9e40f9da..ad314121 100644
Binary files a/resources/azure/analytics/power-bi-embedded.png 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
index d0f68d7d..2ada8b9b 100644
Binary files a/resources/azure/analytics/power-platform.png 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
index 43051c55..1fcdec19 100644
Binary files a/resources/azure/analytics/private-link-services.png 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 fd07ccbf..677c08cf 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
index b420af79..bf6a0f14 100644
Binary files a/resources/azure/appservices/app-service-certificates.png 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
index 514c6f51..d6f9da2f 100644
Binary files a/resources/azure/appservices/app-service-domains.png 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
index b367124d..858a2efb 100644
Binary files a/resources/azure/appservices/app-service-environments.png 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
index 9140fd8c..881e4d18 100644
Binary files a/resources/azure/appservices/app-service-plans.png 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
index 7b2599d9..a5066d74 100644
Binary files a/resources/azure/appservices/app-services.png 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
index e4053a15..8c7d0627 100644
Binary files a/resources/azure/appservices/cdn-profiles.png 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
index e2615248..2c68c5ce 100644
Binary files a/resources/azure/appservices/cognitive-search.png 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
index 2008e60c..3143ed45 100644
Binary files a/resources/azure/appservices/notification-hubs.png and b/resources/azure/appservices/notification-hubs.png differ
diff --git a/resources/azure/azureecosystem/applens.png b/resources/azure/azureecosystem/applens.png
index 2bf7256a..e16670d0 100644
Binary files a/resources/azure/azureecosystem/applens.png 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
index a85822d2..4f8e5673 100644
Binary files a/resources/azure/azureecosystem/azure-hybrid-center.png 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
index 2c09149f..95ea6aba 100644
Binary files a/resources/azure/azureecosystem/collaborative-service.png and b/resources/azure/azureecosystem/collaborative-service.png differ
diff --git a/resources/azure/azurestack/capacity.png b/resources/azure/azurestack/capacity.png
index c24c65d4..459c2a41 100644
Binary files a/resources/azure/azurestack/capacity.png and b/resources/azure/azurestack/capacity.png differ
diff --git a/resources/azure/azurestack/infrastructure-backup.png b/resources/azure/azurestack/infrastructure-backup.png
index f42e402b..5591f96a 100644
Binary files a/resources/azure/azurestack/infrastructure-backup.png 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
index ec864588..1b28738c 100644
Binary files a/resources/azure/azurestack/multi-tenancy.png and b/resources/azure/azurestack/multi-tenancy.png differ
diff --git a/resources/azure/azurestack/offers.png b/resources/azure/azurestack/offers.png
index aa3281de..4c6a9451 100644
Binary files a/resources/azure/azurestack/offers.png and b/resources/azure/azurestack/offers.png differ
diff --git a/resources/azure/azurestack/plans.png b/resources/azure/azurestack/plans.png
index d5d49ca3..05ece880 100644
Binary files a/resources/azure/azurestack/plans.png and b/resources/azure/azurestack/plans.png differ
diff --git a/resources/azure/azurestack/updates.png b/resources/azure/azurestack/updates.png
index cc25a883..86d226c5 100644
Binary files a/resources/azure/azurestack/updates.png and b/resources/azure/azurestack/updates.png differ
diff --git a/resources/azure/azurestack/user-subscriptions.png b/resources/azure/azurestack/user-subscriptions.png
index d652006e..c7b1d2ac 100644
Binary files a/resources/azure/azurestack/user-subscriptions.png 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
index e29dc898..98f34f2f 100644
Binary files a/resources/azure/blockchain/abs-member.png 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
index 7ec6ba1b..6a6c48f1 100644
Binary files a/resources/azure/blockchain/azure-blockchain-service.png 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
index e953bb41..1e947886 100644
Binary files a/resources/azure/blockchain/azure-token-service.png 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
index 5d28278c..0dfa367c 100644
Binary files a/resources/azure/blockchain/blockchain-applications.png and b/resources/azure/blockchain/blockchain-applications.png differ
diff --git a/resources/azure/blockchain/consortium.png b/resources/azure/blockchain/consortium.png
index bb53988f..9a40fee3 100644
Binary files a/resources/azure/blockchain/consortium.png and b/resources/azure/blockchain/consortium.png differ
diff --git a/resources/azure/blockchain/outbound-connection.png b/resources/azure/blockchain/outbound-connection.png
index 25c5293a..e8e95457 100644
Binary files a/resources/azure/blockchain/outbound-connection.png and b/resources/azure/blockchain/outbound-connection.png differ
diff --git a/resources/azure/compute/aks-automatic.png b/resources/azure/compute/aks-automatic.png
new file mode 100644
index 00000000..47308291
Binary files /dev/null and b/resources/azure/compute/aks-automatic.png differ
diff --git a/resources/azure/compute/app-services.png b/resources/azure/compute/app-services.png
index 7b2599d9..a5066d74 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
index e22e323a..76405605 100644
Binary files a/resources/azure/compute/application-group.png 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 ce4570eb..29bf4212 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 844c814f..c0d144a4 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
index 40628d6d..62846585 100644
Binary files a/resources/azure/compute/azure-compute-galleries.png 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
index 190d557d..eb41d77a 100644
Binary files a/resources/azure/compute/azure-spring-apps.png 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 eda40a2e..46c7d807 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 827b504e..3a866a91 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/compute-fleet.png b/resources/azure/compute/compute-fleet.png
new file mode 100644
index 00000000..f09db234
Binary files /dev/null and b/resources/azure/compute/compute-fleet.png differ
diff --git a/resources/azure/compute/container-instances.png b/resources/azure/compute/container-instances.png
index c48b7138..e15143f3 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
index c7e689e4..0ffcd7c4 100644
Binary files a/resources/azure/compute/container-services-deprecated.png 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 3a453a1d..f2634f8b 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
index 0c0e57bb..17ee8903 100644
Binary files a/resources/azure/compute/disks-classic.png 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
index adb8d253..9d7cc11b 100644
Binary files a/resources/azure/compute/disks-snapshots.png and b/resources/azure/compute/disks-snapshots.png differ
diff --git a/resources/azure/compute/disks.png b/resources/azure/compute/disks.png
index 0c0e57bb..17ee8903 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 6362efba..d25b5622 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
index b5fd5548..8d9624b8 100644
Binary files a/resources/azure/compute/host-groups.png 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
index 614182a2..ff1c0e7c 100644
Binary files a/resources/azure/compute/host-pools.png and b/resources/azure/compute/host-pools.png differ
diff --git a/resources/azure/compute/hosts.png b/resources/azure/compute/hosts.png
index 23c7fc80..ee5c6515 100644
Binary files a/resources/azure/compute/hosts.png 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 e8f1e3a7..f089e404 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
index a2165670..7da94dae 100644
Binary files a/resources/azure/compute/image-templates.png 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 7a7fa794..7fadfd42 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
index 61372359..b1dd7caf 100644
Binary files a/resources/azure/compute/images.png 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 c7e689e4..0ffcd7c4 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
index f16bcc21..0bbab012 100644
Binary files a/resources/azure/compute/maintenance-configuration.png 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
index e88bef15..9fe2f369 100644
Binary files a/resources/azure/compute/managed-service-fabric.png 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 408c89c8..f954aaa4 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
index fcdc62e6..00aaed00 100644
Binary files a/resources/azure/compute/metrics-advisor.png 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
index 07ed3dde..b3800586 100644
Binary files a/resources/azure/compute/os-images-classic.png 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
index dfe3363c..7a2d02c5 100644
Binary files a/resources/azure/compute/restore-points-collections.png 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
index a5e93525..e94d460f 100644
Binary files a/resources/azure/compute/restore-points.png 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 c8dd4770..fbe9da36 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 8537a9f6..408488c4 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
index 829bcccd..e94b6194 100644
Binary files a/resources/azure/compute/virtual-machine.png 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
index 0c922cd6..8c9c615a 100644
Binary files a/resources/azure/compute/virtual-machines-classic.png 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
index 07ed3dde..b3800586 100644
Binary files a/resources/azure/compute/vm-images-classic.png 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
index 34d43f8e..028619a0 100644
Binary files a/resources/azure/compute/vm-scale-sets.png and b/resources/azure/compute/vm-scale-sets.png differ
diff --git a/resources/azure/compute/workspaces.png b/resources/azure/compute/workspaces.png
index 80f239a5..bda556a8 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
index 7b2599d9..a5066d74 100644
Binary files a/resources/azure/containers/app-services.png 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
index 0dac89ef..c4479b76 100644
Binary files a/resources/azure/containers/azure-red-hat-openshift.png 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
index eda40a2e..46c7d807 100644
Binary files a/resources/azure/containers/batch-accounts.png 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
index c48b7138..e15143f3 100644
Binary files a/resources/azure/containers/container-instances.png 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
index 56d99e19..5d38d4fa 100644
Binary files a/resources/azure/containers/container-registries.png 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
index c7e689e4..0ffcd7c4 100644
Binary files a/resources/azure/containers/kubernetes-services.png 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
index c8dd4770..fbe9da36 100644
Binary files a/resources/azure/containers/service-fabric-clusters.png 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
index ad285053..e5b28a3f 100644
Binary files a/resources/azure/databases/azure-cosmos-db.png 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
index 0fa00484..3084b62b 100644
Binary files a/resources/azure/databases/azure-data-explorer-clusters.png 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
index e4f74f50..72373ac2 100644
Binary files a/resources/azure/databases/azure-database-mariadb-server.png 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
index 563a3c6a..38761bf2 100644
Binary files a/resources/azure/databases/azure-database-migration-services.png 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
index 15705aa0..c619c2ff 100644
Binary files a/resources/azure/databases/azure-database-mysql-server.png 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
index 214fe3e6..14c4d1be 100644
Binary files a/resources/azure/databases/azure-database-postgresql-server-group.png 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
index 9e9439c2..b30eaa55 100644
Binary files a/resources/azure/databases/azure-database-postgresql-server.png and b/resources/azure/databases/azure-database-postgresql-server.png differ
diff --git a/resources/azure/databases/azure-sql-edge.png b/resources/azure/databases/azure-sql-edge.png
index 8d9b6a92..1934e2bf 100644
Binary files a/resources/azure/databases/azure-sql-edge.png 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
index 0eef697b..e65547a2 100644
Binary files a/resources/azure/databases/azure-sql-server-stretch-databases.png 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
index f5da9e43..fa18e118 100644
Binary files a/resources/azure/databases/azure-sql-vm.png 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
index dc247222..5608fbd6 100644
Binary files a/resources/azure/databases/azure-sql.png 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
index 05212ccd..3a128f5a 100644
Binary files a/resources/azure/databases/azure-synapse-analytics.png 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
index a14b4317..2406d008 100644
Binary files a/resources/azure/databases/cache-redis.png 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
index 047151fa..f1970f97 100644
Binary files a/resources/azure/databases/data-factories.png 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
index a0a4a5cb..75c58f4b 100644
Binary files a/resources/azure/databases/elastic-job-agents.png 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
index 6f479be3..36c597f6 100644
Binary files a/resources/azure/databases/instance-pools.png 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
index 01fde82f..0d1e0ede 100644
Binary files a/resources/azure/databases/managed-database.png 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
index 468a39d3..eb350354 100644
Binary files a/resources/azure/databases/oracle-database.png 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
index 0eef697b..e65547a2 100644
Binary files a/resources/azure/databases/sql-data-warehouses.png 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
index 98666fae..e3e7e56a 100644
Binary files a/resources/azure/databases/sql-database.png 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
index bf5bdbd8..33cec90c 100644
Binary files a/resources/azure/databases/sql-elastic-pools.png 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
index 062270f8..b39cc827 100644
Binary files a/resources/azure/databases/sql-managed-instance.png 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
index 3b70cbff..6ca9488d 100644
Binary files a/resources/azure/databases/sql-server-registries.png 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
index 4038f2c8..cefa2774 100644
Binary files a/resources/azure/databases/sql-server.png 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
index 3492a179..094ba0a1 100644
Binary files a/resources/azure/databases/ssis-lift-and-shift-ir.png 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
index bf77ca24..67a84998 100644
Binary files a/resources/azure/databases/virtual-clusters.png 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
index c74cdb27..3b5dc813 100644
Binary files a/resources/azure/devops/api-connections.png 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
index 77c7b864..9d2fd61b 100644
Binary files a/resources/azure/devops/api-management-services.png 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 af1cc7fc..7ea7a6a8 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
index 03d575a7..d7eee95c 100644
Binary files a/resources/azure/devops/azure-devops.png 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
index 06450005..2a7b6022 100644
Binary files a/resources/azure/devops/change-analysis.png and b/resources/azure/devops/change-analysis.png differ
diff --git a/resources/azure/devops/cloudtest.png b/resources/azure/devops/cloudtest.png
index 7167182b..d1c57063 100644
Binary files a/resources/azure/devops/cloudtest.png and b/resources/azure/devops/cloudtest.png differ
diff --git a/resources/azure/devops/code-optimization.png b/resources/azure/devops/code-optimization.png
index 77b405e3..f9aa5ade 100644
Binary files a/resources/azure/devops/code-optimization.png 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
index bc939286..4ee11f6f 100644
Binary files a/resources/azure/devops/devops-starter.png 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 e8cf3368..4d7fef21 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
index 1b36a20f..42968061 100644
Binary files a/resources/azure/devops/lab-accounts.png 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 c138bd1d..60b070ba 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
index 8dd1125e..2fa456e3 100644
Binary files a/resources/azure/devops/load-testing.png and b/resources/azure/devops/load-testing.png differ
diff --git a/resources/azure/devops/managed-devops-pools.png b/resources/azure/devops/managed-devops-pools.png
new file mode 100644
index 00000000..052b444c
Binary files /dev/null and b/resources/azure/devops/managed-devops-pools.png differ
diff --git a/resources/azure/devops/workspace-gateway.png b/resources/azure/devops/workspace-gateway.png
new file mode 100644
index 00000000..3928c27e
Binary files /dev/null and b/resources/azure/devops/workspace-gateway.png differ
diff --git a/resources/azure/general/all-resources.png b/resources/azure/general/all-resources.png
index 5376dcf6..caca0002 100644
Binary files a/resources/azure/general/all-resources.png and b/resources/azure/general/all-resources.png differ
diff --git a/resources/azure/general/backlog.png b/resources/azure/general/backlog.png
index d1760393..1e4e2297 100644
Binary files a/resources/azure/general/backlog.png and b/resources/azure/general/backlog.png differ
diff --git a/resources/azure/general/biz-talk.png b/resources/azure/general/biz-talk.png
index 0159134c..30b75554 100644
Binary files a/resources/azure/general/biz-talk.png 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
index 1bf2b823..99094049 100644
Binary files a/resources/azure/general/blob-block.png 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
index dce1726d..67423ea4 100644
Binary files a/resources/azure/general/blob-page.png and b/resources/azure/general/blob-page.png differ
diff --git a/resources/azure/general/branch.png b/resources/azure/general/branch.png
index 8aeb4d7a..41bb3f72 100644
Binary files a/resources/azure/general/branch.png and b/resources/azure/general/branch.png differ
diff --git a/resources/azure/general/browser.png b/resources/azure/general/browser.png
index 2bc7f748..c83cd8f4 100644
Binary files a/resources/azure/general/browser.png and b/resources/azure/general/browser.png differ
diff --git a/resources/azure/general/bug.png b/resources/azure/general/bug.png
index 6a0dded8..99ae5e58 100644
Binary files a/resources/azure/general/bug.png and b/resources/azure/general/bug.png differ
diff --git a/resources/azure/general/builds.png b/resources/azure/general/builds.png
index a436311d..ecf4b943 100644
Binary files a/resources/azure/general/builds.png and b/resources/azure/general/builds.png differ
diff --git a/resources/azure/general/cache.png b/resources/azure/general/cache.png
index 84ce88a2..591319d0 100644
Binary files a/resources/azure/general/cache.png and b/resources/azure/general/cache.png differ
diff --git a/resources/azure/general/code.png b/resources/azure/general/code.png
index 0ef1d609..bf555cd0 100644
Binary files a/resources/azure/general/code.png and b/resources/azure/general/code.png differ
diff --git a/resources/azure/general/commit.png b/resources/azure/general/commit.png
index ee94643e..2ad4f6d9 100644
Binary files a/resources/azure/general/commit.png and b/resources/azure/general/commit.png differ
diff --git a/resources/azure/general/controls-horizontal.png b/resources/azure/general/controls-horizontal.png
index d2233133..b45b6580 100644
Binary files a/resources/azure/general/controls-horizontal.png and b/resources/azure/general/controls-horizontal.png differ
diff --git a/resources/azure/general/controls.png b/resources/azure/general/controls.png
index 4c8484d8..4d703f51 100644
Binary files a/resources/azure/general/controls.png and b/resources/azure/general/controls.png differ
diff --git a/resources/azure/general/cost-alerts.png b/resources/azure/general/cost-alerts.png
index 758d3be3..0581db90 100644
Binary files a/resources/azure/general/cost-alerts.png 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
index ea819236..32866300 100644
Binary files a/resources/azure/general/cost-analysis.png 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
index 240df680..61044876 100644
Binary files a/resources/azure/general/cost-budgets.png 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
index a55e7696..0fbc263c 100644
Binary files a/resources/azure/general/cost-management-and-billing.png 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
index d383d033..0e21051b 100644
Binary files a/resources/azure/general/cost-management.png and b/resources/azure/general/cost-management.png differ
diff --git a/resources/azure/general/counter.png b/resources/azure/general/counter.png
index 57d2f738..e6b95100 100644
Binary files a/resources/azure/general/counter.png and b/resources/azure/general/counter.png differ
diff --git a/resources/azure/general/cubes.png b/resources/azure/general/cubes.png
index f394c0b6..3c40f82c 100644
Binary files a/resources/azure/general/cubes.png and b/resources/azure/general/cubes.png differ
diff --git a/resources/azure/general/dashboard.png b/resources/azure/general/dashboard.png
index e4753778..1918d8a4 100644
Binary files a/resources/azure/general/dashboard.png and b/resources/azure/general/dashboard.png differ
diff --git a/resources/azure/general/dev-console.png b/resources/azure/general/dev-console.png
index 021c12e9..93a0fcb1 100644
Binary files a/resources/azure/general/dev-console.png and b/resources/azure/general/dev-console.png differ
diff --git a/resources/azure/general/download.png b/resources/azure/general/download.png
index 1c34bf3d..87a813ec 100644
Binary files a/resources/azure/general/download.png and b/resources/azure/general/download.png differ
diff --git a/resources/azure/general/error.png b/resources/azure/general/error.png
index bbb0c475..69489080 100644
Binary files a/resources/azure/general/error.png and b/resources/azure/general/error.png differ
diff --git a/resources/azure/general/extensions.png b/resources/azure/general/extensions.png
index 61c976ad..08d8c924 100644
Binary files a/resources/azure/general/extensions.png and b/resources/azure/general/extensions.png differ
diff --git a/resources/azure/general/feature-previews.png b/resources/azure/general/feature-previews.png
index cc1857bc..9b88ed17 100644
Binary files a/resources/azure/general/feature-previews.png and b/resources/azure/general/feature-previews.png differ
diff --git a/resources/azure/general/file.png b/resources/azure/general/file.png
index f5706cfe..7591990d 100644
Binary files a/resources/azure/general/file.png and b/resources/azure/general/file.png differ
diff --git a/resources/azure/general/files.png b/resources/azure/general/files.png
index ca00d675..2d5f3caa 100644
Binary files a/resources/azure/general/files.png and b/resources/azure/general/files.png differ
diff --git a/resources/azure/general/folder-blank.png b/resources/azure/general/folder-blank.png
index 18a4f44f..e8f5e569 100644
Binary files a/resources/azure/general/folder-blank.png 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
index 51391d78..01f4560c 100644
Binary files a/resources/azure/general/folder-website.png 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
index 3c961d54..05bbff28 100644
Binary files a/resources/azure/general/free-services.png and b/resources/azure/general/free-services.png differ
diff --git a/resources/azure/general/ftp.png b/resources/azure/general/ftp.png
index b316ed82..e685f80f 100644
Binary files a/resources/azure/general/ftp.png and b/resources/azure/general/ftp.png differ
diff --git a/resources/azure/general/gear.png b/resources/azure/general/gear.png
index 2d348cd2..3356aeb1 100644
Binary files a/resources/azure/general/gear.png and b/resources/azure/general/gear.png differ
diff --git a/resources/azure/general/globe-error.png b/resources/azure/general/globe-error.png
index 95473b08..afc42e2f 100644
Binary files a/resources/azure/general/globe-error.png 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
index 97bbfc70..308ea9f3 100644
Binary files a/resources/azure/general/globe-success.png 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
index d99c7e8a..f83fda93 100644
Binary files a/resources/azure/general/globe-warning.png and b/resources/azure/general/globe-warning.png differ
diff --git a/resources/azure/general/guide.png b/resources/azure/general/guide.png
index 61be76fc..ef768642 100644
Binary files a/resources/azure/general/guide.png and b/resources/azure/general/guide.png differ
diff --git a/resources/azure/general/heart.png b/resources/azure/general/heart.png
index cbada8a2..528825f7 100644
Binary files a/resources/azure/general/heart.png 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
index 7a9b6382..f09c45f4 100644
Binary files a/resources/azure/general/help-and-support.png and b/resources/azure/general/help-and-support.png differ
diff --git a/resources/azure/general/image.png b/resources/azure/general/image.png
index 49b16732..8e0754a3 100644
Binary files a/resources/azure/general/image.png and b/resources/azure/general/image.png differ
diff --git a/resources/azure/general/information.png b/resources/azure/general/information.png
index c408311a..de12d7a0 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
index a1484cf2..9e39fc22 100644
Binary files a/resources/azure/general/input-output.png 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
index f9ddaf4b..ea82841e 100644
Binary files a/resources/azure/general/journey-hub.png 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
index fee4b693..071feaf7 100644
Binary files a/resources/azure/general/launch-portal.png and b/resources/azure/general/launch-portal.png differ
diff --git a/resources/azure/general/learn.png b/resources/azure/general/learn.png
index 03d23195..3145d5a3 100644
Binary files a/resources/azure/general/learn.png and b/resources/azure/general/learn.png differ
diff --git a/resources/azure/general/load-test.png b/resources/azure/general/load-test.png
index 8a4288ba..a491cf23 100644
Binary files a/resources/azure/general/load-test.png and b/resources/azure/general/load-test.png differ
diff --git a/resources/azure/general/location.png b/resources/azure/general/location.png
index 1955b2d3..fa789c0d 100644
Binary files a/resources/azure/general/location.png and b/resources/azure/general/location.png differ
diff --git a/resources/azure/general/log-streaming.png b/resources/azure/general/log-streaming.png
index 813ba1be..5da4e930 100644
Binary files a/resources/azure/general/log-streaming.png 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
index 05b0b2e2..3f51c816 100644
Binary files a/resources/azure/general/management-groups.png 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
index 58881876..c00abb48 100644
Binary files a/resources/azure/general/management-portal.png 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
index ebb24abe..1d293410 100644
Binary files a/resources/azure/general/marketplace-management.png and b/resources/azure/general/marketplace-management.png differ
diff --git a/resources/azure/general/marketplace.png b/resources/azure/general/marketplace.png
index b457acd8..ab982a02 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
index 6e66a8c8..2714326d 100644
Binary files a/resources/azure/general/media-file.png and b/resources/azure/general/media-file.png differ
diff --git a/resources/azure/general/media.png b/resources/azure/general/media.png
index 2e82cb35..143a8a4f 100644
Binary files a/resources/azure/general/media.png and b/resources/azure/general/media.png differ
diff --git a/resources/azure/general/mobile-engagement.png b/resources/azure/general/mobile-engagement.png
index b8e6d408..cd7eb255 100644
Binary files a/resources/azure/general/mobile-engagement.png and b/resources/azure/general/mobile-engagement.png differ
diff --git a/resources/azure/general/mobile.png b/resources/azure/general/mobile.png
index 5aaea2f6..e80bf088 100644
Binary files a/resources/azure/general/mobile.png and b/resources/azure/general/mobile.png differ
diff --git a/resources/azure/general/module.png b/resources/azure/general/module.png
index f4eb6337..ca7052c1 100644
Binary files a/resources/azure/general/module.png and b/resources/azure/general/module.png differ
diff --git a/resources/azure/general/power-up.png b/resources/azure/general/power-up.png
index 175af0d2..5b4ef4ec 100644
Binary files a/resources/azure/general/power-up.png and b/resources/azure/general/power-up.png differ
diff --git a/resources/azure/general/power.png b/resources/azure/general/power.png
index 7b3aee60..cdbcc972 100644
Binary files a/resources/azure/general/power.png and b/resources/azure/general/power.png differ
diff --git a/resources/azure/general/powershell.png b/resources/azure/general/powershell.png
index e5c972e1..90974e33 100644
Binary files a/resources/azure/general/powershell.png and b/resources/azure/general/powershell.png differ
diff --git a/resources/azure/general/preview-features.png b/resources/azure/general/preview-features.png
index 03a8b98a..fc1a1568 100644
Binary files a/resources/azure/general/preview-features.png 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
index 688837d8..25a15ae8 100644
Binary files a/resources/azure/general/process-explorer.png 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
index 7de8a2b7..02df0981 100644
Binary files a/resources/azure/general/production-ready-database.png 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
index 394bfb63..1c6e65d9 100644
Binary files a/resources/azure/general/quickstart-center.png and b/resources/azure/general/quickstart-center.png differ
diff --git a/resources/azure/general/recent.png b/resources/azure/general/recent.png
index 36de5961..2ea40c87 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
index 5e34b856..6b7fe372 100644
Binary files a/resources/azure/general/region-management.png and b/resources/azure/general/region-management.png differ
diff --git a/resources/azure/general/reservations.png b/resources/azure/general/reservations.png
index e9d06bd0..4420d125 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
index 8d7ca00e..46d4b7fa 100644
Binary files a/resources/azure/general/resource-explorer.png 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
index 26db3d5a..1ad89b1b 100644
Binary files a/resources/azure/general/resource-group-list.png 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
index 966098f0..91c72862 100644
Binary files a/resources/azure/general/resource-groups.png 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
index d26681dd..d5bb9f47 100644
Binary files a/resources/azure/general/resource-linked.png and b/resources/azure/general/resource-linked.png differ
diff --git a/resources/azure/general/scheduler.png b/resources/azure/general/scheduler.png
index ed7b6aea..5d836600 100644
Binary files a/resources/azure/general/scheduler.png and b/resources/azure/general/scheduler.png differ
diff --git a/resources/azure/general/search-grid.png b/resources/azure/general/search-grid.png
index 26db3d5a..1ad89b1b 100644
Binary files a/resources/azure/general/search-grid.png and b/resources/azure/general/search-grid.png differ
diff --git a/resources/azure/general/search.png b/resources/azure/general/search.png
index 68f978b4..579473a6 100644
Binary files a/resources/azure/general/search.png and b/resources/azure/general/search.png differ
diff --git a/resources/azure/general/server-farm.png b/resources/azure/general/server-farm.png
index 71cc77fe..0124aa47 100644
Binary files a/resources/azure/general/server-farm.png 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
index aedb4c52..282864f8 100644
Binary files a/resources/azure/general/service-health.png and b/resources/azure/general/service-health.png differ
diff --git a/resources/azure/general/ssd.png b/resources/azure/general/ssd.png
index 37ca4536..d2b3368c 100644
Binary files a/resources/azure/general/ssd.png 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
index 143ed5fb..0e3288b7 100644
Binary files a/resources/azure/general/storage-azure-files.png 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
index 938d905f..4a01bdd0 100644
Binary files a/resources/azure/general/storage-container.png 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
index c9fcbb9e..b538e988 100644
Binary files a/resources/azure/general/storage-queue.png and b/resources/azure/general/storage-queue.png differ
diff --git a/resources/azure/general/subscriptions.png b/resources/azure/general/subscriptions.png
index 699ad3b2..976589d7 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
index 6998bf8b..56cf6109 100644
Binary files a/resources/azure/general/table.png and b/resources/azure/general/table.png differ
diff --git a/resources/azure/general/tag.png b/resources/azure/general/tag.png
index d65079bf..23aeef63 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 1342b238..32ecd0fe 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 8cd6785d..bd1dbd3b 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
index 972086ab..e1497242 100644
Binary files a/resources/azure/general/tfs-vc-repository.png and b/resources/azure/general/tfs-vc-repository.png differ
diff --git a/resources/azure/general/toolbox.png b/resources/azure/general/toolbox.png
index 05532916..675cdba0 100644
Binary files a/resources/azure/general/toolbox.png and b/resources/azure/general/toolbox.png differ
diff --git a/resources/azure/general/troubleshoot.png b/resources/azure/general/troubleshoot.png
index 2257b59b..fcc7505d 100644
Binary files a/resources/azure/general/troubleshoot.png and b/resources/azure/general/troubleshoot.png differ
diff --git a/resources/azure/general/versions.png b/resources/azure/general/versions.png
index 97004b2e..3bf8fead 100644
Binary files a/resources/azure/general/versions.png and b/resources/azure/general/versions.png differ
diff --git a/resources/azure/general/web-slots.png b/resources/azure/general/web-slots.png
index d777be03..d08c14c8 100644
Binary files a/resources/azure/general/web-slots.png 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
index 0e2bb250..4f20b009 100644
Binary files a/resources/azure/general/web-test.png 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
index 92b437e5..5f3a5072 100644
Binary files a/resources/azure/general/website-power.png 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
index 40593b1d..d51258c6 100644
Binary files a/resources/azure/general/website-staging.png and b/resources/azure/general/website-staging.png differ
diff --git a/resources/azure/general/workbooks.png b/resources/azure/general/workbooks.png
index 1043b119..63075287 100644
Binary files a/resources/azure/general/workbooks.png and b/resources/azure/general/workbooks.png differ
diff --git a/resources/azure/general/workflow.png b/resources/azure/general/workflow.png
index 665cfe6a..d8e03a9a 100644
Binary files a/resources/azure/general/workflow.png and b/resources/azure/general/workflow.png differ
diff --git a/resources/azure/hybridmulticloud/azure-monitor-pipeline.png b/resources/azure/hybridmulticloud/azure-monitor-pipeline.png
new file mode 100644
index 00000000..7bceef4b
Binary files /dev/null and b/resources/azure/hybridmulticloud/azure-monitor-pipeline.png differ
diff --git a/resources/azure/hybridmulticloud/azure-operator-5g-core.png b/resources/azure/hybridmulticloud/azure-operator-5g-core.png
index 5cb35971..6dd1479e 100644
Binary files a/resources/azure/hybridmulticloud/azure-operator-5g-core.png 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
index d3f1fd55..cd980969 100644
Binary files a/resources/azure/hybridmulticloud/azure-operator-insights.png 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
index 6fc9e12d..90a0f23a 100644
Binary files a/resources/azure/hybridmulticloud/azure-operator-nexus.png 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
index 4731bbc7..433445c0 100644
Binary files a/resources/azure/hybridmulticloud/azure-operator-service-manager.png 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
index 01ed01b2..8a32de1d 100644
Binary files a/resources/azure/hybridmulticloud/azure-programmable-connectivity.png and b/resources/azure/hybridmulticloud/azure-programmable-connectivity.png differ
diff --git a/resources/azure/identity/active-directory-connect-health.png b/resources/azure/identity/active-directory-connect-health.png
index 23218195..c754222d 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
index 498480fe..c6c8d32b 100644
Binary files a/resources/azure/identity/administrative-units.png 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
index f5b504f1..3d2057b2 100644
Binary files a/resources/azure/identity/api-proxy.png 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 8e1e9a07..2bae4108 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-ad-b2c.png b/resources/azure/identity/azure-ad-b2c.png
index 909f69e9..b261337d 100644
Binary files a/resources/azure/identity/azure-ad-b2c.png and b/resources/azure/identity/azure-ad-b2c.png differ
diff --git a/resources/azure/identity/azure-information-protection.png b/resources/azure/identity/azure-information-protection.png
index 0a96861b..823ef4f8 100644
Binary files a/resources/azure/identity/azure-information-protection.png and b/resources/azure/identity/azure-information-protection.png differ
diff --git a/resources/azure/identity/enterprise-applications.png b/resources/azure/identity/enterprise-applications.png
index eb8a98ee..aace5c4b 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-health.png b/resources/azure/identity/entra-connect-health.png
new file mode 100644
index 00000000..c754222d
Binary files /dev/null and b/resources/azure/identity/entra-connect-health.png differ
diff --git a/resources/azure/identity/entra-connect-sync.png b/resources/azure/identity/entra-connect-sync.png
new file mode 100644
index 00000000..37af441e
Binary files /dev/null and b/resources/azure/identity/entra-connect-sync.png differ
diff --git a/resources/azure/identity/entra-connect.png b/resources/azure/identity/entra-connect.png
index ebc7808c..1832d1e8 100644
Binary files a/resources/azure/identity/entra-connect.png 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
index 6406c1fd..76917360 100644
Binary files a/resources/azure/identity/entra-domain-services.png and b/resources/azure/identity/entra-domain-services.png differ
diff --git a/resources/azure/identity/entra-global-secure-access.png b/resources/azure/identity/entra-global-secure-access.png
new file mode 100644
index 00000000..ccb8fcca
Binary files /dev/null and b/resources/azure/identity/entra-global-secure-access.png differ
diff --git a/resources/azure/identity/entra-id-protection.png b/resources/azure/identity/entra-id-protection.png
index a6393d18..5560e75a 100644
Binary files a/resources/azure/identity/entra-id-protection.png and b/resources/azure/identity/entra-id-protection.png differ
diff --git a/resources/azure/identity/entra-identity-custom-roles.png b/resources/azure/identity/entra-identity-custom-roles.png
new file mode 100644
index 00000000..f446d6a8
Binary files /dev/null and b/resources/azure/identity/entra-identity-custom-roles.png differ
diff --git a/resources/azure/identity/entra-identity-licenses.png b/resources/azure/identity/entra-identity-licenses.png
new file mode 100644
index 00000000..8ae490aa
Binary files /dev/null and b/resources/azure/identity/entra-identity-licenses.png differ
diff --git a/resources/azure/identity/entra-identity-roles-and-administrators.png b/resources/azure/identity/entra-identity-roles-and-administrators.png
new file mode 100644
index 00000000..8a7f169d
Binary files /dev/null and b/resources/azure/identity/entra-identity-roles-and-administrators.png differ
diff --git a/resources/azure/identity/entra-internet-access.png b/resources/azure/identity/entra-internet-access.png
new file mode 100644
index 00000000..cf31523b
Binary files /dev/null and b/resources/azure/identity/entra-internet-access.png differ
diff --git a/resources/azure/identity/entra-managed-identities.png b/resources/azure/identity/entra-managed-identities.png
index 48432296..ed34f2cd 100644
Binary files a/resources/azure/identity/entra-managed-identities.png and b/resources/azure/identity/entra-managed-identities.png differ
diff --git a/resources/azure/identity/entra-private-access.png b/resources/azure/identity/entra-private-access.png
new file mode 100644
index 00000000..ed32b5ce
Binary files /dev/null and b/resources/azure/identity/entra-private-access.png differ
diff --git a/resources/azure/identity/entra-privleged-identity-management.png b/resources/azure/identity/entra-privleged-identity-management.png
index 5213dea8..4d232b32 100644
Binary files a/resources/azure/identity/entra-privleged-identity-management.png 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
index 5601ffd1..fe67e690 100644
Binary files a/resources/azure/identity/entra-verified-id.png 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
index d2cf75a4..85f9d11a 100644
Binary files a/resources/azure/identity/external-identities.png and b/resources/azure/identity/external-identities.png differ
diff --git a/resources/azure/identity/groups.png b/resources/azure/identity/groups.png
index 5a6c80fb..248d2151 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 f424f46e..c32dbb0e 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/managed-identities.png b/resources/azure/identity/managed-identities.png
index e7a1bd9d..722705c9 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/multi-factor-authentication.png b/resources/azure/identity/multi-factor-authentication.png
new file mode 100644
index 00000000..14bd2506
Binary files /dev/null and b/resources/azure/identity/multi-factor-authentication.png differ
diff --git a/resources/azure/identity/security.png b/resources/azure/identity/security.png
index 3985d881..e1ea02a8 100644
Binary files a/resources/azure/identity/security.png and b/resources/azure/identity/security.png differ
diff --git a/resources/azure/identity/tenant-properties.png b/resources/azure/identity/tenant-properties.png
index 1e4e8616..2ffbf375 100644
Binary files a/resources/azure/identity/tenant-properties.png 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
index b21a4c95..80b209b6 100644
Binary files a/resources/azure/identity/user-settings.png and b/resources/azure/identity/user-settings.png differ
diff --git a/resources/azure/identity/users.png b/resources/azure/identity/users.png
index 4f6785b5..54a9bcdd 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
index 95cb2708..d3755633 100644
Binary files a/resources/azure/identity/verifiable-credentials.png and b/resources/azure/identity/verifiable-credentials.png differ
diff --git a/resources/azure/identity/verification-as-a-service.png b/resources/azure/identity/verification-as-a-service.png
new file mode 100644
index 00000000..1d58d6fd
Binary files /dev/null and b/resources/azure/identity/verification-as-a-service.png differ
diff --git a/resources/azure/integration/api-connections.png b/resources/azure/integration/api-connections.png
index c74cdb27..3b5dc813 100644
Binary files a/resources/azure/integration/api-connections.png 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
index 77c7b864..9d2fd61b 100644
Binary files a/resources/azure/integration/api-management-services.png 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 9ce76ad6..8aead9de 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
index 8b650f9d..89c93407 100644
Binary files a/resources/azure/integration/azure-api-for-fhir.png 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
index eb232bb5..1e60bddb 100644
Binary files a/resources/azure/integration/azure-data-catalog.png 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
index 54d53526..5c8c1a88 100644
Binary files a/resources/azure/integration/azure-databox-gateway.png 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
index 9b74ddd6..4ffb1fd5 100644
Binary files a/resources/azure/integration/azure-service-bus.png 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
index 0eef697b..e65547a2 100644
Binary files a/resources/azure/integration/azure-sql-server-stretch-databases.png 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
index 0db6b942..db2ecc02 100644
Binary files a/resources/azure/integration/azure-stack-edge.png and b/resources/azure/integration/azure-stack-edge.png differ
diff --git a/resources/azure/integration/business-process-tracking.png b/resources/azure/integration/business-process-tracking.png
new file mode 100644
index 00000000..3375719f
Binary files /dev/null and b/resources/azure/integration/business-process-tracking.png differ
diff --git a/resources/azure/integration/data-factories.png b/resources/azure/integration/data-factories.png
index 047151fa..f1970f97 100644
Binary files a/resources/azure/integration/data-factories.png 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 ca036c83..f513c323 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 ca036c83..f513c323 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 35cdeab7..c343f27c 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 c4593bc1..9cc027c6 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
index 0945bdbe..bcf6ed43 100644
Binary files a/resources/azure/integration/integration-environments.png 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 97a934ae..e800545a 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 28fd9559..696fdc5f 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 ff951023..8e2591fb 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
index a9836d56..fc5da426 100644
Binary files a/resources/azure/integration/partner-namespace.png 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
index 368e8778..38fdd72b 100644
Binary files a/resources/azure/integration/partner-registration.png 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 94e38fd3..35564473 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
index d0f68d7d..2ada8b9b 100644
Binary files a/resources/azure/integration/power-platform.png and b/resources/azure/integration/power-platform.png differ
diff --git a/resources/azure/integration/relays.png b/resources/azure/integration/relays.png
index 31edaf97..5427b8f7 100644
Binary files a/resources/azure/integration/relays.png 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 a8623f09..a9910061 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 068cb474..62cbd00e 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
index 0eef697b..e65547a2 100644
Binary files a/resources/azure/integration/sql-data-warehouses.png 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 0a3ded72..c91e1d4a 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 e0d10836..254c1691 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/client-apps.png b/resources/azure/intune/client-apps.png
index a6d3a1d3..41434461 100644
Binary files a/resources/azure/intune/client-apps.png 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
index 88069f37..a084c4f0 100644
Binary files a/resources/azure/intune/device-compliance.png 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
index 75e84971..8d37caf3 100644
Binary files a/resources/azure/intune/device-configuration.png 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
index 35e069b2..b425bbb3 100644
Binary files a/resources/azure/intune/device-enrollment.png 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
index 810937ef..577cb387 100644
Binary files a/resources/azure/intune/device-security-apple.png 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
index 4b9e584d..a9bcf844 100644
Binary files a/resources/azure/intune/device-security-google.png 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
index 9d8775a9..195f3344 100644
Binary files a/resources/azure/intune/device-security-windows.png and b/resources/azure/intune/device-security-windows.png differ
diff --git a/resources/azure/intune/devices.png b/resources/azure/intune/devices.png
index a5970e53..7a5cfecb 100644
Binary files a/resources/azure/intune/devices.png and b/resources/azure/intune/devices.png differ
diff --git a/resources/azure/intune/ebooks.png b/resources/azure/intune/ebooks.png
index c6ff818d..7d80b0d8 100644
Binary files a/resources/azure/intune/ebooks.png and b/resources/azure/intune/ebooks.png differ
diff --git a/resources/azure/intune/entra-identity-roles-and-administrators.png b/resources/azure/intune/entra-identity-roles-and-administrators.png
new file mode 100644
index 00000000..8a7f169d
Binary files /dev/null and b/resources/azure/intune/entra-identity-roles-and-administrators.png differ
diff --git a/resources/azure/intune/exchange-access.png b/resources/azure/intune/exchange-access.png
index 280d1e1a..a8a17198 100644
Binary files a/resources/azure/intune/exchange-access.png 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
index 9d2ef046..a7a79bb1 100644
Binary files a/resources/azure/intune/intune-app-protection.png 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
index 9d2ef046..a7a79bb1 100644
Binary files a/resources/azure/intune/intune-for-education.png and b/resources/azure/intune/intune-for-education.png differ
diff --git a/resources/azure/intune/intune.png b/resources/azure/intune/intune.png
index 9d2ef046..a7a79bb1 100644
Binary files a/resources/azure/intune/intune.png and b/resources/azure/intune/intune.png differ
diff --git a/resources/azure/intune/mindaro.png b/resources/azure/intune/mindaro.png
index d4a61d9f..7a3c5564 100644
Binary files a/resources/azure/intune/mindaro.png and b/resources/azure/intune/mindaro.png differ
diff --git a/resources/azure/intune/security-baselines.png b/resources/azure/intune/security-baselines.png
index f3377115..5d62c4ef 100644
Binary files a/resources/azure/intune/security-baselines.png 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
index 2c76eaaa..2efad25f 100644
Binary files a/resources/azure/intune/software-updates.png 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
index 22889416..45a0c749 100644
Binary files a/resources/azure/intune/tenant-status.png 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
index ad285053..e5b28a3f 100644
Binary files a/resources/azure/iot/azure-cosmos-db.png 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
index 54d53526..5c8c1a88 100644
Binary files a/resources/azure/iot/azure-databox-gateway.png 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
index 7d37fa78..5c0595a8 100644
Binary files a/resources/azure/iot/azure-iot-operations.png 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
index 575da13b..669577db 100644
Binary files a/resources/azure/iot/azure-maps-accounts.png and b/resources/azure/iot/azure-maps-accounts.png differ
diff --git a/resources/azure/iot/azure-stack-hci-sizer.png b/resources/azure/iot/azure-stack-hci-sizer.png
new file mode 100644
index 00000000..c50e840a
Binary files /dev/null and b/resources/azure/iot/azure-stack-hci-sizer.png differ
diff --git a/resources/azure/iot/azure-stack.png b/resources/azure/iot/azure-stack.png
index bdc9f54f..0250883e 100644
Binary files a/resources/azure/iot/azure-stack.png 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 7035b73b..f0b5eb13 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 d1f36372..c06575b3 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
index ca036c83..f513c323 100644
Binary files a/resources/azure/iot/event-grid-subscriptions.png 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
index b72504de..8a52c385 100644
Binary files a/resources/azure/iot/event-hub-clusters.png 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
index e9effd63..67dc95c3 100644
Binary files a/resources/azure/iot/event-hubs.png 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
index 6362efba..d25b5622 100644
Binary files a/resources/azure/iot/function-apps.png 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
index fcc9a11f..445a8fe4 100644
Binary files a/resources/azure/iot/industrial-iot.png 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 1769ee4e..6ec27037 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
index e181e655..ea4df970 100644
Binary files a/resources/azure/iot/iot-edge.png 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 477ad86e..8b105446 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
index ff951023..8e2591fb 100644
Binary files a/resources/azure/iot/logic-apps.png 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
index ee499a47..976adb54 100644
Binary files a/resources/azure/iot/machine-learning-studio-classic-web-services.png 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
index d201b1b3..22224094 100644
Binary files a/resources/azure/iot/machine-learning-studio-web-service-plans.png 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
index 1c5d3480..fe02ee51 100644
Binary files a/resources/azure/iot/machine-learning-studio-workspaces.png 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
index 2008e60c..3143ed45 100644
Binary files a/resources/azure/iot/notification-hub-namespaces.png 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
index 2008e60c..3143ed45 100644
Binary files a/resources/azure/iot/notification-hubs.png 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
index 0970c486..e876fdbb 100644
Binary files a/resources/azure/iot/stack-hci-premium.png 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
index fd07ccbf..677c08cf 100644
Binary files a/resources/azure/iot/stream-analytics-jobs.png 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
index 40c43bb5..96dcf8a9 100644
Binary files a/resources/azure/iot/time-series-data-sets.png 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
index b1d2c4d0..3edeb969 100644
Binary files a/resources/azure/iot/time-series-insights-access-policies.png 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 bbf13cbc..75438088 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
index b9569b5c..55bf5909 100644
Binary files a/resources/azure/iot/time-series-insights-event-sources.png 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
index 6b9dc2ab..9e5e6085 100644
Binary files a/resources/azure/iot/windows10-core-services.png 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
index 82acd8ac..04322de6 100644
Binary files a/resources/azure/managementgovernance/activity-log.png and b/resources/azure/managementgovernance/activity-log.png differ
diff --git a/resources/azure/managementgovernance/advisor.png b/resources/azure/managementgovernance/advisor.png
index 26282d07..b2a1e84f 100644
Binary files a/resources/azure/managementgovernance/advisor.png and b/resources/azure/managementgovernance/advisor.png differ
diff --git a/resources/azure/managementgovernance/alerts.png b/resources/azure/managementgovernance/alerts.png
index 94781ac6..ed0fd292 100644
Binary files a/resources/azure/managementgovernance/alerts.png and b/resources/azure/managementgovernance/alerts.png differ
diff --git a/resources/azure/managementgovernance/application-insights.png b/resources/azure/managementgovernance/application-insights.png
index af1cc7fc..7ea7a6a8 100644
Binary files a/resources/azure/managementgovernance/application-insights.png 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
index e97e8873..0f4530f2 100644
Binary files a/resources/azure/managementgovernance/arc-machines.png 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
index 34f8f219..96fdef00 100644
Binary files a/resources/azure/managementgovernance/automation-accounts.png 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
index be61c9e1..fb2071e3 100644
Binary files a/resources/azure/managementgovernance/azure-arc.png 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
index c3b82686..46a75106 100644
Binary files a/resources/azure/managementgovernance/azure-lighthouse.png and b/resources/azure/managementgovernance/azure-lighthouse.png differ
diff --git a/resources/azure/managementgovernance/blueprints.png b/resources/azure/managementgovernance/blueprints.png
index 87eb6b0c..15b1a18e 100644
Binary files a/resources/azure/managementgovernance/blueprints.png and b/resources/azure/managementgovernance/blueprints.png differ
diff --git a/resources/azure/managementgovernance/compliance.png b/resources/azure/managementgovernance/compliance.png
index cae09df1..6ed4eec0 100644
Binary files a/resources/azure/managementgovernance/compliance.png 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
index a55e7696..0fbc263c 100644
Binary files a/resources/azure/managementgovernance/cost-management-and-billing.png 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
index f8cafd06..4390811f 100644
Binary files a/resources/azure/managementgovernance/customer-lockbox-for-microsoft-azure.png 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
index 2ebd99a6..c3ec386a 100644
Binary files a/resources/azure/managementgovernance/diagnostics-settings.png and b/resources/azure/managementgovernance/diagnostics-settings.png differ
diff --git a/resources/azure/managementgovernance/education.png b/resources/azure/managementgovernance/education.png
index 6b486898..98091fe9 100644
Binary files a/resources/azure/managementgovernance/education.png and b/resources/azure/managementgovernance/education.png differ
diff --git a/resources/azure/managementgovernance/intune-trends.png b/resources/azure/managementgovernance/intune-trends.png
index 6739c2ab..d08d77f3 100644
Binary files a/resources/azure/managementgovernance/intune-trends.png 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
index 7ec48ecb..e6d561ad 100644
Binary files a/resources/azure/managementgovernance/log-analytics-workspaces.png and b/resources/azure/managementgovernance/log-analytics-workspaces.png differ
diff --git a/resources/azure/managementgovernance/machinesazurearc.png b/resources/azure/managementgovernance/machinesazurearc.png
index 3b37ea56..e97f3e68 100644
Binary files a/resources/azure/managementgovernance/machinesazurearc.png 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
index 92db7be2..0ae44857 100644
Binary files a/resources/azure/managementgovernance/managed-applications-center.png 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
index 69905161..fc7b4e79 100644
Binary files a/resources/azure/managementgovernance/managed-desktop.png and b/resources/azure/managementgovernance/managed-desktop.png differ
diff --git a/resources/azure/managementgovernance/metrics.png b/resources/azure/managementgovernance/metrics.png
index 95df4d2a..e9822e59 100644
Binary files a/resources/azure/managementgovernance/metrics.png and b/resources/azure/managementgovernance/metrics.png differ
diff --git a/resources/azure/managementgovernance/monitor.png b/resources/azure/managementgovernance/monitor.png
index 5c5a091e..9a057a10 100644
Binary files a/resources/azure/managementgovernance/monitor.png and b/resources/azure/managementgovernance/monitor.png differ
diff --git a/resources/azure/managementgovernance/my-customers.png b/resources/azure/managementgovernance/my-customers.png
index 5a6c80fb..248d2151 100644
Binary files a/resources/azure/managementgovernance/my-customers.png 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
index 82acd8ac..04322de6 100644
Binary files a/resources/azure/managementgovernance/operation-log-classic.png and b/resources/azure/managementgovernance/operation-log-classic.png differ
diff --git a/resources/azure/managementgovernance/policy.png b/resources/azure/managementgovernance/policy.png
index 0395bdea..7eaabe73 100644
Binary files a/resources/azure/managementgovernance/policy.png 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
index d5e46722..798e0e24 100644
Binary files a/resources/azure/managementgovernance/recovery-services-vaults.png 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
index 1aefe747..750c2acf 100644
Binary files a/resources/azure/managementgovernance/resource-graph-explorer.png 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
index ac51bec2..6fe819fe 100644
Binary files a/resources/azure/managementgovernance/resources-provider.png 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
index 343b5fc1..62c9f158 100644
Binary files a/resources/azure/managementgovernance/scheduler-job-collections.png 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
index 34cd732f..b617815f 100644
Binary files a/resources/azure/managementgovernance/service-catalog-mad.png 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
index f0bf7b4f..3c0b6a3d 100644
Binary files a/resources/azure/managementgovernance/service-providers.png and b/resources/azure/managementgovernance/service-providers.png differ
diff --git a/resources/azure/managementgovernance/solutions.png b/resources/azure/managementgovernance/solutions.png
index f7444dec..05c08ad1 100644
Binary files a/resources/azure/managementgovernance/solutions.png and b/resources/azure/managementgovernance/solutions.png differ
diff --git a/resources/azure/managementgovernance/universal-print.png b/resources/azure/managementgovernance/universal-print.png
index 33e3ea5a..bd66c971 100644
Binary files a/resources/azure/managementgovernance/universal-print.png 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
index 18c65783..07bac774 100644
Binary files a/resources/azure/managementgovernance/user-privacy.png and b/resources/azure/managementgovernance/user-privacy.png differ
diff --git a/resources/azure/menu/keys.png b/resources/azure/menu/keys.png
index e1af1852..5b310a08 100644
Binary files a/resources/azure/menu/keys.png 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
index 54d53526..5c8c1a88 100644
Binary files a/resources/azure/migrate/azure-databox-gateway.png 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
index 87e4d369..4ec65506 100644
Binary files a/resources/azure/migrate/azure-migrate.png 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
index 0db6b942..db2ecc02 100644
Binary files a/resources/azure/migrate/azure-stack-edge.png 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
index a55e7696..0fbc263c 100644
Binary files a/resources/azure/migrate/cost-management-and-billing.png 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
index d2955fe0..502d426c 100644
Binary files a/resources/azure/migrate/data-box.png 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
index d5e46722..798e0e24 100644
Binary files a/resources/azure/migrate/recovery-services-vaults.png 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
index 563a3c6a..38761bf2 100644
Binary files a/resources/azure/migration/azure-database-migration-services.png 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
index 97a96d2b..028c1a20 100644
Binary files a/resources/azure/mixedreality/remote-rendering.png 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
index f7a37467..36b064c9 100644
Binary files a/resources/azure/mixedreality/spatial-anchor-accounts.png 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
index 7b2599d9..a5066d74 100644
Binary files a/resources/azure/mobile/app-services.png 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 2008e60c..3143ed45 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
index d0f68d7d..2ada8b9b 100644
Binary files a/resources/azure/mobile/power-platform.png 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
index 82acd8ac..04322de6 100644
Binary files a/resources/azure/monitor/activity-log.png 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
index af1cc7fc..7ea7a6a8 100644
Binary files a/resources/azure/monitor/application-insights.png 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
index 67c3de54..a2e05ba0 100644
Binary files a/resources/azure/monitor/auto-scale.png 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
index 62088d5f..625779ef 100644
Binary files a/resources/azure/monitor/azure-monitors-for-sap-solutions.png 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
index e03f1449..84a897dc 100644
Binary files a/resources/azure/monitor/azure-workbooks.png 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 06450005..2a7b6022 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
index 2ebd99a6..c3ec386a 100644
Binary files a/resources/azure/monitor/diagnostics-settings.png 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
index 7ec48ecb..e6d561ad 100644
Binary files a/resources/azure/monitor/log-analytics-workspaces.png 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 95df4d2a..e9822e59 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 5c5a091e..9a057a10 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
index 8712ba89..3e7b32c4 100644
Binary files a/resources/azure/monitor/network-watcher.png and b/resources/azure/monitor/network-watcher.png differ
diff --git a/resources/azure/networking/application-gateway-containers.png b/resources/azure/networking/application-gateway-containers.png
new file mode 100644
index 00000000..0fc08826
Binary files /dev/null and b/resources/azure/networking/application-gateway-containers.png differ
diff --git a/resources/azure/networking/application-gateways.png b/resources/azure/networking/application-gateways.png
index 4b543db8..c3f1f015 100644
Binary files a/resources/azure/networking/application-gateways.png 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
index 3e52fe2b..76911c73 100644
Binary files a/resources/azure/networking/atm-multistack.png 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
index 25e95dd5..819de6dd 100644
Binary files a/resources/azure/networking/azure-communications-gateway.png 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
index 3203d709..30d7b792 100644
Binary files a/resources/azure/networking/azure-firewall-manager.png 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
index 87adfe98..31e2ffc4 100644
Binary files a/resources/azure/networking/azure-firewall-policy.png and b/resources/azure/networking/azure-firewall-policy.png differ
diff --git a/resources/azure/networking/bastions.png b/resources/azure/networking/bastions.png
index 62901035..a36cbde8 100644
Binary files a/resources/azure/networking/bastions.png and b/resources/azure/networking/bastions.png differ
diff --git a/resources/azure/networking/cdn-profiles.png b/resources/azure/networking/cdn-profiles.png
index e4053a15..8c7d0627 100644
Binary files a/resources/azure/networking/cdn-profiles.png 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
index e3274f61..9b8d3899 100644
Binary files a/resources/azure/networking/connected-cache.png and b/resources/azure/networking/connected-cache.png differ
diff --git a/resources/azure/networking/connections.png b/resources/azure/networking/connections.png
index 8d9cd498..ccc5179b 100644
Binary files a/resources/azure/networking/connections.png 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
index dabfe125..4492dd9b 100644
Binary files a/resources/azure/networking/ddos-protection-plans.png 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
index 2471613f..8178abb3 100644
Binary files a/resources/azure/networking/dns-multistack.png 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
index 8b129938..bfaf15cb 100644
Binary files a/resources/azure/networking/dns-private-resolver.png 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
index eb5a7059..ef992248 100644
Binary files a/resources/azure/networking/dns-security-policy.png 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
index 8217905e..163eb71e 100644
Binary files a/resources/azure/networking/dns-zones.png 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
index d6050c58..3c8ad613 100644
Binary files a/resources/azure/networking/expressroute-circuits.png and b/resources/azure/networking/expressroute-circuits.png differ
diff --git a/resources/azure/networking/firewalls.png b/resources/azure/networking/firewalls.png
index 08186e2d..0f9ce121 100644
Binary files a/resources/azure/networking/firewalls.png 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
index 8e1ca2e0..784a5c2d 100644
Binary files a/resources/azure/networking/front-door-and-cdn-profiles.png 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
index be470165..cac408e0 100644
Binary files a/resources/azure/networking/ip-address-manager.png 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
index ba6b65a9..9b86453f 100644
Binary files a/resources/azure/networking/ip-groups.png 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
index b482b1fb..0afb1ae4 100644
Binary files a/resources/azure/networking/load-balancer-hub.png 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
index 0c3f9eb1..bfd8ff3d 100644
Binary files a/resources/azure/networking/load-balancers.png 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
index 1b48f844..4fa10456 100644
Binary files a/resources/azure/networking/local-network-gateways.png and b/resources/azure/networking/local-network-gateways.png differ
diff --git a/resources/azure/networking/nat.png b/resources/azure/networking/nat.png
index e2124e7d..0cca4408 100644
Binary files a/resources/azure/networking/nat.png and b/resources/azure/networking/nat.png differ
diff --git a/resources/azure/networking/network-interfaces.png b/resources/azure/networking/network-interfaces.png
index 42f51af4..52c37f6e 100644
Binary files a/resources/azure/networking/network-interfaces.png 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
index a2a243f3..b0a49019 100644
Binary files a/resources/azure/networking/network-security-groups.png 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
index 8712ba89..3e7b32c4 100644
Binary files a/resources/azure/networking/network-watcher.png 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
index a868ec4f..10c3ab67 100644
Binary files a/resources/azure/networking/on-premises-data-gateways.png 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
index c22b1883..c96b50aa 100644
Binary files a/resources/azure/networking/private-link-service.png 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
index 43051c55..1fcdec19 100644
Binary files a/resources/azure/networking/private-link-services.png 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
index 17e015db..c2efa460 100644
Binary files a/resources/azure/networking/private-link.png 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
index e56c7c86..2a4c8d1d 100644
Binary files a/resources/azure/networking/proximity-placement-groups.png 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
index b0ebb714..cb46fc8c 100644
Binary files a/resources/azure/networking/public-ip-addresses-classic.png 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
index 1bdb6769..63954a93 100644
Binary files a/resources/azure/networking/public-ip-addresses.png 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
index 9cf8468e..b6ab1c04 100644
Binary files a/resources/azure/networking/public-ip-prefixes.png 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
index 234fc175..3c587587 100644
Binary files a/resources/azure/networking/reserved-ip-addresses-classic.png 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
index bfc44815..1b367bf8 100644
Binary files a/resources/azure/networking/resource-management-private-link.png 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
index 477fa961..b1b1c6b7 100644
Binary files a/resources/azure/networking/route-filters.png 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
index 1c8e5d2f..32ef2714 100644
Binary files a/resources/azure/networking/route-tables.png 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
index 5846c58b..23932953 100644
Binary files a/resources/azure/networking/service-endpoint-policies.png 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
index 0b85f566..433a6398 100644
Binary files a/resources/azure/networking/spot-vm.png 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
index 7acb36c8..ab3b5dad 100644
Binary files a/resources/azure/networking/spot-vmss.png and b/resources/azure/networking/spot-vmss.png differ
diff --git a/resources/azure/networking/subnet.png b/resources/azure/networking/subnet.png
index acd41d24..9495011b 100644
Binary files a/resources/azure/networking/subnet.png and b/resources/azure/networking/subnet.png differ
diff --git a/resources/azure/networking/traffic-manager-profiles.png b/resources/azure/networking/traffic-manager-profiles.png
index 3db41fb6..29b6ae6d 100644
Binary files a/resources/azure/networking/traffic-manager-profiles.png 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
index c53d0c0f..d90eb3e0 100644
Binary files a/resources/azure/networking/virtual-network-gateways.png 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
index 6735e5e6..6d5ae5da 100644
Binary files a/resources/azure/networking/virtual-networks-classic.png 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
index 7ba0e0b8..dd7054a0 100644
Binary files a/resources/azure/networking/virtual-networks.png 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
index c12348f8..6b015909 100644
Binary files a/resources/azure/networking/virtual-router.png 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
index b646e208..00aa9281 100644
Binary files a/resources/azure/networking/virtual-wan-hub.png 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
index 6b08a061..537a06be 100644
Binary files a/resources/azure/networking/virtual-wans.png 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
index 5074f2ae..329cd746 100644
Binary files a/resources/azure/networking/web-application-firewall-policieswaf.png and b/resources/azure/networking/web-application-firewall-policieswaf.png differ
diff --git a/resources/azure/newicons/ai-at-edge.png b/resources/azure/newicons/ai-at-edge.png
new file mode 100644
index 00000000..33189fec
Binary files /dev/null and b/resources/azure/newicons/ai-at-edge.png differ
diff --git a/resources/azure/newicons/aks-network-policy.png b/resources/azure/newicons/aks-network-policy.png
new file mode 100644
index 00000000..58903531
Binary files /dev/null and b/resources/azure/newicons/aks-network-policy.png differ
diff --git a/resources/azure/newicons/azure-app-testing.png b/resources/azure/newicons/azure-app-testing.png
new file mode 100644
index 00000000..91781837
Binary files /dev/null and b/resources/azure/newicons/azure-app-testing.png differ
diff --git a/resources/azure/newicons/azure-consumption-commitment.png b/resources/azure/newicons/azure-consumption-commitment.png
new file mode 100644
index 00000000..9d7c8da6
Binary files /dev/null and b/resources/azure/newicons/azure-consumption-commitment.png differ
diff --git a/resources/azure/newicons/azure-container-storage.png b/resources/azure/newicons/azure-container-storage.png
new file mode 100644
index 00000000..63ad99ba
Binary files /dev/null and b/resources/azure/newicons/azure-container-storage.png differ
diff --git a/resources/azure/newicons/azure-linux.png b/resources/azure/newicons/azure-linux.png
new file mode 100644
index 00000000..96b636f5
Binary files /dev/null and b/resources/azure/newicons/azure-linux.png differ
diff --git a/resources/azure/newicons/azure-local.png b/resources/azure/newicons/azure-local.png
new file mode 100644
index 00000000..6d4bb416
Binary files /dev/null and b/resources/azure/newicons/azure-local.png differ
diff --git a/resources/azure/newicons/azure-managed-redis.png b/resources/azure/newicons/azure-managed-redis.png
new file mode 100644
index 00000000..ff86041e
Binary files /dev/null and b/resources/azure/newicons/azure-managed-redis.png differ
diff --git a/resources/azure/newicons/breeze.png b/resources/azure/newicons/breeze.png
new file mode 100644
index 00000000..8eddcea4
Binary files /dev/null and b/resources/azure/newicons/breeze.png differ
diff --git a/resources/azure/newicons/data-virtualization.png b/resources/azure/newicons/data-virtualization.png
new file mode 100644
index 00000000..0272bd54
Binary files /dev/null and b/resources/azure/newicons/data-virtualization.png differ
diff --git a/resources/azure/newicons/edge-actions.png b/resources/azure/newicons/edge-actions.png
new file mode 100644
index 00000000..7cda869b
Binary files /dev/null and b/resources/azure/newicons/edge-actions.png differ
diff --git a/resources/azure/newicons/edge-storage-accelerator.png b/resources/azure/newicons/edge-storage-accelerator.png
new file mode 100644
index 00000000..9419d02f
Binary files /dev/null and b/resources/azure/newicons/edge-storage-accelerator.png differ
diff --git a/resources/azure/newicons/engage-center-connect.png b/resources/azure/newicons/engage-center-connect.png
new file mode 100644
index 00000000..9eb7ec8f
Binary files /dev/null and b/resources/azure/newicons/engage-center-connect.png differ
diff --git a/resources/azure/newicons/external-id-modified.png b/resources/azure/newicons/external-id-modified.png
new file mode 100644
index 00000000..e4b32b47
Binary files /dev/null and b/resources/azure/newicons/external-id-modified.png differ
diff --git a/resources/azure/newicons/external-id.png b/resources/azure/newicons/external-id.png
new file mode 100644
index 00000000..74a5c360
Binary files /dev/null and b/resources/azure/newicons/external-id.png differ
diff --git a/resources/azure/newicons/frd-qa.png b/resources/azure/newicons/frd-qa.png
new file mode 100644
index 00000000..6a759a7c
Binary files /dev/null and b/resources/azure/newicons/frd-qa.png differ
diff --git a/resources/azure/newicons/hybrid-connectivity-hub.png b/resources/azure/newicons/hybrid-connectivity-hub.png
new file mode 100644
index 00000000..3c6a4857
Binary files /dev/null and b/resources/azure/newicons/hybrid-connectivity-hub.png differ
diff --git a/resources/azure/newicons/kubernetes-hub.png b/resources/azure/newicons/kubernetes-hub.png
new file mode 100644
index 00000000..6e4010c0
Binary files /dev/null and b/resources/azure/newicons/kubernetes-hub.png differ
diff --git a/resources/azure/newicons/landing-zone.png b/resources/azure/newicons/landing-zone.png
new file mode 100644
index 00000000..15382981
Binary files /dev/null and b/resources/azure/newicons/landing-zone.png differ
diff --git a/resources/azure/newicons/load-balancer-hub.png b/resources/azure/newicons/load-balancer-hub.png
new file mode 100644
index 00000000..13cef8ce
Binary files /dev/null and b/resources/azure/newicons/load-balancer-hub.png differ
diff --git a/resources/azure/newicons/logic-apps-template.png b/resources/azure/newicons/logic-apps-template.png
new file mode 100644
index 00000000..08bf7f70
Binary files /dev/null and b/resources/azure/newicons/logic-apps-template.png differ
diff --git a/resources/azure/newicons/microsoft-discovery.png b/resources/azure/newicons/microsoft-discovery.png
new file mode 100644
index 00000000..2c5ae8ab
Binary files /dev/null and b/resources/azure/newicons/microsoft-discovery.png differ
diff --git a/resources/azure/newicons/monitor-issues.png b/resources/azure/newicons/monitor-issues.png
new file mode 100644
index 00000000..b22fbb8f
Binary files /dev/null and b/resources/azure/newicons/monitor-issues.png differ
diff --git a/resources/azure/newicons/network-foundation-hub.png b/resources/azure/newicons/network-foundation-hub.png
new file mode 100644
index 00000000..d2f562d3
Binary files /dev/null and b/resources/azure/newicons/network-foundation-hub.png differ
diff --git a/resources/azure/newicons/network-security-hub.png b/resources/azure/newicons/network-security-hub.png
new file mode 100644
index 00000000..4d9dcaf5
Binary files /dev/null and b/resources/azure/newicons/network-security-hub.png differ
diff --git a/resources/azure/newicons/operation-center.png b/resources/azure/newicons/operation-center.png
new file mode 100644
index 00000000..4c01da61
Binary files /dev/null and b/resources/azure/newicons/operation-center.png differ
diff --git a/resources/azure/newicons/planetary-computer-pro.png b/resources/azure/newicons/planetary-computer-pro.png
new file mode 100644
index 00000000..aa216359
Binary files /dev/null and b/resources/azure/newicons/planetary-computer-pro.png differ
diff --git a/resources/azure/newicons/promethus.png b/resources/azure/newicons/promethus.png
new file mode 100644
index 00000000..1dc547e1
Binary files /dev/null and b/resources/azure/newicons/promethus.png differ
diff --git a/resources/azure/newicons/pubsub.png b/resources/azure/newicons/pubsub.png
new file mode 100644
index 00000000..c751205f
Binary files /dev/null and b/resources/azure/newicons/pubsub.png differ
diff --git a/resources/azure/newicons/scheduled-actions.png b/resources/azure/newicons/scheduled-actions.png
new file mode 100644
index 00000000..0cac0c18
Binary files /dev/null and b/resources/azure/newicons/scheduled-actions.png differ
diff --git a/resources/azure/newicons/service-group-relationships.png b/resources/azure/newicons/service-group-relationships.png
new file mode 100644
index 00000000..107c8dd9
Binary files /dev/null and b/resources/azure/newicons/service-group-relationships.png differ
diff --git a/resources/azure/newicons/service-groups.png b/resources/azure/newicons/service-groups.png
new file mode 100644
index 00000000..e4523fc4
Binary files /dev/null and b/resources/azure/newicons/service-groups.png differ
diff --git a/resources/azure/newicons/sql-database-fleet-manager.png b/resources/azure/newicons/sql-database-fleet-manager.png
new file mode 100644
index 00000000..1af6a58c
Binary files /dev/null and b/resources/azure/newicons/sql-database-fleet-manager.png differ
diff --git a/resources/azure/newicons/stage-maps.png b/resources/azure/newicons/stage-maps.png
new file mode 100644
index 00000000..d3d0fd36
Binary files /dev/null and b/resources/azure/newicons/stage-maps.png differ
diff --git a/resources/azure/newicons/storage-hubs.png b/resources/azure/newicons/storage-hubs.png
new file mode 100644
index 00000000..9fa14581
Binary files /dev/null and b/resources/azure/newicons/storage-hubs.png differ
diff --git a/resources/azure/newicons/toolchain-orchestrator.png b/resources/azure/newicons/toolchain-orchestrator.png
new file mode 100644
index 00000000..e2f845ae
Binary files /dev/null and b/resources/azure/newicons/toolchain-orchestrator.png differ
diff --git a/resources/azure/newicons/vnet-appliance.png b/resources/azure/newicons/vnet-appliance.png
new file mode 100644
index 00000000..d3168b1b
Binary files /dev/null and b/resources/azure/newicons/vnet-appliance.png differ
diff --git a/resources/azure/newicons/vpnclientwindows.png b/resources/azure/newicons/vpnclientwindows.png
new file mode 100644
index 00000000..cdeff5a3
Binary files /dev/null and b/resources/azure/newicons/vpnclientwindows.png differ
diff --git a/resources/azure/newicons/workload-orchestration.png b/resources/azure/newicons/workload-orchestration.png
new file mode 100644
index 00000000..e2f845ae
Binary files /dev/null and b/resources/azure/newicons/workload-orchestration.png differ
diff --git a/resources/azure/other/aks-istio.png b/resources/azure/other/aks-istio.png
index 0a039169..63c48d5e 100644
Binary files a/resources/azure/other/aks-istio.png 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
index 6cef87e6..155f240b 100644
Binary files a/resources/azure/other/app-compliance-automation.png 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
index 8e1e9a07..2bae4108 100644
Binary files a/resources/azure/other/app-registrations.png and b/resources/azure/other/app-registrations.png differ
diff --git a/resources/azure/other/aquila.png b/resources/azure/other/aquila.png
index 363a6eb2..6300c8ae 100644
Binary files a/resources/azure/other/aquila.png 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
index c4be9955..1fb7a3c7 100644
Binary files a/resources/azure/other/arc-data-services.png 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
index 98e04ea5..b44533c8 100644
Binary files a/resources/azure/other/arc-kubernetes.png 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
index a1eabbdd..0a14442b 100644
Binary files a/resources/azure/other/arc-postgresql-.png 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
index a504eea6..f65d48ad 100644
Binary files a/resources/azure/other/arc-sql-managed-instance.png 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
index 66fefd11..aa093f71 100644
Binary files a/resources/azure/other/arc-sql-server.png 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
index 5fb88bc2..b07332b5 100644
Binary files a/resources/azure/other/avs-vm.png 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
index c9a6beb5..5c71cb95 100644
Binary files a/resources/azure/other/azure-a.png 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
index e7dfa982..534744eb 100644
Binary files a/resources/azure/other/azure-backup-center.png 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
index b2339c03..456453fd 100644
Binary files a/resources/azure/other/azure-center-for-sap.png 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
index 069c41ba..eda8977c 100644
Binary files a/resources/azure/other/azure-chaos-studio.png 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
index b0f53a4a..a28d3d7a 100644
Binary files a/resources/azure/other/azure-cloud-shell.png 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
index 50770fa7..669a8fec 100644
Binary files a/resources/azure/other/azure-communication-services.png 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
index 40628d6d..62846585 100644
Binary files a/resources/azure/other/azure-compute-galleries.png 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
index 870adba6..e7a1f685 100644
Binary files a/resources/azure/other/azure-deployment-environments.png 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
index b9ac4327..897a53fb 100644
Binary files a/resources/azure/other/azure-dev-tunnels.png 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
index 35850041..318e8d10 100644
Binary files a/resources/azure/other/azure-edge-hardware-center.png 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
index ece7fee4..136ae658 100644
Binary files a/resources/azure/other/azure-hpc-workbenches.png 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
index c8ffa360..537909ac 100644
Binary files a/resources/azure/other/azure-load-testing.png 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
index 0bf28d60..0a50f05a 100644
Binary files a/resources/azure/other/azure-managed-grafana.png 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
index b6578056..21ebe80b 100644
Binary files a/resources/azure/other/azure-monitor-dashboard.png 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
index e7b23e71..bd2142bf 100644
Binary files a/resources/azure/other/azure-network-function-manager-functions.png 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
index a75e3f5b..082bf2e3 100644
Binary files a/resources/azure/other/azure-network-function-manager.png 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
index 2653ecb2..4ec82f16 100644
Binary files a/resources/azure/other/azure-orbital.png 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
index c31c7179..a0f586d6 100644
Binary files a/resources/azure/other/azure-quotas.png 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
index abf65867..a78297d7 100644
Binary files a/resources/azure/other/azure-sphere.png 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
index 642587e5..2b00a708 100644
Binary files a/resources/azure/other/azure-storage-mover.png 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
index b483abd2..20b16ea0 100644
Binary files a/resources/azure/other/azure-support-center-blue.png and b/resources/azure/other/azure-support-center-blue.png differ
diff --git a/resources/azure/other/azure-sustainability.png b/resources/azure/other/azure-sustainability.png
new file mode 100644
index 00000000..31f78946
Binary files /dev/null and b/resources/azure/other/azure-sustainability.png differ
diff --git a/resources/azure/other/azure-video-indexer.png b/resources/azure/other/azure-video-indexer.png
index c3c7a0f4..2c295d27 100644
Binary files a/resources/azure/other/azure-video-indexer.png 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
index bff92d9d..c899ff0b 100644
Binary files a/resources/azure/other/azure-virtual-desktop.png 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
index 5fc73884..5e68c7ad 100644
Binary files a/resources/azure/other/azure-vmware-solution.png and b/resources/azure/other/azure-vmware-solution.png differ
diff --git a/resources/azure/other/azureattestation.png b/resources/azure/other/azureattestation.png
index a20a6d99..3ec56475 100644
Binary files a/resources/azure/other/azureattestation.png and b/resources/azure/other/azureattestation.png differ
diff --git a/resources/azure/other/azurite.png b/resources/azure/other/azurite.png
index c089c4b7..59521c6f 100644
Binary files a/resources/azure/other/azurite.png and b/resources/azure/other/azurite.png differ
diff --git a/resources/azure/other/backup-vault.png b/resources/azure/other/backup-vault.png
index d5052452..19f32941 100644
Binary files a/resources/azure/other/backup-vault.png 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
index 9364dfaf..c6a6325d 100644
Binary files a/resources/azure/other/bare-metal-infrastructure.png 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
index 82f0472a..d445ce4a 100644
Binary files a/resources/azure/other/capacity-reservation-groups.png 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
index ccd5d6e3..e2bdf7b8 100644
Binary files a/resources/azure/other/central-service-instance-for-sap.png 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
index 6e35e1dc..fb8787af 100644
Binary files a/resources/azure/other/ceres.png 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
index 57ae077a..7d8ca0fa 100644
Binary files a/resources/azure/other/cloud-services-extended-support.png 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
index 322b8dd2..202a691c 100644
Binary files a/resources/azure/other/community-images.png 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
index c7982c37..d6d57095 100644
Binary files a/resources/azure/other/compliance-center.png 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
index 6b57d3ac..f5407ae9 100644
Binary files a/resources/azure/other/confidential-ledgers.png and b/resources/azure/other/confidential-ledgers.png differ
diff --git a/resources/azure/other/connected-vehicle-platform.png b/resources/azure/other/connected-vehicle-platform.png
new file mode 100644
index 00000000..eb9f0d4e
Binary files /dev/null and b/resources/azure/other/connected-vehicle-platform.png differ
diff --git a/resources/azure/other/container-apps-environments.png b/resources/azure/other/container-apps-environments.png
index 74cdc0c9..4c8be3d5 100644
Binary files a/resources/azure/other/container-apps-environments.png 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
index a6520dd5..1ee9dcc8 100644
Binary files a/resources/azure/other/cost-export.png 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
index 6f9419ef..1b4929b0 100644
Binary files a/resources/azure/other/custom-ip-prefix.png 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
index 81236dfa..75ea90aa 100644
Binary files a/resources/azure/other/dashboard-hub.png 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
index f9d46f28..d4d70216 100644
Binary files a/resources/azure/other/data-collection-rules.png 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
index dadcad6b..4e41a946 100644
Binary files a/resources/azure/other/database-instance-for-sap.png 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
index 136f7c14..efd2113d 100644
Binary files a/resources/azure/other/dedicated-hsm.png 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
index e635e67c..d1c5ebab 100644
Binary files a/resources/azure/other/defender-cm-local-manager.png 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
index 8b3caf22..4d50b9ab 100644
Binary files a/resources/azure/other/defender-dcs-controller.png 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
index fff2b0e2..f17a6ae3 100644
Binary files a/resources/azure/other/defender-distributer-control-system.png 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
index 9d594503..1d9f5557 100644
Binary files a/resources/azure/other/defender-engineering-station.png 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
index 075c2b8a..3870bfd2 100644
Binary files a/resources/azure/other/defender-external-management.png 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
index 8d5ee8f2..095558f0 100644
Binary files a/resources/azure/other/defender-freezer-monitor.png 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
index eef7a77b..78963605 100644
Binary files a/resources/azure/other/defender-historian.png 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
index 4f5140e4..c8fc4ed2 100644
Binary files a/resources/azure/other/defender-hmi.png 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
index b3c1bb54..eb2e3262 100644
Binary files a/resources/azure/other/defender-industrial-packaging-system.png 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
index 0231e6f3..ea81d644 100644
Binary files a/resources/azure/other/defender-industrial-printer.png 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
index 0186f99e..4f19def5 100644
Binary files a/resources/azure/other/defender-industrial-robot.png 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
index 84ec27c2..59091473 100644
Binary files a/resources/azure/other/defender-industrial-scale-system.png 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
index 3b41b07e..fe446f15 100644
Binary files a/resources/azure/other/defender-marquee.png 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
index 8af2d1c9..b3111f47 100644
Binary files a/resources/azure/other/defender-meter.png 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
index 77279a90..583b9ffc 100644
Binary files a/resources/azure/other/defender-plc.png 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
index 567e4868..116ef569 100644
Binary files a/resources/azure/other/defender-pneumatic-device.png 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
index a5f36d0f..ae99dc58 100644
Binary files a/resources/azure/other/defender-programable-board.png 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
index 99082e41..52cb96bc 100644
Binary files a/resources/azure/other/defender-relay.png 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
index af31185b..b8bfcc6f 100644
Binary files a/resources/azure/other/defender-robot-controller.png 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
index 27fab77a..c69ad7f1 100644
Binary files a/resources/azure/other/defender-rtu.png 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
index 0729aa62..11f4ad87 100644
Binary files a/resources/azure/other/defender-sensor.png 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
index 3bfa863b..6fb11f71 100644
Binary files a/resources/azure/other/defender-slot.png 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
index 727cbf4e..b58649f5 100644
Binary files a/resources/azure/other/defender-web-guiding-system.png 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
index 320b0d4e..c69bb63d 100644
Binary files a/resources/azure/other/device-update-iot-hub.png 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
index a8eddfe0..2b28e786 100644
Binary files a/resources/azure/other/disk-pool.png 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
index 56235885..c4f51a28 100644
Binary files a/resources/azure/other/edge-management.png 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
index 638d04c2..d4cf95fe 100644
Binary files a/resources/azure/other/elastic-san.png and b/resources/azure/other/elastic-san.png differ
diff --git a/resources/azure/other/entra-identity-licenses.png b/resources/azure/other/entra-identity-licenses.png
new file mode 100644
index 00000000..8ae490aa
Binary files /dev/null and b/resources/azure/other/entra-identity-licenses.png differ
diff --git a/resources/azure/other/exchange-on-premises-access.png b/resources/azure/other/exchange-on-premises-access.png
index 6b57be64..b5838d04 100644
Binary files a/resources/azure/other/exchange-on-premises-access.png 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
index fe7a3ba8..8959c1e2 100644
Binary files a/resources/azure/other/express-route-traffic-collector.png 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
index f3299f3a..dbb43b3a 100644
Binary files a/resources/azure/other/expressroute-direct.png 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
index 44956918..b8fc4655 100644
Binary files a/resources/azure/other/fhir-service.png and b/resources/azure/other/fhir-service.png differ
diff --git a/resources/azure/other/fiji.png b/resources/azure/other/fiji.png
index 2da2932f..6514575d 100644
Binary files a/resources/azure/other/fiji.png 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
index e6a4cec4..4c5b6fcc 100644
Binary files a/resources/azure/other/hdi-aks-cluster.png and b/resources/azure/other/hdi-aks-cluster.png differ
diff --git a/resources/azure/other/icm-troubleshooting.png b/resources/azure/other/icm-troubleshooting.png
new file mode 100644
index 00000000..08282678
Binary files /dev/null and b/resources/azure/other/icm-troubleshooting.png differ
diff --git a/resources/azure/other/instance-pools.png b/resources/azure/other/instance-pools.png
index 6f479be3..36c597f6 100644
Binary files a/resources/azure/other/instance-pools.png 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
index 11daec87..865e7238 100644
Binary files a/resources/azure/other/internet-analyzer-profiles.png 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
index bdb788f6..052eea87 100644
Binary files a/resources/azure/other/kubernetes-fleet-manager.png 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
index 1b48f844..4fa10456 100644
Binary files a/resources/azure/other/local-network-gateways.png 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
index d3e0fb97..4ea36598 100644
Binary files a/resources/azure/other/log-analytics-query-pack.png 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
index 46940c16..92eb5488 100644
Binary files a/resources/azure/other/managed-instance-apache-cassandra.png 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
index 5baca665..a6fec982 100644
Binary files a/resources/azure/other/medtech-service.png 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
index 120eb7bc..f6312f88 100644
Binary files a/resources/azure/other/microsoft-dev-box.png 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
index 868cebf2..3c7a69aa 100644
Binary files a/resources/azure/other/mission-landing-zone.png 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
index 289ccb5e..8ba72413 100644
Binary files a/resources/azure/other/mobile-networks.png 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
index a7b61ab3..0f29528e 100644
Binary files a/resources/azure/other/modular-data-center.png and b/resources/azure/other/modular-data-center.png differ
diff --git a/resources/azure/other/monitor-health-models.png b/resources/azure/other/monitor-health-models.png
new file mode 100644
index 00000000..4cb4d5b9
Binary files /dev/null and b/resources/azure/other/monitor-health-models.png differ
diff --git a/resources/azure/other/network-managers.png b/resources/azure/other/network-managers.png
index cdc32de1..e6771c11 100644
Binary files a/resources/azure/other/network-managers.png 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
index dcdd6b4e..0c799e58 100644
Binary files a/resources/azure/other/network-security-perimeters.png 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
index 2509a87e..e0de6f7a 100644
Binary files a/resources/azure/other/open-supply-chain-platform.png and b/resources/azure/other/open-supply-chain-platform.png differ
diff --git a/resources/azure/other/osconfig.png b/resources/azure/other/osconfig.png
new file mode 100644
index 00000000..38950923
Binary files /dev/null and b/resources/azure/other/osconfig.png differ
diff --git a/resources/azure/other/peering-service.png b/resources/azure/other/peering-service.png
index 8744e621..22ca5401 100644
Binary files a/resources/azure/other/peering-service.png and b/resources/azure/other/peering-service.png differ
diff --git a/resources/azure/other/peerings.png b/resources/azure/other/peerings.png
index fd536d1e..c3b4b2d5 100644
Binary files a/resources/azure/other/peerings.png and b/resources/azure/other/peerings.png differ
diff --git a/resources/azure/other/private-endpoints.png b/resources/azure/other/private-endpoints.png
index dea1c580..575c4667 100644
Binary files a/resources/azure/other/private-endpoints.png 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
index fd26b58d..75b1b71a 100644
Binary files a/resources/azure/other/reserved-capacity.png 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
index 442c3bce..598692f4 100644
Binary files a/resources/azure/other/resource-guard.png 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
index cb524123..c0b962d2 100644
Binary files a/resources/azure/other/resource-mover.png and b/resources/azure/other/resource-mover.png differ
diff --git a/resources/azure/other/rtos.png b/resources/azure/other/rtos.png
index d832b963..87fd5e01 100644
Binary files a/resources/azure/other/rtos.png and b/resources/azure/other/rtos.png differ
diff --git a/resources/azure/other/savings-plans.png b/resources/azure/other/savings-plans.png
index 589052eb..b4908341 100644
Binary files a/resources/azure/other/savings-plans.png 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
index 215b78b7..fb440206 100644
Binary files a/resources/azure/other/scvmm-management-servers.png 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
index 6a2a3657..3c3c46da 100644
Binary files a/resources/azure/other/sonic-dash.png 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
index 4890ccc8..973f6cc3 100644
Binary files a/resources/azure/other/ssh-keys.png 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
index 84c2308d..7afc5298 100644
Binary files a/resources/azure/other/storage-functions.png 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
index dff5aff5..baf4169e 100644
Binary files a/resources/azure/other/targets-management.png 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
index 656f06ef..e62db123 100644
Binary files a/resources/azure/other/template-specs.png 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
index 06dbbacd..934b5c76 100644
Binary files a/resources/azure/other/test-base.png 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
index 95e60dca..96780e60 100644
Binary files a/resources/azure/other/update-management-center.png 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
index 5e7446e7..23bc6ea1 100644
Binary files a/resources/azure/other/video-analyzers.png 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
index a6209c24..1f6ca89a 100644
Binary files a/resources/azure/other/virtual-enclaves.png 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
index 13f616f1..40fcf235 100644
Binary files a/resources/azure/other/virtual-instance-for-sap.png 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
index d82c9ccd..3f6c3f8c 100644
Binary files a/resources/azure/other/virtual-visits-builder.png 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
index 7fe56e25..f12ad61c 100644
Binary files a/resources/azure/other/vm-app-definitions.png 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
index 06e660f1..30261855 100644
Binary files a/resources/azure/other/vm-app-versions.png 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
index 7d9091ac..c9b7be40 100644
Binary files a/resources/azure/other/vm-image-version.png and b/resources/azure/other/vm-image-version.png differ
diff --git a/resources/azure/other/wac-installer.png b/resources/azure/other/wac-installer.png
new file mode 100644
index 00000000..af84bb35
Binary files /dev/null and b/resources/azure/other/wac-installer.png differ
diff --git a/resources/azure/other/wac.png b/resources/azure/other/wac.png
index 6e9d148a..92c40e11 100644
Binary files a/resources/azure/other/wac.png and b/resources/azure/other/wac.png differ
diff --git a/resources/azure/other/web-jobs.png b/resources/azure/other/web-jobs.png
index 9bd015ea..bcedb134 100644
Binary files a/resources/azure/other/web-jobs.png 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
index cabf68c5..55c472a3 100644
Binary files a/resources/azure/other/windows-notification-services.png 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
index 7d7d0a7c..753a53b4 100644
Binary files a/resources/azure/other/worker-container-app.png 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 763b5814..4738c82d 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-information-protection.png b/resources/azure/security/azure-information-protection.png
index 0a96861b..823ef4f8 100644
Binary files a/resources/azure/security/azure-information-protection.png 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
index bb622458..dfd6ecfc 100644
Binary files a/resources/azure/security/azure-sentinel.png 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 280d1e1a..a8a17198 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
index 35c15790..2edf19f1 100644
Binary files a/resources/azure/security/detonation.png and b/resources/azure/security/detonation.png differ
diff --git a/resources/azure/security/entra-identity-risky-signins.png b/resources/azure/security/entra-identity-risky-signins.png
new file mode 100644
index 00000000..4068d632
Binary files /dev/null and b/resources/azure/security/entra-identity-risky-signins.png differ
diff --git a/resources/azure/security/entra-identity-risky-users.png b/resources/azure/security/entra-identity-risky-users.png
new file mode 100644
index 00000000..f41dd589
Binary files /dev/null and b/resources/azure/security/entra-identity-risky-users.png differ
diff --git a/resources/azure/security/extendedsecurityupdates.png b/resources/azure/security/extendedsecurityupdates.png
index b83dd021..a5e9a144 100644
Binary files a/resources/azure/security/extendedsecurityupdates.png 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
index 2f8cdc22..7b4e37eb 100644
Binary files a/resources/azure/security/identity-secure-score.png 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 9ee9c2b1..eaf0ccd2 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
index d7d53b47..98721f39 100644
Binary files a/resources/azure/security/microsoft-defender-easm.png 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
index f9a3cd74..6bed7a95 100644
Binary files a/resources/azure/security/microsoft-defender-for-cloud.png 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
index 80e7affd..94eaa4f5 100644
Binary files a/resources/azure/security/microsoft-defender-for-iot.png 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
index 9e925f49..6903e007 100644
Binary files a/resources/azure/security/multifactor-authentication.png 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
index b21a4c95..80b209b6 100644
Binary files a/resources/azure/security/user-settings.png 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
index 54d53526..5c8c1a88 100644
Binary files a/resources/azure/storage/azure-databox-gateway.png 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
index 82261dd1..c3d8cf58 100644
Binary files a/resources/azure/storage/azure-fileshares.png 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
index 6e652b8a..364d946c 100644
Binary files a/resources/azure/storage/azure-hcp-cache.png 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
index 341c7092..31a77afa 100644
Binary files a/resources/azure/storage/azure-netapp-files.png 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
index 0db6b942..db2ecc02 100644
Binary files a/resources/azure/storage/azure-stack-edge.png 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 d2955fe0..502d426c 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
index 3475baa5..11d2a359 100644
Binary files a/resources/azure/storage/data-lake-storage-gen1.png 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
index 87283a4e..0527a447 100644
Binary files a/resources/azure/storage/data-share-invitations.png 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
index dbab3158..429e437d 100644
Binary files a/resources/azure/storage/data-shares.png 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
index b290b54f..1834f8a6 100644
Binary files a/resources/azure/storage/import-export-jobs.png and b/resources/azure/storage/import-export-jobs.png differ
diff --git a/resources/azure/storage/managed-file-shares.png b/resources/azure/storage/managed-file-shares.png
new file mode 100644
index 00000000..a93487c8
Binary files /dev/null and b/resources/azure/storage/managed-file-shares.png differ
diff --git a/resources/azure/storage/recovery-services-vaults.png b/resources/azure/storage/recovery-services-vaults.png
index d5e46722..798e0e24 100644
Binary files a/resources/azure/storage/recovery-services-vaults.png 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 2690a09d..5d354dd5 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 0c2fee5a..ef202640 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-actions.png b/resources/azure/storage/storage-actions.png
new file mode 100644
index 00000000..23dd244c
Binary files /dev/null and b/resources/azure/storage/storage-actions.png differ
diff --git a/resources/azure/storage/storage-explorer.png b/resources/azure/storage/storage-explorer.png
index 103dde8d..9674332d 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 07fcf716..ac0e46af 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 cf05a308..321b910a 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 0a3ded72..c91e1d4a 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
index d3e55c5c..9373156a 100644
Binary files a/resources/azure/web/api-center.png 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 c74cdb27..3b5dc813 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
index 77c7b864..9d2fd61b 100644
Binary files a/resources/azure/web/api-management-services.png 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 b420af79..bf6a0f14 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 514c6f51..d6f9da2f 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 b367124d..858a2efb 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 9140fd8c..881e4d18 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 7b2599d9..a5066d74 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-component.png b/resources/azure/web/app-space-component.png
new file mode 100644
index 00000000..534d7b50
Binary files /dev/null and b/resources/azure/web/app-space-component.png differ
diff --git a/resources/azure/web/app-space.png b/resources/azure/web/app-space.png
index df3add36..afdb1866 100644
Binary files a/resources/azure/web/app-space.png 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
index 8e5ad7e1..4308f2c2 100644
Binary files a/resources/azure/web/azure-media-service.png 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
index 190d557d..eb41d77a 100644
Binary files a/resources/azure/web/azure-spring-apps.png 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
index e2615248..2c68c5ce 100644
Binary files a/resources/azure/web/cognitive-search.png 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
index e8c3d8ed..66b67489 100644
Binary files a/resources/azure/web/cognitive-services.png 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
index 8e1ca2e0..784a5c2d 100644
Binary files a/resources/azure/web/front-door-and-cdn-profiles.png 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 2008e60c..3143ed45 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
index d0f68d7d..2ada8b9b 100644
Binary files a/resources/azure/web/power-platform.png and b/resources/azure/web/power-platform.png differ
diff --git a/resources/azure/web/signalr.png b/resources/azure/web/signalr.png
index ce4c7bf9..ec017c09 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
index 3a81de09..7002e1c6 100644
Binary files a/resources/azure/web/static-apps.png and b/resources/azure/web/static-apps.png differ