mohamedradwan.com Ads.txt file
<!DOCTYPE html><html lang="en" ><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="generator" content="Jekyll v4.3.3" /><meta property="og:title" content="Mohamed Radwan" /><meta property="og:locale" content="en" /><meta name="description" content="Blog from Mohamed Radwan." /><meta property="og:description" content="Blog from Mohamed Radwan." /><link rel="canonical" href="https://mohamedradwan-devops.github.io/" /><meta property="og:url" content="https://mohamedradwan-devops.github.io/" /><meta property="og:site_name" content="Mohamed Radwan" /><meta property="og:type" content="website" /><link rel="next" href="https://mohamedradwan-devops.github.io/page2" /><meta name="twitter:card" content="summary" /><meta property="twitter:title" content="Mohamed Radwan" /><meta name="twitter:site" content="@mradwan06" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebSite","description":"Blog from Mohamed Radwan.","headline":"Mohamed Radwan","name":"Mohamed Radwan","sameAs":["https://www.linkedin.com/in/mohamedahmedradwan/","https://twitter.com/mradwan06","https://github.com/MohamedRadwan-DevOps"],"url":"https://mohamedradwan-devops.github.io/"}</script><title>Mohamed Radwan</title><link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicons/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicons/favicon-16x16.png"><link rel="manifest" href="/assets/img/favicons/site.webmanifest"><link rel="shortcut icon" href="/assets/img/favicons/favicon.ico"><meta name="apple-mobile-web-app-title" content="Mohamed Radwan"><meta name="application-name" content="Mohamed Radwan"><meta name="msapplication-TileColor" content="#da532c"><meta name="msapplication-config" content="/assets/img/favicons/browserconfig.xml"><meta name="theme-color" content="#ffffff"><link rel="preconnect" href="https://fonts.googleapis.com" ><link rel="dns-prefetch" href="https://fonts.googleapis.com" ><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="dns-prefetch" href="https://fonts.gstatic.com" crossorigin><link rel="preconnect" href="https://fonts.googleapis.com" ><link rel="dns-prefetch" href="https://fonts.googleapis.com" ><link rel="preconnect" href="https://cdn.jsdelivr.net" ><link rel="dns-prefetch" href="https://cdn.jsdelivr.net" ><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/all.min.css"><link rel="stylesheet" href="/assets/css/style.css"> <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.min.js"></script> <script type="text/javascript"> class ModeToggle { static get MODE_KEY() { return "mode"; } static get MODE_ATTR() { return "data-mode"; } static get DARK_MODE() { return "dark"; } static get LIGHT_MODE() { return "light"; } static get ID() { return "mode-toggle"; } constructor() { if (this.hasMode) { if (this.isDarkMode) { if (!this.isSysDarkPrefer) { this.setDark(); } } else { if (this.isSysDarkPrefer) { this.setLight(); } } } let self = this; /* always follow the system prefers */ this.sysDarkPrefers.addEventListener("change", () => { if (self.hasMode) { if (self.isDarkMode) { if (!self.isSysDarkPrefer) { self.setDark(); } } else { if (self.isSysDarkPrefer) { self.setLight(); } } self.clearMode(); } self.notify(); }); } /* constructor() */ get sysDarkPrefers() { return window.matchMedia("(prefers-color-scheme: dark)"); } get isSysDarkPrefer() { return this.sysDarkPrefers.matches; } get isDarkMode() { return this.mode === ModeToggle.DARK_MODE; } get isLightMode() { return this.mode === ModeToggle.LIGHT_MODE; } get hasMode() { return this.mode != null; } get mode() { return sessionStorage.getItem(ModeToggle.MODE_KEY); } /* get the current mode on screen */ get modeStatus() { if (this.isDarkMode || (!this.hasMode && this.isSysDarkPrefer)) { return ModeToggle.DARK_MODE; } else { return ModeToggle.LIGHT_MODE; } } setDark() { $('html').attr(ModeToggle.MODE_ATTR, ModeToggle.DARK_MODE); sessionStorage.setItem(ModeToggle.MODE_KEY, ModeToggle.DARK_MODE); if (document.getElementById('post-list')) { if (document.getElementById("twitter-widget")) { document.getElementById("twitter-widget").remove(); } } } setLight() { $('html').attr(ModeToggle.MODE_ATTR, ModeToggle.LIGHT_MODE); sessionStorage.setItem(ModeToggle.MODE_KEY, ModeToggle.LIGHT_MODE); } clearMode() { $('html').removeAttr(ModeToggle.MODE_ATTR); sessionStorage.removeItem(ModeToggle.MODE_KEY); } /* Notify another plugins that the theme mode has changed */ notify() { window.postMessage({ direction: ModeToggle.ID, message: this.modeStatus }, "*"); } } /* ModeToggle */ const toggle = new ModeToggle(); function flipMode() { if (toggle.hasMode) { if (toggle.isSysDarkPrefer) { if (toggle.isLightMode) { toggle.clearMode(); } else { toggle.setLight(); } } else { if (toggle.isDarkMode) { toggle.clearMode(); } else { toggle.setDark(); } } } else { if (toggle.isSysDarkPrefer) { toggle.setLight(); } else { toggle.setDark(); } } toggle.notify(); } /* flipMode() */ // niklas $( document ).ready(function() { let mode = sessionStorage.getItem("mode"); if (mode === "dark") { if (document.getElementById('post-list')) { if (document.getElementById("twitter-widget")) { document.getElementById("twitter-widget").remove(); } } } }); </script><body data-spy="scroll" data-target="#toc" data-topbar-visible="true"><div id="sidebar" class="d-flex flex-column align-items-end"><div class="profile-wrapper text-center"><div id="avatar"> <a href="/" class="mx-auto"> <img src="/assets/img/mohamed-radwan.jpg" alt="avatar" onerror="this.style.display='none'"> </a></div><div class="site-title"> <a href="/">Mohamed Radwan</a></div><div class="site-subtitle font-italic"><div>Mohamed is a Microsoft DevOps MVP and Principal DevOps Consultant in the UK specializing in DevOps Practices, Technologies, Agile and Azure Platform.</div></div></div><ul class="w-100" style="padding-top: 20px;"><li class="nav-item active"> <a href="/" class="nav-link"> <i class="fa-fw fas fa-home ml-xl-3 mr-xl-3 unloaded"></i> <span>HOME</span> </a><li class="nav-item"> <a href="/archives/" class="nav-link"> <i class="fa-fw fas fa-archive ml-xl-3 mr-xl-3 unloaded"></i> <span>BLOG ARCHIVES</span> </a><li class="nav-item"> <a href="/categories/" class="nav-link"> <i class="fa-fw fas fa-video ml-xl-3 mr-xl-3 unloaded"></i> <span>CATEGORIES</span> </a><li class="nav-item"> <a href="/tags/" class="nav-link"> <i class="fa-fw fas fa-info-circle ml-xl-3 mr-xl-3 unloaded"></i> <span>TAGS</span> </a><li class="nav-item"> <a href="/about/" class="nav-link"> <i class="fa-fw fas fa-info-circle ml-xl-3 mr-xl-3 unloaded"></i> <span>ABOUT</span> </a></ul><div class="sidebar-bottom mt-auto d-flex flex-wrap justify-content-center align-items-center"> <button class="mode-toggle btn" aria-label="Switch Mode"> <i class="fas fa-adjust"></i> </button> <span class="icon-border"></span> <a href="https://www.linkedin.com/in/mohamedahmedradwan/" aria-label="linkedin" target="_blank" rel="noopener"> <i class="fab fa-linkedin"></i> </a> <a href="https://github.com/MohamedRadwan-DevOps" aria-label="github" target="_blank" rel="noopener"> <i class="fab fa-github"></i> </a> <a href="https://twitter.com/mradwan06" aria-label="twitter" target="_blank" rel="noopener"> <i class="fab fa-twitter"></i> </a> <a href="/feed.xml" aria-label="rss" > <i class="fas fa-rss"></i> </a></div></div><div id="topbar-niklas"> <img src="/assets/img/bar.png" alt="bar" id="img-niklas"></div><div id="topbar-wrapper-home"><div id="topbar" class="container d-flex align-items-center justify-content-between h-100 pl-3 pr-3 pl-md-4 pr-md-4"> <span id="breadcrumb"> <span>mohamedradwan.com - Nothing can beat experience</span> </span> <i id="sidebar-trigger" class="fas fa-bars fa-fw"></i><div id="topbar-title"> Mohamed Radwan</div><i id="search-trigger" class="fas fa-search fa-fw"></i> <span id="search-wrapper" class="align-items-center"> <i class="fas fa-search fa-fw"></i> <input class="form-control" id="search-input" type="search" aria-label="search" autocomplete="off" placeholder="Search..."> </span> <span id="search-cancel" >Cancel</span></div></div><div id="main-wrapper" class="d-flex justify-content-center"><div id="main" class="container pl-xl-4 pr-xl-4"><div class="row"><div id="core-wrapper" class="col-12 col-lg-11 col-xl-9 pr-xl-4"><div class="post pl-1 pr-1 pl-md-2 pr-md-2"><style> #core-wrapper { margin-top:-10px; }</style><div id="post-list"><div class="post-preview"><h1> <a href="/posts/deploying-lamp-stack-for-q2a-or-wordpress-on-azure/">Deploying a LAMP Stack for Q2A or WordPress on Azure: A Step-by-Step Guide</a></h1><div class="post-content"><p> Deploying a LAMP Stack for Q2A or WordPress on Azure: A Step-by-Step Guide If you’re looking to host a Question2Answer (Q2A) or WordPress site on Azure, this guide will walk you through setting up...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1724959013" data-df="ll" > Aug 29, 2024 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/devops-for-database-development-with-snowflake-using-liquibase-and-azure-devops/">DevOps for Database Development with Snowflake using Liquibase and Azure DevOps</a></h1><div class="post-content"><p> Abstract and Introduction DevOps empowers your organization to be more responsive, enabling you to delight your customers and stakeholders by delivering the value they want faster-not just once, b...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1643702843" data-df="ll" > Feb 1, 2022 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/terraform-associate-exam-guide-and-preparation/">Terraform Associate Exam Guide and Preparation</a></h1><div class="post-content"><p> Agenda The first is to explain where to ask questions and find resources for this initiative. So, there is a GitHub repo to store all resources, after that we will know and understand the exam obj...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1614453413" data-df="ll" > Feb 27, 2021 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/azure-kubernetes-service-aks-deep-dive-free-course/">Azure Kubernetes Service (AKS) Deep Dive Free Course</a></h1><div class="post-content"><p> Introduction Course Structure, Modules, and Overview Module 1: Introduction to Application Modernization and Containers Module 2: Understanding and working with Docker Module 3: Working ...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1599078066" data-df="ll" > Sep 2, 2020 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/the-road-to-microsoft-mvp-award-workshop/">The Road to Microsoft MVP Award workshop</a></h1><div class="post-content"><p> Introduction What is Microsoft MVP? Numbers and info about MVP program MVP categories MVP per country Benefits of being an MVP Microsoft Certificate vs MVP Award Where you should s...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1595872700" data-df="ll" > Jul 27, 2020 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/interview-with-mark-allan-during-microsoft-ignite-the-tour-in-london/">Interview with Mark Allan during Microsoft Ignite The Tour in London</a></h1><div class="post-content"><p> Interview with Mark Allan, an Azure Cloud Expert and a Microsoft Azure MVPduring Microsoft Ignite The Tour in London The following video has the complete interview: Intro Welcome to community ...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1580167486" data-df="ll" > Jan 27, 2020 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/interview-with-pierre-roman-during-microsoft-ignite-the-tour-in-london/">Interview with Pierre Roman during Microsoft Ignite The Tour in London</a></h1><div class="post-content"><p> Interview with Pierre Roman, a Senior Cloud Advocate at Microsoft during Microsoft Ignite The Tour in London The following video has the complete interview: Intro Welcome to community intervie...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1579941939" data-df="ll" > Jan 25, 2020 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/interview-with-april-edwards-during-microsoft-ignite-the-tour-in-london/">Interview with April Edwards during Microsoft Ignite The Tour in London</a></h1><div class="post-content"><p> Interview with April Edwards, a Senior Software Engineer / Cloud Advocate at Microsoft during Microsoft Ignite The Tour in London. The following video has the complete interview: Intro Welcome...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1579765536" data-df="ll" > Jan 23, 2020 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/interview-with-jeremy-likness-during-microsoft-ignite-the-tour-in-london/">Interview with Jeremy Likness during Microsoft Ignite The Tour in London</a></h1><div class="post-content"><p> Interview with Jeremy Likness a Senior Cloud Advocate at Microsoft during Microsoft Ignite The Tour in London. The following video has the complete interview: Intro Welcome to community interv...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1579555630" data-df="ll" > Jan 20, 2020 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div><div class="post-preview"><h1> <a href="/posts/how-to-prepare-for-exam-az-400-microsoft-azure-devops-solutions-with-final-exam-revision/">How to Prepare For Exam AZ-400 Microsoft Azure DevOps Solutions With Final Exam Revision</a></h1><div class="post-content"><p> AZ-400 Microsoft Azure DevOps Solutions Study Guide and Preparation This post and videos will help you to prepare for Azure DevOps Exam or AZ-400 Microsoft Azure DevOps Solutions Exam. It gives a ...</p></div><div class="post-meta text-muted d-flex"><div class="mr-auto"> <i class="far fa-calendar fa-fw"></i> <em class="" data-ts="1558435485" data-df="ll" > May 21, 2019 </em></div><div class="pin"> <i class="fas fa-thumbtack fa-fw"></i> <span>Pinned</span></div></div></div></div><ul class="pagination align-items-center mt-4 pl-lg-2"><li class="page-item disabled"> <a class="page-link btn-box-shadow" href="#" aria-label="previous-page"> <i class="fas fa-angle-left"></i> </a><li class="page-item active"> <a class="page-link btn-box-shadow" href="/">1</a><li class="page-item "> <a class="page-link btn-box-shadow" href="/page2">2</a><li class="page-item "> <a class="page-link btn-box-shadow" href="/page3">3</a><li class="page-item disabled"> <span class="page-link btn-box-shadow">...</span><li class="page-item "> <a class="page-link btn-box-shadow" href="/page41">41</a><li class="page-index align-middle"> <span>1</span> <span class="text-muted">/ 41</span><li class="page-item "> <a class="page-link btn-box-shadow" href="/page2" aria-label="next-page"> <i class="fas fa-angle-right"></i> </a></ul></div></div><div id="panel-wrapper" class="col-xl-3 pl-2 text-muted"><div class="access" style="margin-top: -1rem;"><div id="access-lastmod" class="post"><div class="panel-heading">Disclaimer</div><div style="margin-top: 10px;">The postings on this site are my own.</div></div><div id="access-lastmod" class="post"><div style="margin-top: 10px;"> <a href="https://mvp.microsoft.com/en-us/PublicProfile/4039889?fullName=Mohamed%20Radwan" target="_blank"> <img src="/assets/img/mvp-banner.png" alt="MVP" class="uniform-size"> </a> <br> <br> <a href="https://www.credly.com/users/mohamed-radwan.mvp/badges" target="_blank"> <img src="/assets/img/certifications-badges-2.png" alt="MVP" class="uniform-size"> </a></div></div></div></div></div></div><div id="search-result-wrapper" class="d-flex justify-content-center unloaded"><div class="col-12 col-sm-11 post-content"><div id="search-hints"><div id="access-tags"><div class="panel-heading">Trending Tags</div><div class="d-flex flex-wrap mt-3 mb-1 mr-3"> <a class="post-tag" href="/tags/tfsconfig-lab/">tfsconfig-lab</a></div></div></div><div id="search-results" class="d-flex flex-wrap justify-content-center text-muted mt-3"></div></div></div></div><div id="mask"></div><a id="back-to-top" href="#" aria-label="back-to-top" class="btn btn-lg btn-box-shadow" role="button"> <i class="fas fa-angle-up"></i> </a><div id="notification" class="toast" role="alert" aria-live="assertive" aria-atomic="true" data-animation="true" data-autohide="false"><div class="toast-header"> <button type="button" class="ml-2 ml-auto close" data-dismiss="toast" aria-label="Close"> <span aria-hidden="true">×</span> </button></div><div class="toast-body text-center pt-0"><p class="pl-2 pr-2 mb-3">A new version of content is available.</p><button type="button" class="btn btn-primary" aria-label="Update"> Update </button></div></div><script src="https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js"></script> <script> SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('search-results'), json: '/assets/js/data/search.json', searchResultTemplate: '<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-lg-4 pr-lg-4 pl-xl-0 pr-xl-0"> <a href="{url}">{title}</a><div class="post-meta d-flex flex-column flex-sm-row text-muted mt-1 mb-1"> {categories} {tags}</div><p>{snippet}</p></div>', noResultsText: '<p class="mt-5">Oops! No results found.</p>', templateMiddleware: function(prop, value, template) { if (prop === 'categories') { if (value === '') { return `${value}`; } else { return `<div class="mr-sm-4"><i class="far fa-folder fa-fw"></i>${value}</div>`; } } if (prop === 'tags') { if (value === '') { return `${value}`; } else { return `<div><i class="fa fa-tag fa-fw"></i>${value}</div>`; } } } }); </script> <script src="https://cdn.jsdelivr.net/combine/npm/dayjs@1.11.6/dayjs.min.js,npm/dayjs@1.11.6/locale/en.min.js,npm/dayjs@1.11.6/plugin/relativeTime.min.js,npm/dayjs@1.11.6/plugin/localizedFormat.min.js"></script> <script defer src="/assets/js/dist/home.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script> <script defer src="/app.js"></script>