Posts

Showing posts from May, 2026

DevOps -- DevOps-html-UI

 <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <meta name="viewport" content="width=device-width, initial-scale=1.0">   <title>Dynamic DevOps Dashboard</title>   <style>     *{       margin:0;       padding:0;       box-sizing:border-box;       font-family:Arial, sans-serif;     }     body{       background:#0f172a;       color:white;       padding:40px;     }     h1{       text-align:center;       margin-bottom:40px;       font-size:42px;       color:#38bdf8;     }     #dashboard{       display:flex;       flex-direction:column;       gap:30px;     }     .topic-card{       background:...

DevOps -- Topics - Topic File

TOPIC: Azure # ========================================= # SUB TOPIC # ========================================= SUBTOPIC: Azure  INNER_TOPIC: All Services (AWS | AZURE | OCI | GCP) URL: https://docs.google.com/spreadsheets/d/16MEWvTY9KDR1zOiFMz8sBmp-f9TaDHnQ/edit?pli=1&gid=1472215947#gid=1472215947 INNER_TOPIC: Azure Migrate | ASR (Azure Site Recovery) URL: https://build-tools-1.blogspot.com/2026/05/azure-migrate.html INNER_TOPIC: Azure - Bicep URL: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep INNER_TOPIC: Azure - Pipeline URL: https://learn.microsoft.com/en-us/azure/devops/pipelines/?view=azure-devops INNER_TOPIC: Azure - Doc- Azure Products URL: https://learn.microsoft.com/en-us/azure/?product=popular INNER_TOPIC: Azure - Doc- Azure Products URL: https://learn.microsoft.com/en-us/azure/?product=popular INNER_TOPIC: Azure for Python Developers URL: https://learn.microsoft.com/en-us/azure/developer/python/ INNER_TOPIC: Azure DevOps -...