<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Brad Talks Tech]]></title><description><![CDATA[Brad Talks Tech]]></description><link>https://blog.bradtalkstech.com</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 12:40:04 GMT</lastBuildDate><atom:link href="https://blog.bradtalkstech.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Azure Resume Challenge Part 1]]></title><description><![CDATA[I have studied Azure off and on for the past two years and I felt like I didn't have any real world experience. I took to Google and started searching for beginner projects that could show me the ins and outs of using Azure. 
Through my searching I f...]]></description><link>https://blog.bradtalkstech.com/azure-resume-challenge-part-1</link><guid isPermaLink="true">https://blog.bradtalkstech.com/azure-resume-challenge-part-1</guid><category><![CDATA[Cloud]]></category><category><![CDATA[Azure]]></category><category><![CDATA[learning]]></category><dc:creator><![CDATA[Brad Williams]]></dc:creator><pubDate>Wed, 01 Jun 2022 18:25:49 GMT</pubDate><content:encoded><![CDATA[<p>I have studied Azure off and on for the past two years and I felt like I didn't have any real world experience. I took to Google and started searching for beginner projects that could show me the ins and outs of using Azure. </p>
<p>Through my searching I found the aCloud Guru's <a target="_blank" href="https://acloudguru.com/blog/engineering/cloudguruchallenge-your-resume-in-azure">#CloudGuruChallenge: Your resume in Azure</a>, presented by <a target="_blank" href="https://developer.microsoft.com/en-us/advocates/gwyneth-penasiguenza">Gwyn Peña-Siguenza</a>. This is the first part of the trials.</p>
<p>I found a guide written by <a target="_blank" href="https://jeffbrown.tech/azure-cloud-resume-challenge-part-1/">Jeff Brown</a> that I used as my starting point. Being a check list kind of person I usually try to follow some kind of guide for what I am doing. </p>
<p>I started the project first by trying to use the script that Jeff had posted to his page. I quickly realized I needed to do more prep-work beforehand.</p>
<p>the first step I took was creating a GitHub repository. This would be the first time I had ever used GitHub other than downloading some files or browsing. After creating the repository I needed to figure out how to sync the repository with my local system. I already had the GitHub software installed on my computer from a previous project that I never started.</p>
<p>From there I went to YouTube and watched a few videos that walked me through the process of cloning my Git repository with a local directory on my computer and adding and submitting changes. At this point I was ready to start creating my webpage.</p>
<p>Both Jeff Brown and Gwyn Peña-Siguenza suggested this <a target="_blank" href="https://www.themezy.com/free-website-templates/151-ceevee-free-responsive-website-template">HTML template</a> to setup the website. I started out using this template but I found it was too much for my taste. I wanted a simpler template to use. through some more Googling I found and loved this <a target="_blank" href="https://templateflip.com/demo/templates/right-resume/">winning template</a>.</p>
<p>After saving and extracting the template zip file to my local cloned GitHub repository. I used Visual Studio code to edit the HTML content of the template. I studied HTML and CSS before and know some concepts but am not proficient in it by any means.</p>
<p>I learned a good deal about HTML, for parts of the Template I had to add new sections for education and certifications. This took a lot of copy and pasting, refreshing the browser and re-working but I finally worked the template to the level I wanted. </p>
<p>One of the most challenging parts of the HTML edit was trying to edit and changed the icons used for social media. The template came with Instagram as a default and I wanted to change that to LinkedIn. I searched all through the HTML and CSS files but could not find where the icon was setup. Hoping back to the Google, I found that these icons are actually created by the <a target="_blank" href="https://fontawesome.com/v4/icon/linkedin">Font Awesome</a> Toolkit. Once I had the HTML code I needed for that, i pasted in into my template and was ready to go. </p>
<p>At this point I was ready to try the script provided by Jeff Brown. This time I had everything I needed to fill in the variables and create my content. This script is a way to create resources in Azure using the AzureCLI vs the web GUI interface. This is one of the extended goals of the challenge. I thought I had everything ready to go but on the first run I found some red text. </p>
<p>I ran the script, entered all of the required variables and run into some red text... 
"az : The term 'az' is not recognized as the name of a cmdlet"</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1654106731567/kjQopZZTd.png" alt="2022-06-01 14_02_33-Windows PowerShell.png" /></p>
<p>I took to google once again and found that PowerShell alone cannot run AzureCLI commands, I found an <a target="_blank" href="https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli">AzureCLI installer</a> provided by Microsoft that quickly solved this problem.</p>
<p>After installing the AzureCLI requirement I ran the script two more times, Each time specifying a name for my storage account but finding that the name had to be between a certain amount of characters and could not have any capital letters. Fixing those issues I finally had a successful run of the script and my page was live.</p>
<p>The script will output the URL for your page. If you want to find this through the Azure portal navigate to <strong>Storage Accounts --&gt; Name of Storage account --&gt; Static Webpage</strong> The URL for your page will be listed here. </p>
<p>Here is my completed Resume page. This is still a work in progress and I am excited to continue on to the next steps of the challenge.</p>
<p><a target="_blank" href="https://arc22bsw.z13.web.core.windows.net/">Brad Williams Resume</a></p>
]]></content:encoded></item></channel></rss>