├── .dccache ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── bug_report_beta.yml │ ├── config.yml │ └── feature_request.md ├── PULL_REQUEST_TEMPLATE.md └── workflows │ ├── ado-contributions.yml │ ├── gh-contributions.yml │ ├── issue_bot.yml │ ├── issues.yaml │ ├── platform.wiki-sync.yml │ └── stale-issues.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── dashboards ├── ADODashboard-Contributors │ ├── ADOContributions v1.0.pbit │ ├── infrastructure │ │ └── deploy.bicep │ └── src │ │ ├── ADOContributions │ │ ├── ADODailySync │ │ │ ├── function.json │ │ │ └── run.ps1 │ │ ├── InitializeTables │ │ │ ├── function.json │ │ │ └── run.ps1 │ │ ├── Modules │ │ │ └── Common │ │ │ │ └── Common.psm1 │ │ ├── host.json │ │ ├── profile.ps1 │ │ └── requirements.psd1 │ │ └── local.settings.json ├── CCODashboard-AKS │ ├── CCO AKS Dashboard 5.2.pbit │ ├── CCODashboard-AKS.md │ └── Old versions.zip ├── CCODashboard-Governance │ ├── CCO Power BI governance dashboard v2.8.pbit │ ├── CcoDashboardAzureConnector.mez │ └── Old-Versions.zip ├── CCODashboard-Infra │ ├── CCOInfradashboard v9.2.pbit │ └── Old Versions.zip └── GitHubDashboard-Contributors │ ├── GitHubContributions v1.1.pbit │ ├── Old-Versions.zip │ ├── infrastructure │ └── deploy.bicep │ └── src │ ├── GitHubContributions │ ├── GitHubDailySync │ │ ├── function.json │ │ └── run.ps1 │ ├── InitializeTables │ │ ├── function.json │ │ └── run.ps1 │ ├── Modules │ │ └── Common │ │ │ └── Common.psm1 │ ├── host.json │ ├── profile.ps1 │ └── requirements.psd1 │ └── local.settings.json ├── docs ├── assets │ ├── 2020_Icons │ │ ├── AAD.svg │ │ ├── APIManagement.svg │ │ ├── Advisor.svg │ │ ├── AdvisorCost.svg │ │ ├── AdvisorHighAvailability.svg │ │ ├── AdvisorOperationalExcellence.svg │ │ ├── AdvisorPerformance.svg │ │ ├── AdvisorSecurity.svg │ │ ├── AppConfiguration.svg │ │ ├── AppServices.svg │ │ ├── AssignedBlueprints.svg │ │ ├── AutomationAccounts.svg │ │ ├── AvailablitySet.svg │ │ ├── AzureCacheRedis.svg │ │ ├── AzureCosmosDB.svg │ │ ├── AzureDevOps.svg │ │ ├── AzureInformationProtectionIdentity.svg │ │ ├── AzureLighthouse.svg │ │ ├── AzureMonitorDashboard.svg │ │ ├── AzureSpringCloud.svg │ │ ├── BCDR.svg │ │ ├── Backup.svg │ │ ├── BatchAccounts.svg │ │ ├── BlueprintAssignedSubscriptionKind.svg │ │ ├── BlueprintRoleContributorKind.svg │ │ ├── BlueprintTemplateKind.svg │ │ ├── Blueprints.svg │ │ ├── CognitiveServices.svg │ │ ├── ContainerRegistries.svg │ │ ├── DataLake.svg │ │ ├── Disks.svg │ │ ├── Error.svg │ │ ├── EventGrid.svg │ │ ├── EventHubs.svg │ │ ├── GuestConfig.svg │ │ ├── Identity.svg │ │ ├── IoT.svg │ │ ├── KeyVaults.svg │ │ ├── Kubernetesservices.svg │ │ ├── LogicApps.svg │ │ ├── MachineLearning.svg │ │ ├── ManagedApplications.svg │ │ ├── ManagementGroups.svg │ │ ├── Monitor.svg │ │ ├── Policies.svg │ │ ├── Policy.svg │ │ ├── PolicyAssignments.svg │ │ ├── PolicyDefinitions.svg │ │ ├── RecoveryServices.svg │ │ ├── Resource.svg │ │ ├── ResourceGroups.svg │ │ ├── SQL.svg │ │ ├── SQLdatabases.svg │ │ ├── ScaleSet.svg │ │ ├── SearchServices.svg │ │ ├── SecurityCenter.svg │ │ ├── ServiceBus.svg │ │ ├── ServiceFabric.svg │ │ ├── StorageAccounts.svg │ │ ├── StreamAnalytics.svg │ │ ├── Subscriptions.svg │ │ ├── Succeded.svg │ │ ├── Tags.svg │ │ ├── Tenant.svg │ │ ├── UpdateManagement.svg │ │ ├── VNETPeerings.svg │ │ ├── VirtualMachines.svg │ │ ├── VirtualNetworks.svg │ │ ├── VirtualWANs.svg │ │ ├── WVD.svg │ │ └── Warning.svg │ ├── DI_Images │ │ ├── AAD_Privileged_Identity.png │ │ ├── Accounts - Microsoft account.png │ │ ├── Accounts - Work account.png │ │ ├── Add-Ons-Icon.png │ │ ├── App-Service-Icon-01.png │ │ ├── App-Service-Icon.png │ │ ├── Azure API Management.png │ │ ├── Azure API Management_COLOR.png │ │ ├── Azure Acitve Directory Access Control.png │ │ ├── Azure Active Directory Health Monitoring.png │ │ ├── Azure Active Directory Health monitoring_COLOR.png │ │ ├── Azure Active Directory.png │ │ ├── Azure Active Directory_COLOR.png │ │ ├── Azure App Service - Azure API Apps.png │ │ ├── Azure App Service - Azure API Apps_COLOR.png │ │ ├── Azure App Service - Logic App.png │ │ ├── Azure App Service - Logic App_COLOR.png │ │ ├── Azure App Service - Mobile App (was Mobile Services).png │ │ ├── Azure App Service - Mobile App_COLOR.png │ │ ├── Azure App Service - Web App (was Websites).png │ │ ├── Azure App Service - Web App_COLOR.png │ │ ├── Azure App Service - Worker Pools.png │ │ ├── Azure App Service - Worker Pools_COLOR.png │ │ ├── Azure App Service.png │ │ ├── Azure App Service_COLOR.png │ │ ├── Azure Application Gateway.png │ │ ├── Azure Application Gateway_COLOR.png │ │ ├── Azure Application Insights.png │ │ ├── Azure Application Insights_COLOR.png │ │ ├── Azure Automation - Runbooks.png │ │ ├── Azure Automation - Runbooks_COLOR.png │ │ ├── Azure Automation.png │ │ ├── Azure Automation_COLOR.png │ │ ├── Azure Backup - Backup Agent.png │ │ ├── Azure Backup - Recovery Vault.png │ │ ├── Azure Backup.png │ │ ├── Azure Backup_COLOR.png │ │ ├── Azure Batch.png │ │ ├── Azure BizTalk Services - Hybrid Connections.png │ │ ├── Azure BizTalk Services - Hybrid Connections_COLOR.png │ │ ├── Azure BizTalk Services - Hybrid connection manager.png │ │ ├── Azure BizTalk Services.png │ │ ├── Azure BizTalk Services_COLOR.png │ │ ├── Azure Cache Redis Product icon_COLOR.png │ │ ├── Azure Cache including Redis.png │ │ ├── Azure Cache including Redis_COLOR.png │ │ ├── Azure Cloud Service.png │ │ ├── Azure Cloud Service_COLOR.png │ │ ├── Azure Cloud Services - Web role.png │ │ ├── Azure Cloud Services - Web roles.png │ │ ├── Azure Cloud Services - Worker role.png │ │ ├── Azure Cloud Services - Worker roles.png │ │ ├── Azure Cognative Services - Computer Vision_COLOR.png │ │ ├── Azure Cognative Services - Speech_COLOR.png │ │ ├── Azure Cognative Services - emotion_COLOR.png │ │ ├── Azure Cognative Services - face_COLOR.svg │ │ ├── Azure Cognative Services - luis_COLOR.png │ │ ├── Azure Cognative Services - recommendations_COLOR.png │ │ ├── Azure Cognative Services - textanalytics_COLOR.png │ │ ├── Azure Cognative Services - web-language-model_COLOR.png │ │ ├── Azure Cognative Services_COLOR.png │ │ ├── Azure Cognitive Services.png │ │ ├── Azure Compute - Autoscaling.png │ │ ├── Azure Container Service.png │ │ ├── Azure Container Service_COLOR.png │ │ ├── Azure Content Delivery Network (CDN).png │ │ ├── Azure Content Delivery Network (CDN)_COLOR.png │ │ ├── Azure Cortona Management Suite.png │ │ ├── Azure DNS.png │ │ ├── Azure DNS_COLOR.png │ │ ├── Azure Data Catalog.png │ │ ├── Azure Data Catalog_COLOR.png │ │ ├── Azure Data Factory Pipeline.png │ │ ├── Azure Data Factory.png │ │ ├── Azure Data Factory_COLOR.png │ │ ├── Azure Data Lake Analytics.png │ │ ├── Azure Data Lake Analytics_COLOR.png │ │ ├── Azure Data Lake Store.png │ │ ├── Azure Data Lake Store_COLOR.png │ │ ├── Azure Data Lake.png │ │ ├── Azure Data Warehouse.png │ │ ├── Azure Data Warehouse_COLOR.png │ │ ├── Azure DataServices category rollup.png │ │ ├── Azure Database General_COLOR.png │ │ ├── Azure DevTest Labs.png │ │ ├── Azure DevTest Labs_COLOR.png │ │ ├── Azure DocumentDB - DocDB account.png │ │ ├── Azure DocumentDB - DocDB collections 1.png │ │ ├── Azure DocumentDB - database.png │ │ ├── Azure DocumentDB - document 2.png │ │ ├── Azure DocumentDB.png │ │ ├── Azure DocumentDB_COLOR.png │ │ ├── Azure Event Hubs.png │ │ ├── Azure Event Hubs_COLOR.png │ │ ├── Azure Express Route_COLOR.png │ │ ├── Azure ExpressRoute.png │ │ ├── Azure Functions.png │ │ ├── Azure Functions_COLOR.png │ │ ├── Azure HDInsight.png │ │ ├── Azure HDInsight_COLOR.png │ │ ├── Azure HockeyApp.png │ │ ├── Azure HockeyApp_COLOR.png │ │ ├── Azure IoT Hub.png │ │ ├── Azure IoT Hub_COLOR.svg │ │ ├── Azure Key Vault.png │ │ ├── Azure KeyVault_COLOR.png │ │ ├── Azure Load Balancer (feature).png │ │ ├── Azure Load Balancer (feature)_COLOR.png │ │ ├── Azure Machine Learning.png │ │ ├── Azure Machine Learning_COLOR.png │ │ ├── Azure Management Portal.png │ │ ├── Azure Management Portal_COLOR.png │ │ ├── Azure Media Services _COLOR.png │ │ ├── Azure Media Services.png │ │ ├── Azure Mobile Engagement.png │ │ ├── Azure Mobile Engagement_COLOR.png │ │ ├── Azure Multi-Factor Authentication.png │ │ ├── Azure Multi-Factor Authentication_COLOR.png │ │ ├── Azure MySQL ClearDB database.png │ │ ├── Azure MySQL ClearDB database_COLOR.png │ │ ├── Azure Notification Hubs.png │ │ ├── Azure Notification Hubs_COLOR.png │ │ ├── Azure RemoteApp.png │ │ ├── Azure RemoteApp_COLOR.png │ │ ├── Azure Rights Management (RMS).png │ │ ├── Azure SDK.png │ │ ├── Azure SDK_COLOR.png │ │ ├── Azure SQL DataSync.png │ │ ├── Azure SQL DataWarehouse.png │ │ ├── Azure SQL DataWarehouse_COLOR.png │ │ ├── Azure SQL Database (generic).png │ │ ├── Azure SQL Database (generic)_COLOR.png │ │ ├── Azure SQL Database Premium.png │ │ ├── Azure SQL Database.png │ │ ├── Azure SQL Stretch Database.png │ │ ├── Azure SQL Stretch Database_COLOR.png │ │ ├── Azure Scheduler.png │ │ ├── Azure Search.png │ │ ├── Azure Search_COLOR.png │ │ ├── Azure Security Center _COLOR.png │ │ ├── Azure Security Center.png │ │ ├── Azure Service Bus Queues.png │ │ ├── Azure Service Bus Queues_COLOR.png │ │ ├── Azure Service Bus Relay.png │ │ ├── Azure Service Bus Topics.png │ │ ├── Azure Service Bus Topics_COLOR.png │ │ ├── Azure Service Bus.png │ │ ├── Azure Service Bus_COLOR.png │ │ ├── Azure Service Fabric.png │ │ ├── Azure Service Fabric_COLOR.png │ │ ├── Azure Site Recovery _COLOR.png │ │ ├── Azure Site Recovery.png │ │ ├── Azure StorSimple.png │ │ ├── Azure StorSimple_COLOR.png │ │ ├── Azure Storage - Blob.png │ │ ├── Azure Storage - Files.png │ │ ├── Azure Storage - Queue.png │ │ ├── Azure Storage - Table.png │ │ ├── Azure Storage.png │ │ ├── Azure Store.png │ │ ├── Azure Store_Marketplace.png │ │ ├── Azure Store_Marketplace_COLOR.png │ │ ├── Azure Stream Analytics.png │ │ ├── Azure Stream Analytics_COLOR.png │ │ ├── Azure Traffic Manager.png │ │ ├── Azure Traffic Manager_COLOR.png │ │ ├── Azure VM Scale Set _COLOR.png │ │ ├── Azure VM Scale Set.png │ │ ├── Azure VM container.png │ │ ├── Azure VM symbol only.png │ │ ├── Azure VPN Gateway.png │ │ ├── Azure VPN Gateway_color.png │ │ ├── Azure Virtual Machine 2_COLOR.png │ │ ├── Azure Virtual Machine.png │ │ ├── Azure Virtual Machine_COLOR.png │ │ ├── Azure Virtual Machines - Availability Set.png │ │ ├── Azure Virtual Machines - Availability Set_COLOR.png │ │ ├── Azure Virtual Machines - Linux Penguin shadow_COLOR.png │ │ ├── Azure Virtual Network.png │ │ ├── Azure Virtual Network_COLOR.png │ │ ├── Azure WebApp - WebJobs.png │ │ ├── Azure WebApp - WebJobs_COLOR.png │ │ ├── Azure alert.png │ │ ├── Azure load balancer (automatic).png │ │ ├── Azure subscription.png │ │ ├── Azure-Accelerated-Networking.png │ │ ├── Azure-Access-Control.png │ │ ├── Azure-Application-Security-Groups.png │ │ ├── Azure-Backup.png │ │ ├── Azure-Datacenter-BG.png │ │ ├── Azure-Encryption.png │ │ ├── Azure-Firewall.png │ │ ├── Azure-Infrastructure-as-Code.png │ │ ├── Azure-Network-Watcher.png │ │ ├── Azure-Security-Development-Lifecycle.png │ │ ├── Azure-Service-Health.png │ │ ├── Azure-Service-Map.png │ │ ├── Azure-VNET-Peering.png │ │ ├── Azure_AD_CA_Icon.png │ │ ├── Azure_Advisor_Icon.png │ │ ├── Azure_Blueprints_Icon.png │ │ ├── Azure_Cost_Management_Icon.png │ │ ├── Azure_Databricks_Icon.png │ │ ├── Azure_DevOps_Icon.png │ │ ├── Azure_Enterprise_Agreement_Icon.png │ │ ├── Azure_Logic_Apps_Icon.png │ │ ├── Azure_Monitor_Icon.png │ │ ├── Azure_NSG_Icon.png │ │ ├── Azure_Resources_Icon.png │ │ ├── Azure_Sentinel_Icon.png │ │ ├── Azure_Storage_Icon.png │ │ ├── BigData-Icon.png │ │ ├── Categories-Icon-01.png │ │ ├── Categories-Icon.png │ │ ├── Cloud, Office 365.png │ │ ├── Cloud-Governance-Icon.png │ │ ├── Cloud_Backup_Recovery_Icon.png │ │ ├── Cloud_Backup_Recovery_Icon_Black.png │ │ ├── Cloud_DevOps_Icon.png │ │ ├── Cloud_DevOps_Icon_Black.png │ │ ├── Cloud_Governance_Icon.png │ │ ├── Cloud_Governance_Icon_Black.png │ │ ├── Cloud_Identity_Management.png │ │ ├── Cloud_Identity_Management_Black.png │ │ ├── Cloud_Monitoring_Icon.png │ │ ├── Cloud_Monitoring_Icon_Black.png │ │ ├── Cloud_Networking_Icon.png │ │ ├── Cloud_Networking_Icon_Black.png │ │ ├── Cloud_Security_Icon.png │ │ ├── Cloud_Security_Icon_Black.png │ │ ├── Cloud_Strategy_Icon.png │ │ ├── Cloud_Strategy_Icon_Black.png │ │ ├── Containers-Icon.png │ │ ├── Dashboard_icon.png │ │ ├── DataPlatform-Icon-01.png │ │ ├── DataPlatform-Icon.png │ │ ├── DevOps-Icon.png │ │ ├── DevOps_Automation_Icon.jpg │ │ ├── DevOps_Automation_Icon.png │ │ ├── Enterprise-Integration-Icon.png │ │ ├── IaaS-Icon-01.png │ │ ├── IaaS-Icon.png │ │ ├── IoT-Icon.png │ │ ├── Key-Questions-Answers.png │ │ ├── MachineLearning-Icon.png │ │ ├── Microsoft Azure.png │ │ ├── Monitoring_Pillars.png │ │ ├── Networking-Icon-01.png │ │ ├── Networking-Icon.png │ │ ├── Networking_Icon.png │ │ ├── Networking_Icon_Black.png │ │ ├── OMS Log Analytics.png │ │ ├── OS image.png │ │ ├── Office 365 subscription.png │ │ ├── Office 365.png │ │ ├── Operations Management Suite (OMS).png │ │ ├── Operations Management Suite (OMS)_COLOR.png │ │ ├── Power BI Embedded.png │ │ ├── Recovery_Backup_Icon.png │ │ ├── Resource Group.png │ │ ├── ResourceGroup_COLOR.png │ │ ├── Security-Identity-Icon.png │ │ ├── Service Endpoint.png │ │ ├── Tier-0.png │ │ ├── Tier-1.png │ │ ├── Tier-2.png │ │ ├── Tier-3.png │ │ ├── Tier-4.png │ │ ├── Unidentified feature object.png │ │ ├── Unidentified feature object_COLOR.png │ │ ├── VHD data disk.png │ │ ├── VHD.png │ │ ├── Visual Studio Team Services - Bitbucket code source.png │ │ ├── Visual Studio Team Services - Bitbucket code source_COLOR.png │ │ ├── Visual Studio Team Services - CodePlex source.png │ │ ├── Visual Studio Team Services - CodePlex source_COLOR.png │ │ ├── Visual Studio Team Services - Dropbox code source.png │ │ ├── Visual Studio Team Services - Dropbox code source_COLOR.png │ │ ├── Visual Studio Team Services - Git repository.png │ │ ├── Visual Studio Team Services - Git repository_COLOR.png │ │ ├── Visual Studio Team Services - GitHub.png │ │ ├── Visual Studio Team Services - GitHub_COLOR.png │ │ ├── Visual Studio Team Services.png │ │ ├── Visual Studio Team Services_COLOR.png │ │ ├── azure-management-groups.png │ │ ├── management-groups-.png │ │ ├── microsoft-azure-cloud-1.png │ │ ├── webhooks.png │ │ └── webhooks_COLOR.png │ └── pictures │ │ ├── 000_AAdvisor_LowUsageVM.svg │ │ ├── 000_AKS_ContainersLogo.svg │ │ ├── 000_ASCAlerts_UnderAttack.svg │ │ ├── 000_ASCTasks_EncryptionOnVm.svg │ │ ├── 000_Compute_UbuntuLogo.svg │ │ ├── 000_Networking_GlobalVNETPeering.svg │ │ ├── 001_AAdvisor_VMBackup.svg │ │ ├── 001_ASCAlerts_SQLUnderAttack.svg │ │ ├── 001_ASCTasks_NextGenFirewall.svg │ │ ├── 001_Compute_WindowsLogo.svg │ │ ├── 001_Networking_VNETPeering.svg │ │ ├── 002_AAdvisor_ReliabilityAS.svg │ │ ├── 002_AKS_ContainersHost.svg │ │ ├── 002_ASCAlerts_SubnetUnderAttack.svg │ │ ├── 002_ASCTasks_EnableAuditing.svg │ │ ├── 002_Compute_LinuxLogo.svg │ │ ├── 003_AAdvisor_FaultTolerance.svg │ │ ├── 003_AKS_PodImage.svg │ │ ├── 003_ASCAlerts_Suspicious.svg │ │ ├── 003_ASCTasks_JitAdmin.svg │ │ ├── 003_Compute_SuseLogo.svg │ │ ├── 004_AAdvisor_SQLPerformance.svg │ │ ├── 004_AKS_SingleContainerLogo.svg │ │ ├── 004_ASCAlerts_Preview.svg │ │ ├── 004_ASCTasks_InstallAntimalware.svg │ │ ├── 004_Compute_RedhatLogo.svg │ │ ├── 005_AAdvisor_AddVMtoAS.svg │ │ ├── 005_AKS_SingleContainer.svg │ │ ├── 005_ASCTasks_VulnerabilityAssessment.svg │ │ ├── 005_Compute_CentOSLogo.svg │ │ ├── 006_AAdvisor_ServiceHealthAlert.svg │ │ ├── 006_ASCTasks_VMNsg.svg │ │ ├── 006_Compute_Tux.svg │ │ ├── 007_AAdvisor_TrafficManagerTTL.svg │ │ ├── 007_ASCTasks_WAF.svg │ │ ├── 008_AAdvisor_TrafficManagerEndpoints.svg │ │ ├── 008_ASCTasks_NSGSubnetMissing.svg │ │ ├── 009_AAdvisor_TrafficManagerMoreRegions.svg │ │ ├── 009_ASCTasks_SQLTDE.svg │ │ ├── 010_AAdvisor_SoftDelete.svg │ │ ├── 010_ASCTasks_InetFacingNSG.svg │ │ ├── 011_AAdvisor_SQLUnderUtil.svg │ │ ├── 011_ASCTasks_RebootVm.svg │ │ ├── 012_AAdvisor_ImproveSecurity.svg │ │ ├── 012_ASCTasks_subscriptionsandMFA.svg │ │ ├── 013_AAdvisor_Advisor_VNGconnect.svg │ │ ├── 013_ASCTasks_SubscriptionOwners.svg │ │ ├── 014_AAdvisor_ReservedInstances.svg │ │ ├── 014_ASCTasks_MoreSubsOwners.svg │ │ ├── 015_AAdvisor_NetworkGateway.svg │ │ ├── 015_ASCTasks_PHPUpdate.svg │ │ ├── 016_AAdvisor_publicIP.svg │ │ ├── 016_ASCTasks_IPRestrictions.svg │ │ ├── 017_ASCTasks_VNET.svg │ │ ├── 018_ASCTasks_WebApp.svg │ │ ├── 019_ASCTasks_VM.svg │ │ ├── 020_ASCTasks_RestrictStorage.svg │ │ ├── 021_ASCTasks_Storage.svg │ │ ├── 022_ASCTasks_SQL.svg │ │ ├── 023_ASCTasks_Containers.svg │ │ ├── 024_ASCTasks_ScaleSet.svg │ │ ├── 025_ASCTasks_Assestment.svg │ │ ├── 026_ASCTasks_NSG.svg │ │ ├── 027_ASCTasks_Functions.svg │ │ ├── 028_ASCTasks_MFA.svg │ │ ├── 029_ASCTasks_Diagnostics.svg │ │ ├── 030_ASCTasks_monitor.svg │ │ ├── 031_ASCTasks_KeyVault.svg │ │ ├── 032_ASCTasks_AzureSearch.svg │ │ ├── 033_ASCTasks_LogicWorkflow.svg │ │ ├── 034_ASCTasks_NinjaCat.svg │ │ ├── 035_ASCTasks_AzureLogo.svg │ │ ├── 036_ASCTasks_Subscription.svg │ │ ├── 037_Management Groups.svg │ │ ├── 037_Management_Groups.svg │ │ ├── README.md │ │ ├── checkmark.svg │ │ └── crossout.svg └── wiki │ ├── ADO Dashboard - Deployment Guide.md │ ├── ADO Dashboard - Reports.md │ ├── ADO Dashboard.md │ ├── GitHub Dashboard - Deployment Guide.md │ ├── GitHub Dashboard - Reports.md │ ├── GitHub Dashboard.md │ ├── Governance Dashboard - Deployment Guide.md │ ├── Governance Dashboard - Reports.md │ ├── Governance Dashboard.md │ ├── Home.md │ ├── Infrastructure-Dashboard-Deployment Guide.md │ ├── Infrastructure-Dashboard-Reports.md │ ├── Infrastructure-Dashboard.md │ ├── Release Notes.md │ ├── Troubleshooting Guide.md │ ├── _Footer.md │ ├── _Sidebar.md │ └── media │ ├── Ado-contributions-dashboard.png │ ├── Advisor.png │ ├── AdvisorRecommendations.png │ ├── AppServices.png │ ├── AzureCompute.png │ ├── AzureNetworking.png │ ├── Credentials1.png │ ├── Credentials2.png │ ├── Credentials3.png │ ├── Credentials4.png │ ├── Credentials5.png │ ├── Credentials7.png │ ├── EnableSecurityCenterStandard.png │ ├── Github-contributions-dashboard.jpg │ ├── GovernanceOverview.png │ ├── IdleResources.png │ ├── MGForbiddenAccessError.png │ ├── MGQueryDisabled.png │ ├── NSGs.png │ ├── OverviewImage.png │ ├── PowerBI-DataConnectors.png │ ├── PowerBI-PrivacyConfigurationPrivacyLevels.png │ ├── PowerBI-SecurityConfiguration.png │ ├── RBAC.png │ ├── RBACServicePrincipals.png │ ├── RBACwrongTenantName.PNG │ ├── RelationshipsModelGovernance.PNG │ ├── RelationshipsModelInfrastructure.PNG │ ├── SecurityCenterAlerts.png │ ├── TagsOverview.png │ ├── UsageAndLimits.png │ ├── WrongPrivacyLevelConfig.png │ ├── WrongPrivacyLevelError.png │ ├── WrongTenantNameError.png │ ├── ado-run-workflow.png │ ├── ado-storage-account.png │ ├── ado-storage-tables.png │ ├── aks.PNG │ ├── aks2.png │ ├── customconnector.PNG │ ├── customconnectorfolder.PNG │ ├── customconnectorsecurity.PNG │ ├── github-dashboard-architecture.png │ ├── github-storage-account.jpg │ ├── governancePolicies.png │ ├── governancePrivacy.png │ ├── governanceSubsBlueprints.png │ ├── locale_options_powerBI.PNG │ ├── loganalyticsAPI.PNG │ ├── problem_graph_api.png │ ├── refreshgovernance1.png │ ├── regulatorycompliance.png │ ├── regulatorycomplianceresources.png │ ├── resourceproviders.png │ ├── run-workflow.jpg │ ├── selector.png │ ├── selectorGov.PNG │ └── storage-tables.jpg ├── install ├── DI_Images │ ├── AAD_Privileged_Identity.png │ ├── Accounts - Microsoft account.png │ ├── Accounts - Work account.png │ ├── Add-Ons-Icon.png │ ├── App-Service-Icon-01.png │ ├── App-Service-Icon.png │ ├── Azure API Management.png │ ├── Azure API Management_COLOR.png │ ├── Azure Acitve Directory Access Control.png │ ├── Azure Active Directory Health Monitoring.png │ ├── Azure Active Directory Health monitoring_COLOR.png │ ├── Azure Active Directory.png │ ├── Azure Active Directory_COLOR.png │ ├── Azure App Service - Azure API Apps.png │ ├── Azure App Service - Azure API Apps_COLOR.png │ ├── Azure App Service - Logic App.png │ ├── Azure App Service - Logic App_COLOR.png │ ├── Azure App Service - Mobile App (was Mobile Services).png │ ├── Azure App Service - Mobile App_COLOR.png │ ├── Azure App Service - Web App (was Websites).png │ ├── Azure App Service - Web App_COLOR.png │ ├── Azure App Service - Worker Pools.png │ ├── Azure App Service - Worker Pools_COLOR.png │ ├── Azure App Service.png │ ├── Azure App Service_COLOR.png │ ├── Azure Application Gateway.png │ ├── Azure Application Gateway_COLOR.png │ ├── Azure Application Insights.png │ ├── Azure Application Insights_COLOR.png │ ├── Azure Automation - Runbooks.png │ ├── Azure Automation - Runbooks_COLOR.png │ ├── Azure Automation.png │ ├── Azure Automation_COLOR.png │ ├── Azure Backup - Backup Agent.png │ ├── Azure Backup - Recovery Vault.png │ ├── Azure Backup.png │ ├── Azure Backup_COLOR.png │ ├── Azure Batch.png │ ├── Azure BizTalk Services - Hybrid Connections.png │ ├── Azure BizTalk Services - Hybrid Connections_COLOR.png │ ├── Azure BizTalk Services - Hybrid connection manager.png │ ├── Azure BizTalk Services.png │ ├── Azure BizTalk Services_COLOR.png │ ├── Azure Cache Redis Product icon_COLOR.png │ ├── Azure Cache including Redis.png │ ├── Azure Cache including Redis_COLOR.png │ ├── Azure Cloud Service.png │ ├── Azure Cloud Service_COLOR.png │ ├── Azure Cloud Services - Web role.png │ ├── Azure Cloud Services - Web roles.png │ ├── Azure Cloud Services - Worker role.png │ ├── Azure Cloud Services - Worker roles.png │ ├── Azure Cognative Services - Computer Vision_COLOR.png │ ├── Azure Cognative Services - Speech_COLOR.png │ ├── Azure Cognative Services - emotion_COLOR.png │ ├── Azure Cognative Services - face_COLOR.svg │ ├── Azure Cognative Services - luis_COLOR.png │ ├── Azure Cognative Services - recommendations_COLOR.png │ ├── Azure Cognative Services - textanalytics_COLOR.png │ ├── Azure Cognative Services - web-language-model_COLOR.png │ ├── Azure Cognative Services_COLOR.png │ ├── Azure Cognitive Services.png │ ├── Azure Compute - Autoscaling.png │ ├── Azure Container Service.png │ ├── Azure Container Service_COLOR.png │ ├── Azure Content Delivery Network (CDN).png │ ├── Azure Content Delivery Network (CDN)_COLOR.png │ ├── Azure Cortona Management Suite.png │ ├── Azure DNS.png │ ├── Azure DNS_COLOR.png │ ├── Azure Data Catalog.png │ ├── Azure Data Catalog_COLOR.png │ ├── Azure Data Factory Pipeline.png │ ├── Azure Data Factory.png │ ├── Azure Data Factory_COLOR.png │ ├── Azure Data Lake Analytics.png │ ├── Azure Data Lake Analytics_COLOR.png │ ├── Azure Data Lake Store.png │ ├── Azure Data Lake Store_COLOR.png │ ├── Azure Data Lake.png │ ├── Azure Data Warehouse.png │ ├── Azure Data Warehouse_COLOR.png │ ├── Azure DataServices category rollup.png │ ├── Azure Database General_COLOR.png │ ├── Azure DevTest Labs.png │ ├── Azure DevTest Labs_COLOR.png │ ├── Azure DocumentDB - DocDB account.png │ ├── Azure DocumentDB - DocDB collections 1.png │ ├── Azure DocumentDB - database.png │ ├── Azure DocumentDB - document 2.png │ ├── Azure DocumentDB.png │ ├── Azure DocumentDB_COLOR.png │ ├── Azure Event Hubs.png │ ├── Azure Event Hubs_COLOR.png │ ├── Azure Express Route_COLOR.png │ ├── Azure ExpressRoute.png │ ├── Azure Functions.png │ ├── Azure Functions_COLOR.png │ ├── Azure HDInsight.png │ ├── Azure HDInsight_COLOR.png │ ├── Azure HockeyApp.png │ ├── Azure HockeyApp_COLOR.png │ ├── Azure IoT Hub.png │ ├── Azure IoT Hub_COLOR.svg │ ├── Azure Key Vault.png │ ├── Azure KeyVault_COLOR.png │ ├── Azure Load Balancer (feature).png │ ├── Azure Load Balancer (feature)_COLOR.png │ ├── Azure Machine Learning.png │ ├── Azure Machine Learning_COLOR.png │ ├── Azure Management Portal.png │ ├── Azure Management Portal_COLOR.png │ ├── Azure Media Services _COLOR.png │ ├── Azure Media Services.png │ ├── Azure Mobile Engagement.png │ ├── Azure Mobile Engagement_COLOR.png │ ├── Azure Multi-Factor Authentication.png │ ├── Azure Multi-Factor Authentication_COLOR.png │ ├── Azure MySQL ClearDB database.png │ ├── Azure MySQL ClearDB database_COLOR.png │ ├── Azure Notification Hubs.png │ ├── Azure Notification Hubs_COLOR.png │ ├── Azure RemoteApp.png │ ├── Azure RemoteApp_COLOR.png │ ├── Azure Rights Management (RMS).png │ ├── Azure SDK.png │ ├── Azure SDK_COLOR.png │ ├── Azure SQL DataSync.png │ ├── Azure SQL DataWarehouse.png │ ├── Azure SQL DataWarehouse_COLOR.png │ ├── Azure SQL Database (generic).png │ ├── Azure SQL Database (generic)_COLOR.png │ ├── Azure SQL Database Premium.png │ ├── Azure SQL Database.png │ ├── Azure SQL Stretch Database.png │ ├── Azure SQL Stretch Database_COLOR.png │ ├── Azure Scheduler.png │ ├── Azure Search.png │ ├── Azure Search_COLOR.png │ ├── Azure Security Center _COLOR.png │ ├── Azure Security Center.png │ ├── Azure Service Bus Queues.png │ ├── Azure Service Bus Queues_COLOR.png │ ├── Azure Service Bus Relay.png │ ├── Azure Service Bus Topics.png │ ├── Azure Service Bus Topics_COLOR.png │ ├── Azure Service Bus.png │ ├── Azure Service Bus_COLOR.png │ ├── Azure Service Fabric.png │ ├── Azure Service Fabric_COLOR.png │ ├── Azure Site Recovery _COLOR.png │ ├── Azure Site Recovery.png │ ├── Azure StorSimple.png │ ├── Azure StorSimple_COLOR.png │ ├── Azure Storage - Blob.png │ ├── Azure Storage - Files.png │ ├── Azure Storage - Queue.png │ ├── Azure Storage - Table.png │ ├── Azure Storage.png │ ├── Azure Store.png │ ├── Azure Store_Marketplace.png │ ├── Azure Store_Marketplace_COLOR.png │ ├── Azure Stream Analytics.png │ ├── Azure Stream Analytics_COLOR.png │ ├── Azure Traffic Manager.png │ ├── Azure Traffic Manager_COLOR.png │ ├── Azure VM Scale Set _COLOR.png │ ├── Azure VM Scale Set.png │ ├── Azure VM container.png │ ├── Azure VM symbol only.png │ ├── Azure VPN Gateway.png │ ├── Azure VPN Gateway_color.png │ ├── Azure Virtual Machine 2_COLOR.png │ ├── Azure Virtual Machine.png │ ├── Azure Virtual Machine_COLOR.png │ ├── Azure Virtual Machines - Availability Set.png │ ├── Azure Virtual Machines - Availability Set_COLOR.png │ ├── Azure Virtual Machines - Linux Penguin shadow_COLOR.png │ ├── Azure Virtual Network.png │ ├── Azure Virtual Network_COLOR.png │ ├── Azure WebApp - WebJobs.png │ ├── Azure WebApp - WebJobs_COLOR.png │ ├── Azure alert.png │ ├── Azure load balancer (automatic).png │ ├── Azure subscription.png │ ├── Azure-Accelerated-Networking.png │ ├── Azure-Access-Control.png │ ├── Azure-Application-Security-Groups.png │ ├── Azure-Backup.png │ ├── Azure-Datacenter-BG.png │ ├── Azure-Encryption.png │ ├── Azure-Firewall.png │ ├── Azure-Infrastructure-as-Code.png │ ├── Azure-Network-Watcher.png │ ├── Azure-Security-Development-Lifecycle.png │ ├── Azure-Service-Health.png │ ├── Azure-Service-Map.png │ ├── Azure-VNET-Peering.png │ ├── AzureARMTemplates.svg │ ├── Azure_AD_CA_Icon.png │ ├── Azure_Advisor_Icon.png │ ├── Azure_Blueprint.png │ ├── Azure_Blueprints_Icon.png │ ├── Azure_Cost_Management_Icon.png │ ├── Azure_Databricks_Icon.png │ ├── Azure_DevOps_Icon.png │ ├── Azure_Enterprise_Agreement_Icon.png │ ├── Azure_Logic_Apps_Icon.png │ ├── Azure_Monitor_Icon.png │ ├── Azure_NSG_Icon.png │ ├── Azure_Policy.png │ ├── Azure_Resources_Icon.png │ ├── Azure_Sentinel_Icon.png │ ├── Azure_Storage_Icon.png │ ├── BigData-Icon.png │ ├── Categories-Icon-01.png │ ├── Categories-Icon.png │ ├── Cloud, Office 365.png │ ├── Cloud-Governance-Icon.png │ ├── Cloud_Backup_Recovery_Icon.png │ ├── Cloud_Backup_Recovery_Icon_Black.png │ ├── Cloud_DevOps_Icon.png │ ├── Cloud_DevOps_Icon_Black.png │ ├── Cloud_Governance_Icon.png │ ├── Cloud_Governance_Icon_Black.png │ ├── Cloud_Identity_Management.png │ ├── Cloud_Identity_Management_Black.png │ ├── Cloud_Monitoring_Icon.png │ ├── Cloud_Monitoring_Icon_Black.png │ ├── Cloud_Networking_Icon.png │ ├── Cloud_Networking_Icon_Black.png │ ├── Cloud_Security_Icon.png │ ├── Cloud_Security_Icon_Black.png │ ├── Cloud_Strategy_Icon.png │ ├── Cloud_Strategy_Icon_Black.png │ ├── Containers-Icon.png │ ├── Dashboard_icon.png │ ├── DataPlatform-Icon-01.png │ ├── DataPlatform-Icon.png │ ├── DevOps-Icon.png │ ├── DevOps_Automation_Icon.jpg │ ├── DevOps_Automation_Icon.png │ ├── Enterprise-Integration-Icon.png │ ├── IaaS-Icon-01.png │ ├── IaaS-Icon.png │ ├── IoT-Icon.png │ ├── Key-Questions-Answers.png │ ├── MachineLearning-Icon.png │ ├── Management_groups.png │ ├── Microsoft Azure.png │ ├── Monitoring_Pillars.png │ ├── Networking-Icon-01.png │ ├── Networking-Icon.png │ ├── Networking_Icon.png │ ├── Networking_Icon_Black.png │ ├── OMS Log Analytics.png │ ├── OS image.png │ ├── Office 365 subscription.png │ ├── Office 365.png │ ├── Operations Management Suite (OMS).png │ ├── Operations Management Suite (OMS)_COLOR.png │ ├── Power BI Embedded.png │ ├── Recovery_Backup_Icon.png │ ├── Resource Group.png │ ├── ResourceGroup_COLOR.png │ ├── Security-Identity-Icon.png │ ├── Service Endpoint.png │ ├── Tier-0.png │ ├── Tier-1.png │ ├── Tier-2.png │ ├── Tier-3.png │ ├── Tier-4.png │ ├── Unidentified feature object.png │ ├── Unidentified feature object_COLOR.png │ ├── VHD data disk.png │ ├── VHD.png │ ├── Visual Studio Team Services - Bitbucket code source.png │ ├── Visual Studio Team Services - Bitbucket code source_COLOR.png │ ├── Visual Studio Team Services - CodePlex source.png │ ├── Visual Studio Team Services - CodePlex source_COLOR.png │ ├── Visual Studio Team Services - Dropbox code source.png │ ├── Visual Studio Team Services - Dropbox code source_COLOR.png │ ├── Visual Studio Team Services - Git repository.png │ ├── Visual Studio Team Services - Git repository_COLOR.png │ ├── Visual Studio Team Services - GitHub.png │ ├── Visual Studio Team Services - GitHub_COLOR.png │ ├── Visual Studio Team Services.png │ ├── Visual Studio Team Services_COLOR.png │ ├── azure-management-groups.png │ ├── management-groups-.png │ ├── microsoft-azure-cloud-1.png │ ├── template.png │ ├── webhooks.png │ └── webhooks_COLOR.png ├── Images.zip ├── images.md ├── images │ ├── Credentials6.png │ ├── Credentials8.png │ ├── CredentialsDocMicrosoft.png │ ├── DocsCredentials.png │ ├── GlobalPrivacyLevels.png │ ├── GovernanceTags.png │ ├── Overview.png │ ├── PrivacyLevelsWithDocs.png │ ├── RelationshipsModel.PNG │ ├── SecurityCenterRecommendations.png │ └── SecurityCompliance.png └── scripts │ ├── ContinuousOptimizationDashboardReader.json │ └── azCCOCheckAzureApiLastVersion.ps1 ├── queries ├── AKS.m ├── GovernanceQueries.m └── InfrastructureQueries.m ├── src └── CustomConnectors │ └── CcoDashboardAzureConnector │ ├── CcoDasboardAzureConnector.sln │ ├── CcoDashboardAzureConnector.mproj │ ├── CcoDashboardAzureConnector.pq │ ├── CcoDashboardAzureConnector.query.pq │ ├── ManagementGroups.pq │ ├── client_id │ ├── client_id_global │ ├── client_id_govus │ ├── publish.local.cmd │ └── resources.resx └── tools └── scripts ├── Convert-TokenInFile.ps1 └── Deploy-Function.ps1 /.dccache: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report_beta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/ISSUE_TEMPLATE/bug_report_beta.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/ado-contributions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/workflows/ado-contributions.yml -------------------------------------------------------------------------------- /.github/workflows/gh-contributions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/workflows/gh-contributions.yml -------------------------------------------------------------------------------- /.github/workflows/issue_bot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/workflows/issue_bot.yml -------------------------------------------------------------------------------- /.github/workflows/issues.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/workflows/issues.yaml -------------------------------------------------------------------------------- /.github/workflows/platform.wiki-sync.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/workflows/platform.wiki-sync.yml -------------------------------------------------------------------------------- /.github/workflows/stale-issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.github/workflows/stale-issues.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /dashboards/ADODashboard-Contributors/src/local.settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/dashboards/ADODashboard-Contributors/src/local.settings.json -------------------------------------------------------------------------------- /dashboards/CCODashboard-AKS/CCO AKS Dashboard 5.2.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/dashboards/CCODashboard-AKS/CCO AKS Dashboard 5.2.pbit -------------------------------------------------------------------------------- /dashboards/CCODashboard-AKS/CCODashboard-AKS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/dashboards/CCODashboard-AKS/CCODashboard-AKS.md -------------------------------------------------------------------------------- /dashboards/CCODashboard-AKS/Old versions.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/dashboards/CCODashboard-AKS/Old versions.zip -------------------------------------------------------------------------------- /dashboards/CCODashboard-Governance/Old-Versions.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/dashboards/CCODashboard-Governance/Old-Versions.zip -------------------------------------------------------------------------------- /dashboards/CCODashboard-Infra/CCOInfradashboard v9.2.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/dashboards/CCODashboard-Infra/CCOInfradashboard v9.2.pbit -------------------------------------------------------------------------------- /dashboards/CCODashboard-Infra/Old Versions.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/dashboards/CCODashboard-Infra/Old Versions.zip -------------------------------------------------------------------------------- /dashboards/GitHubDashboard-Contributors/Old-Versions.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/dashboards/GitHubDashboard-Contributors/Old-Versions.zip -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AAD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AAD.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/APIManagement.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/APIManagement.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Advisor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Advisor.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AdvisorCost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AdvisorCost.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AdvisorHighAvailability.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AdvisorHighAvailability.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AdvisorOperationalExcellence.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AdvisorOperationalExcellence.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AdvisorPerformance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AdvisorPerformance.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AdvisorSecurity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AdvisorSecurity.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AppConfiguration.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AppConfiguration.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AppServices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AppServices.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AssignedBlueprints.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AssignedBlueprints.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AutomationAccounts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AutomationAccounts.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AvailablitySet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AvailablitySet.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AzureCacheRedis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AzureCacheRedis.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AzureCosmosDB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AzureCosmosDB.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AzureDevOps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AzureDevOps.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AzureInformationProtectionIdentity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AzureInformationProtectionIdentity.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AzureLighthouse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AzureLighthouse.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AzureMonitorDashboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AzureMonitorDashboard.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/AzureSpringCloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/AzureSpringCloud.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/BCDR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/BCDR.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Backup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Backup.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/BatchAccounts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/BatchAccounts.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/BlueprintAssignedSubscriptionKind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/BlueprintAssignedSubscriptionKind.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/BlueprintRoleContributorKind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/BlueprintRoleContributorKind.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/BlueprintTemplateKind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/BlueprintTemplateKind.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Blueprints.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Blueprints.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/CognitiveServices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/CognitiveServices.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/ContainerRegistries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/ContainerRegistries.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/DataLake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/DataLake.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Disks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Disks.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Error.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/EventGrid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/EventGrid.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/EventHubs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/EventHubs.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/GuestConfig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/GuestConfig.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Identity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Identity.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/IoT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/IoT.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/KeyVaults.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/KeyVaults.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Kubernetesservices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Kubernetesservices.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/LogicApps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/LogicApps.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/MachineLearning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/MachineLearning.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/ManagedApplications.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/ManagedApplications.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/ManagementGroups.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/ManagementGroups.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Monitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Monitor.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Policies.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Policies.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Policy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Policy.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/PolicyAssignments.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/PolicyAssignments.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/PolicyDefinitions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/PolicyDefinitions.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/RecoveryServices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/RecoveryServices.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Resource.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Resource.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/ResourceGroups.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/ResourceGroups.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/SQL.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/SQL.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/SQLdatabases.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/SQLdatabases.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/ScaleSet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/ScaleSet.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/SearchServices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/SearchServices.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/SecurityCenter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/SecurityCenter.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/ServiceBus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/ServiceBus.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/ServiceFabric.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/ServiceFabric.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/StorageAccounts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/StorageAccounts.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/StreamAnalytics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/StreamAnalytics.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Subscriptions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Subscriptions.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Succeded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Succeded.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Tags.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Tags.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Tenant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Tenant.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/UpdateManagement.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/UpdateManagement.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/VNETPeerings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/VNETPeerings.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/VirtualMachines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/VirtualMachines.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/VirtualNetworks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/VirtualNetworks.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/VirtualWANs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/VirtualWANs.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/WVD.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/WVD.svg -------------------------------------------------------------------------------- /docs/assets/2020_Icons/Warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/2020_Icons/Warning.svg -------------------------------------------------------------------------------- /docs/assets/DI_Images/AAD_Privileged_Identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/AAD_Privileged_Identity.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Accounts - Microsoft account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Accounts - Microsoft account.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Accounts - Work account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Accounts - Work account.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Add-Ons-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Add-Ons-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/App-Service-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/App-Service-Icon-01.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/App-Service-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/App-Service-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure API Management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure API Management.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure API Management_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure API Management_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Active Directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Active Directory.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Active Directory_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Active Directory_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure App Service - Azure API Apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure App Service - Azure API Apps.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure App Service - Logic App.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure App Service - Logic App.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure App Service - Logic App_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure App Service - Logic App_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure App Service - Mobile App_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure App Service - Mobile App_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure App Service - Web App_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure App Service - Web App_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure App Service - Worker Pools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure App Service - Worker Pools.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure App Service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure App Service.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure App Service_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure App Service_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Application Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Application Gateway.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Application Gateway_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Application Gateway_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Application Insights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Application Insights.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Application Insights_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Application Insights_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Automation - Runbooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Automation - Runbooks.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Automation - Runbooks_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Automation - Runbooks_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Automation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Automation.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Automation_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Automation_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Backup - Backup Agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Backup - Backup Agent.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Backup - Recovery Vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Backup - Recovery Vault.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Backup.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Backup_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Backup_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Batch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Batch.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure BizTalk Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure BizTalk Services.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure BizTalk Services_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure BizTalk Services_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cache Redis Product icon_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cache Redis Product icon_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cache including Redis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cache including Redis.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cache including Redis_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cache including Redis_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cloud Service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cloud Service.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cloud Service_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cloud Service_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cloud Services - Web role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cloud Services - Web role.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cloud Services - Web roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cloud Services - Web roles.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cloud Services - Worker role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cloud Services - Worker role.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cloud Services - Worker roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cloud Services - Worker roles.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cognative Services_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cognative Services_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cognitive Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cognitive Services.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Compute - Autoscaling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Compute - Autoscaling.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Container Service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Container Service.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Container Service_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Container Service_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Content Delivery Network (CDN).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Content Delivery Network (CDN).png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Cortona Management Suite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Cortona Management Suite.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DNS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DNS.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DNS_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DNS_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Catalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Catalog.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Catalog_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Catalog_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Factory Pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Factory Pipeline.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Factory.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Factory_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Factory_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Lake Analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Lake Analytics.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Lake Analytics_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Lake Analytics_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Lake Store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Lake Store.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Lake Store_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Lake Store_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Lake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Lake.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Warehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Warehouse.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Data Warehouse_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Data Warehouse_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DataServices category rollup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DataServices category rollup.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Database General_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Database General_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DevTest Labs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DevTest Labs.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DevTest Labs_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DevTest Labs_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DocumentDB - DocDB account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DocumentDB - DocDB account.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DocumentDB - database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DocumentDB - database.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DocumentDB - document 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DocumentDB - document 2.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DocumentDB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DocumentDB.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure DocumentDB_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure DocumentDB_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Event Hubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Event Hubs.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Event Hubs_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Event Hubs_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Express Route_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Express Route_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure ExpressRoute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure ExpressRoute.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Functions.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Functions_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Functions_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure HDInsight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure HDInsight.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure HDInsight_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure HDInsight_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure HockeyApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure HockeyApp.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure HockeyApp_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure HockeyApp_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure IoT Hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure IoT Hub.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure IoT Hub_COLOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure IoT Hub_COLOR.svg -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Key Vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Key Vault.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure KeyVault_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure KeyVault_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Load Balancer (feature).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Load Balancer (feature).png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Load Balancer (feature)_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Load Balancer (feature)_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Machine Learning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Machine Learning.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Machine Learning_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Machine Learning_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Management Portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Management Portal.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Management Portal_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Management Portal_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Media Services _COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Media Services _COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Media Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Media Services.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Mobile Engagement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Mobile Engagement.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Mobile Engagement_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Mobile Engagement_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Multi-Factor Authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Multi-Factor Authentication.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure MySQL ClearDB database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure MySQL ClearDB database.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure MySQL ClearDB database_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure MySQL ClearDB database_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Notification Hubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Notification Hubs.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Notification Hubs_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Notification Hubs_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure RemoteApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure RemoteApp.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure RemoteApp_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure RemoteApp_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Rights Management (RMS).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Rights Management (RMS).png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SDK.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SDK_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SDK_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL DataSync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL DataSync.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL DataWarehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL DataWarehouse.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL DataWarehouse_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL DataWarehouse_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL Database (generic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL Database (generic).png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL Database (generic)_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL Database (generic)_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL Database Premium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL Database Premium.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL Database.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL Stretch Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL Stretch Database.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure SQL Stretch Database_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure SQL Stretch Database_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Scheduler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Scheduler.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Search.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Search_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Search_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Security Center _COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Security Center _COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Security Center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Security Center.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Bus Queues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Bus Queues.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Bus Queues_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Bus Queues_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Bus Relay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Bus Relay.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Bus Topics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Bus Topics.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Bus Topics_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Bus Topics_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Bus.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Bus_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Bus_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Fabric.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Service Fabric_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Service Fabric_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Site Recovery _COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Site Recovery _COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Site Recovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Site Recovery.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure StorSimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure StorSimple.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure StorSimple_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure StorSimple_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Storage - Blob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Storage - Blob.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Storage - Files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Storage - Files.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Storage - Queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Storage - Queue.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Storage - Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Storage - Table.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Storage.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Store.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Store_Marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Store_Marketplace.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Store_Marketplace_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Store_Marketplace_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Stream Analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Stream Analytics.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Stream Analytics_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Stream Analytics_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Traffic Manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Traffic Manager.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Traffic Manager_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Traffic Manager_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure VM Scale Set _COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure VM Scale Set _COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure VM Scale Set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure VM Scale Set.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure VM container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure VM container.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure VM symbol only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure VM symbol only.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure VPN Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure VPN Gateway.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure VPN Gateway_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure VPN Gateway_color.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Virtual Machine 2_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Virtual Machine 2_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Virtual Machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Virtual Machine.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Virtual Machine_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Virtual Machine_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Virtual Network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Virtual Network.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure Virtual Network_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure Virtual Network_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure WebApp - WebJobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure WebApp - WebJobs.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure WebApp - WebJobs_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure WebApp - WebJobs_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure alert.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure load balancer (automatic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure load balancer (automatic).png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure subscription.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Accelerated-Networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Accelerated-Networking.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Access-Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Access-Control.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Application-Security-Groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Application-Security-Groups.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Backup.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Datacenter-BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Datacenter-BG.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Encryption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Encryption.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Firewall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Firewall.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Infrastructure-as-Code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Infrastructure-as-Code.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Network-Watcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Network-Watcher.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Security-Development-Lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Security-Development-Lifecycle.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Service-Health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Service-Health.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-Service-Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-Service-Map.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure-VNET-Peering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure-VNET-Peering.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_AD_CA_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_AD_CA_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Advisor_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Advisor_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Blueprints_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Blueprints_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Cost_Management_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Cost_Management_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Databricks_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Databricks_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_DevOps_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_DevOps_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Enterprise_Agreement_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Enterprise_Agreement_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Logic_Apps_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Logic_Apps_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Monitor_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Monitor_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_NSG_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_NSG_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Resources_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Resources_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Sentinel_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Sentinel_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Azure_Storage_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Azure_Storage_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/BigData-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/BigData-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Categories-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Categories-Icon-01.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Categories-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Categories-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud, Office 365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud, Office 365.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud-Governance-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud-Governance-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Backup_Recovery_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Backup_Recovery_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Backup_Recovery_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Backup_Recovery_Icon_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_DevOps_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_DevOps_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_DevOps_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_DevOps_Icon_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Governance_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Governance_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Governance_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Governance_Icon_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Identity_Management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Identity_Management.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Identity_Management_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Identity_Management_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Monitoring_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Monitoring_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Monitoring_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Monitoring_Icon_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Networking_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Networking_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Networking_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Networking_Icon_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Security_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Security_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Security_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Security_Icon_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Strategy_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Strategy_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Cloud_Strategy_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Cloud_Strategy_Icon_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Containers-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Containers-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Dashboard_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Dashboard_icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/DataPlatform-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/DataPlatform-Icon-01.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/DataPlatform-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/DataPlatform-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/DevOps-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/DevOps-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/DevOps_Automation_Icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/DevOps_Automation_Icon.jpg -------------------------------------------------------------------------------- /docs/assets/DI_Images/DevOps_Automation_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/DevOps_Automation_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Enterprise-Integration-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Enterprise-Integration-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/IaaS-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/IaaS-Icon-01.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/IaaS-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/IaaS-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/IoT-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/IoT-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Key-Questions-Answers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Key-Questions-Answers.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/MachineLearning-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/MachineLearning-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Microsoft Azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Microsoft Azure.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Monitoring_Pillars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Monitoring_Pillars.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Networking-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Networking-Icon-01.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Networking-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Networking-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Networking_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Networking_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Networking_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Networking_Icon_Black.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/OMS Log Analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/OMS Log Analytics.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/OS image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/OS image.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Office 365 subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Office 365 subscription.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Office 365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Office 365.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Operations Management Suite (OMS).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Operations Management Suite (OMS).png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Power BI Embedded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Power BI Embedded.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Recovery_Backup_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Recovery_Backup_Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Resource Group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Resource Group.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/ResourceGroup_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/ResourceGroup_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Security-Identity-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Security-Identity-Icon.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Service Endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Service Endpoint.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Tier-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Tier-0.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Tier-1.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Tier-2.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Tier-3.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Tier-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Tier-4.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Unidentified feature object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Unidentified feature object.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Unidentified feature object_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Unidentified feature object_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/VHD data disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/VHD data disk.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/VHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/VHD.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Visual Studio Team Services - GitHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Visual Studio Team Services - GitHub.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Visual Studio Team Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Visual Studio Team Services.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/Visual Studio Team Services_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/Visual Studio Team Services_COLOR.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/azure-management-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/azure-management-groups.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/management-groups-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/management-groups-.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/microsoft-azure-cloud-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/microsoft-azure-cloud-1.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/webhooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/webhooks.png -------------------------------------------------------------------------------- /docs/assets/DI_Images/webhooks_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/DI_Images/webhooks_COLOR.png -------------------------------------------------------------------------------- /docs/assets/pictures/000_AAdvisor_LowUsageVM.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/000_AAdvisor_LowUsageVM.svg -------------------------------------------------------------------------------- /docs/assets/pictures/000_AKS_ContainersLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/000_AKS_ContainersLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/000_ASCAlerts_UnderAttack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/000_ASCAlerts_UnderAttack.svg -------------------------------------------------------------------------------- /docs/assets/pictures/000_ASCTasks_EncryptionOnVm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/000_ASCTasks_EncryptionOnVm.svg -------------------------------------------------------------------------------- /docs/assets/pictures/000_Compute_UbuntuLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/000_Compute_UbuntuLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/000_Networking_GlobalVNETPeering.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/000_Networking_GlobalVNETPeering.svg -------------------------------------------------------------------------------- /docs/assets/pictures/001_AAdvisor_VMBackup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/001_AAdvisor_VMBackup.svg -------------------------------------------------------------------------------- /docs/assets/pictures/001_ASCAlerts_SQLUnderAttack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/001_ASCAlerts_SQLUnderAttack.svg -------------------------------------------------------------------------------- /docs/assets/pictures/001_ASCTasks_NextGenFirewall.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/001_ASCTasks_NextGenFirewall.svg -------------------------------------------------------------------------------- /docs/assets/pictures/001_Compute_WindowsLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/001_Compute_WindowsLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/001_Networking_VNETPeering.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/001_Networking_VNETPeering.svg -------------------------------------------------------------------------------- /docs/assets/pictures/002_AAdvisor_ReliabilityAS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/002_AAdvisor_ReliabilityAS.svg -------------------------------------------------------------------------------- /docs/assets/pictures/002_AKS_ContainersHost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/002_AKS_ContainersHost.svg -------------------------------------------------------------------------------- /docs/assets/pictures/002_ASCAlerts_SubnetUnderAttack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/002_ASCAlerts_SubnetUnderAttack.svg -------------------------------------------------------------------------------- /docs/assets/pictures/002_ASCTasks_EnableAuditing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/002_ASCTasks_EnableAuditing.svg -------------------------------------------------------------------------------- /docs/assets/pictures/002_Compute_LinuxLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/002_Compute_LinuxLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/003_AAdvisor_FaultTolerance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/003_AAdvisor_FaultTolerance.svg -------------------------------------------------------------------------------- /docs/assets/pictures/003_AKS_PodImage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/003_AKS_PodImage.svg -------------------------------------------------------------------------------- /docs/assets/pictures/003_ASCAlerts_Suspicious.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/003_ASCAlerts_Suspicious.svg -------------------------------------------------------------------------------- /docs/assets/pictures/003_ASCTasks_JitAdmin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/003_ASCTasks_JitAdmin.svg -------------------------------------------------------------------------------- /docs/assets/pictures/003_Compute_SuseLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/003_Compute_SuseLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/004_AAdvisor_SQLPerformance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/004_AAdvisor_SQLPerformance.svg -------------------------------------------------------------------------------- /docs/assets/pictures/004_AKS_SingleContainerLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/004_AKS_SingleContainerLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/004_ASCAlerts_Preview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/004_ASCAlerts_Preview.svg -------------------------------------------------------------------------------- /docs/assets/pictures/004_ASCTasks_InstallAntimalware.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/004_ASCTasks_InstallAntimalware.svg -------------------------------------------------------------------------------- /docs/assets/pictures/004_Compute_RedhatLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/004_Compute_RedhatLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/005_AAdvisor_AddVMtoAS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/005_AAdvisor_AddVMtoAS.svg -------------------------------------------------------------------------------- /docs/assets/pictures/005_AKS_SingleContainer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/005_AKS_SingleContainer.svg -------------------------------------------------------------------------------- /docs/assets/pictures/005_ASCTasks_VulnerabilityAssessment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/005_ASCTasks_VulnerabilityAssessment.svg -------------------------------------------------------------------------------- /docs/assets/pictures/005_Compute_CentOSLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/005_Compute_CentOSLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/006_AAdvisor_ServiceHealthAlert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/006_AAdvisor_ServiceHealthAlert.svg -------------------------------------------------------------------------------- /docs/assets/pictures/006_ASCTasks_VMNsg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/006_ASCTasks_VMNsg.svg -------------------------------------------------------------------------------- /docs/assets/pictures/006_Compute_Tux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/006_Compute_Tux.svg -------------------------------------------------------------------------------- /docs/assets/pictures/007_AAdvisor_TrafficManagerTTL.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/007_AAdvisor_TrafficManagerTTL.svg -------------------------------------------------------------------------------- /docs/assets/pictures/007_ASCTasks_WAF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/007_ASCTasks_WAF.svg -------------------------------------------------------------------------------- /docs/assets/pictures/008_AAdvisor_TrafficManagerEndpoints.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/008_AAdvisor_TrafficManagerEndpoints.svg -------------------------------------------------------------------------------- /docs/assets/pictures/008_ASCTasks_NSGSubnetMissing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/008_ASCTasks_NSGSubnetMissing.svg -------------------------------------------------------------------------------- /docs/assets/pictures/009_ASCTasks_SQLTDE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/009_ASCTasks_SQLTDE.svg -------------------------------------------------------------------------------- /docs/assets/pictures/010_AAdvisor_SoftDelete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/010_AAdvisor_SoftDelete.svg -------------------------------------------------------------------------------- /docs/assets/pictures/010_ASCTasks_InetFacingNSG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/010_ASCTasks_InetFacingNSG.svg -------------------------------------------------------------------------------- /docs/assets/pictures/011_AAdvisor_SQLUnderUtil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/011_AAdvisor_SQLUnderUtil.svg -------------------------------------------------------------------------------- /docs/assets/pictures/011_ASCTasks_RebootVm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/011_ASCTasks_RebootVm.svg -------------------------------------------------------------------------------- /docs/assets/pictures/012_AAdvisor_ImproveSecurity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/012_AAdvisor_ImproveSecurity.svg -------------------------------------------------------------------------------- /docs/assets/pictures/012_ASCTasks_subscriptionsandMFA.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/012_ASCTasks_subscriptionsandMFA.svg -------------------------------------------------------------------------------- /docs/assets/pictures/013_AAdvisor_Advisor_VNGconnect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/013_AAdvisor_Advisor_VNGconnect.svg -------------------------------------------------------------------------------- /docs/assets/pictures/013_ASCTasks_SubscriptionOwners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/013_ASCTasks_SubscriptionOwners.svg -------------------------------------------------------------------------------- /docs/assets/pictures/014_AAdvisor_ReservedInstances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/014_AAdvisor_ReservedInstances.svg -------------------------------------------------------------------------------- /docs/assets/pictures/014_ASCTasks_MoreSubsOwners.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/014_ASCTasks_MoreSubsOwners.svg -------------------------------------------------------------------------------- /docs/assets/pictures/015_AAdvisor_NetworkGateway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/015_AAdvisor_NetworkGateway.svg -------------------------------------------------------------------------------- /docs/assets/pictures/015_ASCTasks_PHPUpdate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/015_ASCTasks_PHPUpdate.svg -------------------------------------------------------------------------------- /docs/assets/pictures/016_AAdvisor_publicIP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/016_AAdvisor_publicIP.svg -------------------------------------------------------------------------------- /docs/assets/pictures/016_ASCTasks_IPRestrictions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/016_ASCTasks_IPRestrictions.svg -------------------------------------------------------------------------------- /docs/assets/pictures/017_ASCTasks_VNET.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/017_ASCTasks_VNET.svg -------------------------------------------------------------------------------- /docs/assets/pictures/018_ASCTasks_WebApp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/018_ASCTasks_WebApp.svg -------------------------------------------------------------------------------- /docs/assets/pictures/019_ASCTasks_VM.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/019_ASCTasks_VM.svg -------------------------------------------------------------------------------- /docs/assets/pictures/020_ASCTasks_RestrictStorage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/020_ASCTasks_RestrictStorage.svg -------------------------------------------------------------------------------- /docs/assets/pictures/021_ASCTasks_Storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/021_ASCTasks_Storage.svg -------------------------------------------------------------------------------- /docs/assets/pictures/022_ASCTasks_SQL.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/022_ASCTasks_SQL.svg -------------------------------------------------------------------------------- /docs/assets/pictures/023_ASCTasks_Containers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/023_ASCTasks_Containers.svg -------------------------------------------------------------------------------- /docs/assets/pictures/024_ASCTasks_ScaleSet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/024_ASCTasks_ScaleSet.svg -------------------------------------------------------------------------------- /docs/assets/pictures/025_ASCTasks_Assestment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/025_ASCTasks_Assestment.svg -------------------------------------------------------------------------------- /docs/assets/pictures/026_ASCTasks_NSG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/026_ASCTasks_NSG.svg -------------------------------------------------------------------------------- /docs/assets/pictures/027_ASCTasks_Functions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/027_ASCTasks_Functions.svg -------------------------------------------------------------------------------- /docs/assets/pictures/028_ASCTasks_MFA.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/028_ASCTasks_MFA.svg -------------------------------------------------------------------------------- /docs/assets/pictures/029_ASCTasks_Diagnostics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/029_ASCTasks_Diagnostics.svg -------------------------------------------------------------------------------- /docs/assets/pictures/030_ASCTasks_monitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/030_ASCTasks_monitor.svg -------------------------------------------------------------------------------- /docs/assets/pictures/031_ASCTasks_KeyVault.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/031_ASCTasks_KeyVault.svg -------------------------------------------------------------------------------- /docs/assets/pictures/032_ASCTasks_AzureSearch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/032_ASCTasks_AzureSearch.svg -------------------------------------------------------------------------------- /docs/assets/pictures/033_ASCTasks_LogicWorkflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/033_ASCTasks_LogicWorkflow.svg -------------------------------------------------------------------------------- /docs/assets/pictures/034_ASCTasks_NinjaCat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/034_ASCTasks_NinjaCat.svg -------------------------------------------------------------------------------- /docs/assets/pictures/035_ASCTasks_AzureLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/035_ASCTasks_AzureLogo.svg -------------------------------------------------------------------------------- /docs/assets/pictures/036_ASCTasks_Subscription.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/036_ASCTasks_Subscription.svg -------------------------------------------------------------------------------- /docs/assets/pictures/037_Management Groups.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/037_Management Groups.svg -------------------------------------------------------------------------------- /docs/assets/pictures/037_Management_Groups.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/037_Management_Groups.svg -------------------------------------------------------------------------------- /docs/assets/pictures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/README.md -------------------------------------------------------------------------------- /docs/assets/pictures/checkmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/checkmark.svg -------------------------------------------------------------------------------- /docs/assets/pictures/crossout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/assets/pictures/crossout.svg -------------------------------------------------------------------------------- /docs/wiki/ADO Dashboard - Deployment Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/ADO Dashboard - Deployment Guide.md -------------------------------------------------------------------------------- /docs/wiki/ADO Dashboard - Reports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/ADO Dashboard - Reports.md -------------------------------------------------------------------------------- /docs/wiki/ADO Dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/ADO Dashboard.md -------------------------------------------------------------------------------- /docs/wiki/GitHub Dashboard - Deployment Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/GitHub Dashboard - Deployment Guide.md -------------------------------------------------------------------------------- /docs/wiki/GitHub Dashboard - Reports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/GitHub Dashboard - Reports.md -------------------------------------------------------------------------------- /docs/wiki/GitHub Dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/GitHub Dashboard.md -------------------------------------------------------------------------------- /docs/wiki/Governance Dashboard - Deployment Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Governance Dashboard - Deployment Guide.md -------------------------------------------------------------------------------- /docs/wiki/Governance Dashboard - Reports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Governance Dashboard - Reports.md -------------------------------------------------------------------------------- /docs/wiki/Governance Dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Governance Dashboard.md -------------------------------------------------------------------------------- /docs/wiki/Home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Home.md -------------------------------------------------------------------------------- /docs/wiki/Infrastructure-Dashboard-Deployment Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Infrastructure-Dashboard-Deployment Guide.md -------------------------------------------------------------------------------- /docs/wiki/Infrastructure-Dashboard-Reports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Infrastructure-Dashboard-Reports.md -------------------------------------------------------------------------------- /docs/wiki/Infrastructure-Dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Infrastructure-Dashboard.md -------------------------------------------------------------------------------- /docs/wiki/Release Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Release Notes.md -------------------------------------------------------------------------------- /docs/wiki/Troubleshooting Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/Troubleshooting Guide.md -------------------------------------------------------------------------------- /docs/wiki/_Footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/_Footer.md -------------------------------------------------------------------------------- /docs/wiki/_Sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/_Sidebar.md -------------------------------------------------------------------------------- /docs/wiki/media/Ado-contributions-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Ado-contributions-dashboard.png -------------------------------------------------------------------------------- /docs/wiki/media/Advisor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Advisor.png -------------------------------------------------------------------------------- /docs/wiki/media/AdvisorRecommendations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/AdvisorRecommendations.png -------------------------------------------------------------------------------- /docs/wiki/media/AppServices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/AppServices.png -------------------------------------------------------------------------------- /docs/wiki/media/AzureCompute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/AzureCompute.png -------------------------------------------------------------------------------- /docs/wiki/media/AzureNetworking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/AzureNetworking.png -------------------------------------------------------------------------------- /docs/wiki/media/Credentials1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Credentials1.png -------------------------------------------------------------------------------- /docs/wiki/media/Credentials2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Credentials2.png -------------------------------------------------------------------------------- /docs/wiki/media/Credentials3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Credentials3.png -------------------------------------------------------------------------------- /docs/wiki/media/Credentials4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Credentials4.png -------------------------------------------------------------------------------- /docs/wiki/media/Credentials5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Credentials5.png -------------------------------------------------------------------------------- /docs/wiki/media/Credentials7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Credentials7.png -------------------------------------------------------------------------------- /docs/wiki/media/EnableSecurityCenterStandard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/EnableSecurityCenterStandard.png -------------------------------------------------------------------------------- /docs/wiki/media/Github-contributions-dashboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/Github-contributions-dashboard.jpg -------------------------------------------------------------------------------- /docs/wiki/media/GovernanceOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/GovernanceOverview.png -------------------------------------------------------------------------------- /docs/wiki/media/IdleResources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/IdleResources.png -------------------------------------------------------------------------------- /docs/wiki/media/MGForbiddenAccessError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/MGForbiddenAccessError.png -------------------------------------------------------------------------------- /docs/wiki/media/MGQueryDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/MGQueryDisabled.png -------------------------------------------------------------------------------- /docs/wiki/media/NSGs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/NSGs.png -------------------------------------------------------------------------------- /docs/wiki/media/OverviewImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/OverviewImage.png -------------------------------------------------------------------------------- /docs/wiki/media/PowerBI-DataConnectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/PowerBI-DataConnectors.png -------------------------------------------------------------------------------- /docs/wiki/media/PowerBI-SecurityConfiguration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/PowerBI-SecurityConfiguration.png -------------------------------------------------------------------------------- /docs/wiki/media/RBAC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/RBAC.png -------------------------------------------------------------------------------- /docs/wiki/media/RBACServicePrincipals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/RBACServicePrincipals.png -------------------------------------------------------------------------------- /docs/wiki/media/RBACwrongTenantName.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/RBACwrongTenantName.PNG -------------------------------------------------------------------------------- /docs/wiki/media/RelationshipsModelGovernance.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/RelationshipsModelGovernance.PNG -------------------------------------------------------------------------------- /docs/wiki/media/RelationshipsModelInfrastructure.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/RelationshipsModelInfrastructure.PNG -------------------------------------------------------------------------------- /docs/wiki/media/SecurityCenterAlerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/SecurityCenterAlerts.png -------------------------------------------------------------------------------- /docs/wiki/media/TagsOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/TagsOverview.png -------------------------------------------------------------------------------- /docs/wiki/media/UsageAndLimits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/UsageAndLimits.png -------------------------------------------------------------------------------- /docs/wiki/media/WrongPrivacyLevelConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/WrongPrivacyLevelConfig.png -------------------------------------------------------------------------------- /docs/wiki/media/WrongPrivacyLevelError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/WrongPrivacyLevelError.png -------------------------------------------------------------------------------- /docs/wiki/media/WrongTenantNameError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/WrongTenantNameError.png -------------------------------------------------------------------------------- /docs/wiki/media/ado-run-workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/ado-run-workflow.png -------------------------------------------------------------------------------- /docs/wiki/media/ado-storage-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/ado-storage-account.png -------------------------------------------------------------------------------- /docs/wiki/media/ado-storage-tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/ado-storage-tables.png -------------------------------------------------------------------------------- /docs/wiki/media/aks.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/aks.PNG -------------------------------------------------------------------------------- /docs/wiki/media/aks2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/aks2.png -------------------------------------------------------------------------------- /docs/wiki/media/customconnector.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/customconnector.PNG -------------------------------------------------------------------------------- /docs/wiki/media/customconnectorfolder.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/customconnectorfolder.PNG -------------------------------------------------------------------------------- /docs/wiki/media/customconnectorsecurity.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/customconnectorsecurity.PNG -------------------------------------------------------------------------------- /docs/wiki/media/github-dashboard-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/github-dashboard-architecture.png -------------------------------------------------------------------------------- /docs/wiki/media/github-storage-account.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/github-storage-account.jpg -------------------------------------------------------------------------------- /docs/wiki/media/governancePolicies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/governancePolicies.png -------------------------------------------------------------------------------- /docs/wiki/media/governancePrivacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/governancePrivacy.png -------------------------------------------------------------------------------- /docs/wiki/media/governanceSubsBlueprints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/governanceSubsBlueprints.png -------------------------------------------------------------------------------- /docs/wiki/media/locale_options_powerBI.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/locale_options_powerBI.PNG -------------------------------------------------------------------------------- /docs/wiki/media/loganalyticsAPI.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/loganalyticsAPI.PNG -------------------------------------------------------------------------------- /docs/wiki/media/problem_graph_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/problem_graph_api.png -------------------------------------------------------------------------------- /docs/wiki/media/refreshgovernance1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/refreshgovernance1.png -------------------------------------------------------------------------------- /docs/wiki/media/regulatorycompliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/regulatorycompliance.png -------------------------------------------------------------------------------- /docs/wiki/media/regulatorycomplianceresources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/regulatorycomplianceresources.png -------------------------------------------------------------------------------- /docs/wiki/media/resourceproviders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/resourceproviders.png -------------------------------------------------------------------------------- /docs/wiki/media/run-workflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/run-workflow.jpg -------------------------------------------------------------------------------- /docs/wiki/media/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/selector.png -------------------------------------------------------------------------------- /docs/wiki/media/selectorGov.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/selectorGov.PNG -------------------------------------------------------------------------------- /docs/wiki/media/storage-tables.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/docs/wiki/media/storage-tables.jpg -------------------------------------------------------------------------------- /install/DI_Images/AAD_Privileged_Identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/AAD_Privileged_Identity.png -------------------------------------------------------------------------------- /install/DI_Images/Accounts - Microsoft account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Accounts - Microsoft account.png -------------------------------------------------------------------------------- /install/DI_Images/Accounts - Work account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Accounts - Work account.png -------------------------------------------------------------------------------- /install/DI_Images/Add-Ons-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Add-Ons-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/App-Service-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/App-Service-Icon-01.png -------------------------------------------------------------------------------- /install/DI_Images/App-Service-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/App-Service-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure API Management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure API Management.png -------------------------------------------------------------------------------- /install/DI_Images/Azure API Management_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure API Management_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Acitve Directory Access Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Acitve Directory Access Control.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Active Directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Active Directory.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Active Directory_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Active Directory_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service - Azure API Apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service - Azure API Apps.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service - Logic App.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service - Logic App.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service - Logic App_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service - Logic App_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service - Mobile App_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service - Mobile App_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service - Web App_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service - Web App_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service - Worker Pools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service - Worker Pools.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service - Worker Pools_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service - Worker Pools_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service.png -------------------------------------------------------------------------------- /install/DI_Images/Azure App Service_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure App Service_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Application Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Application Gateway.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Application Gateway_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Application Gateway_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Application Insights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Application Insights.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Application Insights_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Application Insights_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Automation - Runbooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Automation - Runbooks.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Automation - Runbooks_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Automation - Runbooks_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Automation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Automation.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Automation_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Automation_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Backup - Backup Agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Backup - Backup Agent.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Backup - Recovery Vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Backup - Recovery Vault.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Backup.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Backup_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Backup_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Batch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Batch.png -------------------------------------------------------------------------------- /install/DI_Images/Azure BizTalk Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure BizTalk Services.png -------------------------------------------------------------------------------- /install/DI_Images/Azure BizTalk Services_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure BizTalk Services_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cache Redis Product icon_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cache Redis Product icon_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cache including Redis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cache including Redis.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cache including Redis_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cache including Redis_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cloud Service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cloud Service.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cloud Service_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cloud Service_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cloud Services - Web role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cloud Services - Web role.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cloud Services - Web roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cloud Services - Web roles.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cloud Services - Worker role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cloud Services - Worker role.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cloud Services - Worker roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cloud Services - Worker roles.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cognative Services - face_COLOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cognative Services - face_COLOR.svg -------------------------------------------------------------------------------- /install/DI_Images/Azure Cognative Services - luis_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cognative Services - luis_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cognative Services_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cognative Services_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cognitive Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cognitive Services.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Compute - Autoscaling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Compute - Autoscaling.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Container Service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Container Service.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Container Service_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Container Service_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Content Delivery Network (CDN).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Content Delivery Network (CDN).png -------------------------------------------------------------------------------- /install/DI_Images/Azure Cortona Management Suite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Cortona Management Suite.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DNS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DNS.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DNS_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DNS_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Catalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Catalog.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Catalog_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Catalog_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Factory Pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Factory Pipeline.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Factory.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Factory_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Factory_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Lake Analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Lake Analytics.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Lake Analytics_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Lake Analytics_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Lake Store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Lake Store.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Lake Store_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Lake Store_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Lake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Lake.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Warehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Warehouse.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Data Warehouse_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Data Warehouse_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DataServices category rollup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DataServices category rollup.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Database General_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Database General_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DevTest Labs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DevTest Labs.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DevTest Labs_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DevTest Labs_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DocumentDB - DocDB account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DocumentDB - DocDB account.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DocumentDB - DocDB collections 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DocumentDB - DocDB collections 1.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DocumentDB - database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DocumentDB - database.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DocumentDB - document 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DocumentDB - document 2.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DocumentDB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DocumentDB.png -------------------------------------------------------------------------------- /install/DI_Images/Azure DocumentDB_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure DocumentDB_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Event Hubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Event Hubs.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Event Hubs_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Event Hubs_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Express Route_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Express Route_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure ExpressRoute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure ExpressRoute.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Functions.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Functions_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Functions_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure HDInsight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure HDInsight.png -------------------------------------------------------------------------------- /install/DI_Images/Azure HDInsight_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure HDInsight_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure HockeyApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure HockeyApp.png -------------------------------------------------------------------------------- /install/DI_Images/Azure HockeyApp_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure HockeyApp_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure IoT Hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure IoT Hub.png -------------------------------------------------------------------------------- /install/DI_Images/Azure IoT Hub_COLOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure IoT Hub_COLOR.svg -------------------------------------------------------------------------------- /install/DI_Images/Azure Key Vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Key Vault.png -------------------------------------------------------------------------------- /install/DI_Images/Azure KeyVault_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure KeyVault_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Load Balancer (feature).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Load Balancer (feature).png -------------------------------------------------------------------------------- /install/DI_Images/Azure Load Balancer (feature)_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Load Balancer (feature)_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Machine Learning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Machine Learning.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Machine Learning_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Machine Learning_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Management Portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Management Portal.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Management Portal_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Management Portal_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Media Services _COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Media Services _COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Media Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Media Services.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Mobile Engagement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Mobile Engagement.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Mobile Engagement_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Mobile Engagement_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Multi-Factor Authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Multi-Factor Authentication.png -------------------------------------------------------------------------------- /install/DI_Images/Azure MySQL ClearDB database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure MySQL ClearDB database.png -------------------------------------------------------------------------------- /install/DI_Images/Azure MySQL ClearDB database_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure MySQL ClearDB database_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Notification Hubs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Notification Hubs.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Notification Hubs_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Notification Hubs_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure RemoteApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure RemoteApp.png -------------------------------------------------------------------------------- /install/DI_Images/Azure RemoteApp_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure RemoteApp_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Rights Management (RMS).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Rights Management (RMS).png -------------------------------------------------------------------------------- /install/DI_Images/Azure SDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SDK.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SDK_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SDK_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL DataSync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL DataSync.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL DataWarehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL DataWarehouse.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL DataWarehouse_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL DataWarehouse_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL Database (generic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL Database (generic).png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL Database (generic)_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL Database (generic)_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL Database Premium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL Database Premium.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL Database.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL Stretch Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL Stretch Database.png -------------------------------------------------------------------------------- /install/DI_Images/Azure SQL Stretch Database_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure SQL Stretch Database_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Scheduler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Scheduler.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Search.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Search_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Search_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Security Center _COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Security Center _COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Security Center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Security Center.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Bus Queues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Bus Queues.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Bus Queues_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Bus Queues_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Bus Relay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Bus Relay.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Bus Topics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Bus Topics.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Bus Topics_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Bus Topics_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Bus.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Bus_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Bus_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Fabric.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Service Fabric_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Service Fabric_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Site Recovery _COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Site Recovery _COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Site Recovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Site Recovery.png -------------------------------------------------------------------------------- /install/DI_Images/Azure StorSimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure StorSimple.png -------------------------------------------------------------------------------- /install/DI_Images/Azure StorSimple_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure StorSimple_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Storage - Blob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Storage - Blob.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Storage - Files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Storage - Files.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Storage - Queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Storage - Queue.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Storage - Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Storage - Table.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Storage.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Store.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Store_Marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Store_Marketplace.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Store_Marketplace_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Store_Marketplace_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Stream Analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Stream Analytics.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Stream Analytics_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Stream Analytics_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Traffic Manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Traffic Manager.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Traffic Manager_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Traffic Manager_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure VM Scale Set _COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure VM Scale Set _COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure VM Scale Set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure VM Scale Set.png -------------------------------------------------------------------------------- /install/DI_Images/Azure VM container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure VM container.png -------------------------------------------------------------------------------- /install/DI_Images/Azure VM symbol only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure VM symbol only.png -------------------------------------------------------------------------------- /install/DI_Images/Azure VPN Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure VPN Gateway.png -------------------------------------------------------------------------------- /install/DI_Images/Azure VPN Gateway_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure VPN Gateway_color.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Virtual Machine 2_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Virtual Machine 2_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Virtual Machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Virtual Machine.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Virtual Machine_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Virtual Machine_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Virtual Network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Virtual Network.png -------------------------------------------------------------------------------- /install/DI_Images/Azure Virtual Network_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure Virtual Network_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure WebApp - WebJobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure WebApp - WebJobs.png -------------------------------------------------------------------------------- /install/DI_Images/Azure WebApp - WebJobs_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure WebApp - WebJobs_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Azure alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure alert.png -------------------------------------------------------------------------------- /install/DI_Images/Azure load balancer (automatic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure load balancer (automatic).png -------------------------------------------------------------------------------- /install/DI_Images/Azure subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure subscription.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Accelerated-Networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Accelerated-Networking.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Access-Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Access-Control.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Application-Security-Groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Application-Security-Groups.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Backup.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Datacenter-BG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Datacenter-BG.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Encryption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Encryption.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Firewall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Firewall.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Infrastructure-as-Code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Infrastructure-as-Code.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Network-Watcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Network-Watcher.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Security-Development-Lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Security-Development-Lifecycle.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Service-Health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Service-Health.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-Service-Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-Service-Map.png -------------------------------------------------------------------------------- /install/DI_Images/Azure-VNET-Peering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure-VNET-Peering.png -------------------------------------------------------------------------------- /install/DI_Images/AzureARMTemplates.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/AzureARMTemplates.svg -------------------------------------------------------------------------------- /install/DI_Images/Azure_AD_CA_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_AD_CA_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Advisor_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Advisor_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Blueprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Blueprint.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Blueprints_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Blueprints_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Cost_Management_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Cost_Management_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Databricks_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Databricks_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_DevOps_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_DevOps_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Enterprise_Agreement_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Enterprise_Agreement_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Logic_Apps_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Logic_Apps_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Monitor_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Monitor_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_NSG_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_NSG_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Policy.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Resources_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Resources_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Sentinel_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Sentinel_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Azure_Storage_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Azure_Storage_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/BigData-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/BigData-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Categories-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Categories-Icon-01.png -------------------------------------------------------------------------------- /install/DI_Images/Categories-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Categories-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud, Office 365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud, Office 365.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud-Governance-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud-Governance-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Backup_Recovery_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Backup_Recovery_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Backup_Recovery_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Backup_Recovery_Icon_Black.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_DevOps_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_DevOps_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_DevOps_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_DevOps_Icon_Black.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Governance_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Governance_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Governance_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Governance_Icon_Black.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Identity_Management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Identity_Management.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Identity_Management_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Identity_Management_Black.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Monitoring_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Monitoring_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Monitoring_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Monitoring_Icon_Black.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Networking_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Networking_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Networking_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Networking_Icon_Black.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Security_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Security_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Security_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Security_Icon_Black.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Strategy_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Strategy_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Cloud_Strategy_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Cloud_Strategy_Icon_Black.png -------------------------------------------------------------------------------- /install/DI_Images/Containers-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Containers-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Dashboard_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Dashboard_icon.png -------------------------------------------------------------------------------- /install/DI_Images/DataPlatform-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/DataPlatform-Icon-01.png -------------------------------------------------------------------------------- /install/DI_Images/DataPlatform-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/DataPlatform-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/DevOps-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/DevOps-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/DevOps_Automation_Icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/DevOps_Automation_Icon.jpg -------------------------------------------------------------------------------- /install/DI_Images/DevOps_Automation_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/DevOps_Automation_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Enterprise-Integration-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Enterprise-Integration-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/IaaS-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/IaaS-Icon-01.png -------------------------------------------------------------------------------- /install/DI_Images/IaaS-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/IaaS-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/IoT-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/IoT-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Key-Questions-Answers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Key-Questions-Answers.png -------------------------------------------------------------------------------- /install/DI_Images/MachineLearning-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/MachineLearning-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Management_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Management_groups.png -------------------------------------------------------------------------------- /install/DI_Images/Microsoft Azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Microsoft Azure.png -------------------------------------------------------------------------------- /install/DI_Images/Monitoring_Pillars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Monitoring_Pillars.png -------------------------------------------------------------------------------- /install/DI_Images/Networking-Icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Networking-Icon-01.png -------------------------------------------------------------------------------- /install/DI_Images/Networking-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Networking-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Networking_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Networking_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Networking_Icon_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Networking_Icon_Black.png -------------------------------------------------------------------------------- /install/DI_Images/OMS Log Analytics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/OMS Log Analytics.png -------------------------------------------------------------------------------- /install/DI_Images/OS image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/OS image.png -------------------------------------------------------------------------------- /install/DI_Images/Office 365 subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Office 365 subscription.png -------------------------------------------------------------------------------- /install/DI_Images/Office 365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Office 365.png -------------------------------------------------------------------------------- /install/DI_Images/Operations Management Suite (OMS).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Operations Management Suite (OMS).png -------------------------------------------------------------------------------- /install/DI_Images/Power BI Embedded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Power BI Embedded.png -------------------------------------------------------------------------------- /install/DI_Images/Recovery_Backup_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Recovery_Backup_Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Resource Group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Resource Group.png -------------------------------------------------------------------------------- /install/DI_Images/ResourceGroup_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/ResourceGroup_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/Security-Identity-Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Security-Identity-Icon.png -------------------------------------------------------------------------------- /install/DI_Images/Service Endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Service Endpoint.png -------------------------------------------------------------------------------- /install/DI_Images/Tier-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Tier-0.png -------------------------------------------------------------------------------- /install/DI_Images/Tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Tier-1.png -------------------------------------------------------------------------------- /install/DI_Images/Tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Tier-2.png -------------------------------------------------------------------------------- /install/DI_Images/Tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Tier-3.png -------------------------------------------------------------------------------- /install/DI_Images/Tier-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Tier-4.png -------------------------------------------------------------------------------- /install/DI_Images/Unidentified feature object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Unidentified feature object.png -------------------------------------------------------------------------------- /install/DI_Images/Unidentified feature object_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Unidentified feature object_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/VHD data disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/VHD data disk.png -------------------------------------------------------------------------------- /install/DI_Images/VHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/VHD.png -------------------------------------------------------------------------------- /install/DI_Images/Visual Studio Team Services - GitHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Visual Studio Team Services - GitHub.png -------------------------------------------------------------------------------- /install/DI_Images/Visual Studio Team Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Visual Studio Team Services.png -------------------------------------------------------------------------------- /install/DI_Images/Visual Studio Team Services_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/Visual Studio Team Services_COLOR.png -------------------------------------------------------------------------------- /install/DI_Images/azure-management-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/azure-management-groups.png -------------------------------------------------------------------------------- /install/DI_Images/management-groups-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/management-groups-.png -------------------------------------------------------------------------------- /install/DI_Images/microsoft-azure-cloud-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/microsoft-azure-cloud-1.png -------------------------------------------------------------------------------- /install/DI_Images/template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/template.png -------------------------------------------------------------------------------- /install/DI_Images/webhooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/webhooks.png -------------------------------------------------------------------------------- /install/DI_Images/webhooks_COLOR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/DI_Images/webhooks_COLOR.png -------------------------------------------------------------------------------- /install/Images.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/Images.zip -------------------------------------------------------------------------------- /install/images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images.md -------------------------------------------------------------------------------- /install/images/Credentials6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/Credentials6.png -------------------------------------------------------------------------------- /install/images/Credentials8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/Credentials8.png -------------------------------------------------------------------------------- /install/images/CredentialsDocMicrosoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/CredentialsDocMicrosoft.png -------------------------------------------------------------------------------- /install/images/DocsCredentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/DocsCredentials.png -------------------------------------------------------------------------------- /install/images/GlobalPrivacyLevels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/GlobalPrivacyLevels.png -------------------------------------------------------------------------------- /install/images/GovernanceTags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/GovernanceTags.png -------------------------------------------------------------------------------- /install/images/Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/Overview.png -------------------------------------------------------------------------------- /install/images/PrivacyLevelsWithDocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/PrivacyLevelsWithDocs.png -------------------------------------------------------------------------------- /install/images/RelationshipsModel.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/RelationshipsModel.PNG -------------------------------------------------------------------------------- /install/images/SecurityCenterRecommendations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/SecurityCenterRecommendations.png -------------------------------------------------------------------------------- /install/images/SecurityCompliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/images/SecurityCompliance.png -------------------------------------------------------------------------------- /install/scripts/ContinuousOptimizationDashboardReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/scripts/ContinuousOptimizationDashboardReader.json -------------------------------------------------------------------------------- /install/scripts/azCCOCheckAzureApiLastVersion.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/install/scripts/azCCOCheckAzureApiLastVersion.ps1 -------------------------------------------------------------------------------- /queries/AKS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/queries/AKS.m -------------------------------------------------------------------------------- /queries/GovernanceQueries.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/queries/GovernanceQueries.m -------------------------------------------------------------------------------- /queries/InfrastructureQueries.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/queries/InfrastructureQueries.m -------------------------------------------------------------------------------- /src/CustomConnectors/CcoDashboardAzureConnector/client_id: -------------------------------------------------------------------------------- 1 | a672d62c-fc7b-4e81-a576-e60dc46e951d -------------------------------------------------------------------------------- /src/CustomConnectors/CcoDashboardAzureConnector/client_id_global: -------------------------------------------------------------------------------- 1 | a672d62c-fc7b-4e81-a576-e60dc46e951d -------------------------------------------------------------------------------- /src/CustomConnectors/CcoDashboardAzureConnector/client_id_govus: -------------------------------------------------------------------------------- 1 | a672d62c-fc7b-4e81-a576-e60dc46e951d -------------------------------------------------------------------------------- /tools/scripts/Convert-TokenInFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/tools/scripts/Convert-TokenInFile.ps1 -------------------------------------------------------------------------------- /tools/scripts/Deploy-Function.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/CCOInsights/HEAD/tools/scripts/Deploy-Function.ps1 --------------------------------------------------------------------------------