<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Evelyn</title>
    <description>The latest articles on Forem by Evelyn (@cloud-with-evelyn).</description>
    <link>https://forem.com/cloud-with-evelyn</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2444878%2F095a41ad-aea9-41fb-b27e-397efdc160fd.png</url>
      <title>Forem: Evelyn</title>
      <link>https://forem.com/cloud-with-evelyn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/cloud-with-evelyn"/>
    <language>en</language>
    <item>
      <title>Provide storage for the Marketing department testing and training</title>
      <dc:creator>Evelyn</dc:creator>
      <pubDate>Sun, 17 Nov 2024 18:19:49 +0000</pubDate>
      <link>https://forem.com/cloud-with-evelyn/provide-storage-for-the-marketing-department-testing-and-training-38pp</link>
      <guid>https://forem.com/cloud-with-evelyn/provide-storage-for-the-marketing-department-testing-and-training-38pp</guid>
      <description>&lt;p&gt;The Marketing department needs to experiment with various storage setups and train new team members. The data involved isn’t critical, so it doesn’t need to be backed up or recovered if deleted or overwritten. They require a straightforward configuration that can be easily modified.&lt;/p&gt;

&lt;p&gt;We will need to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a storage account.&lt;/li&gt;
&lt;li&gt;Configure basic settings for security and networking.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How to Create a Resource Group and a Storage Account in Azure
&lt;/h3&gt;

&lt;p&gt;Creating and managing resources in Azure involves a few essential steps. Here's a simplified guide to help you set up a resource group and a storage account.&lt;/p&gt;




&lt;h4&gt;
  
  
  1. Create a Resource Group
&lt;/h4&gt;

&lt;p&gt;A resource group in Azure is a container that holds related resources for an Azure solution. Here's how to create one:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Step 1&lt;/strong&gt;: In the Azure portal, search for and select &lt;strong&gt;Resource groups&lt;/strong&gt;.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnfj7m0t7w79x9rlpglin.png" alt="Search for RG" width="800" height="359"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 2&lt;/strong&gt;: Click on &lt;strong&gt;+ Create&lt;/strong&gt;.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2mhh5ljy7lzpzs8x458q.png" alt="Create the RG" width="800" height="358"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 3&lt;/strong&gt;: Give your resource group a name, for example, &lt;code&gt;cwe-rg&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 4&lt;/strong&gt;: Select a region that you'll use throughout the project.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 5&lt;/strong&gt;: Click on &lt;strong&gt;Review and create&lt;/strong&gt; to validate the resource group settings.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8bl374xl2i2em1p3047n.png" alt="Validate and Create" width="800" height="728"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 6&lt;/strong&gt;: Click on &lt;strong&gt;Create&lt;/strong&gt; to deploy the resource group.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  2. Create a Storage Account
&lt;/h4&gt;

&lt;p&gt;Now, let's create a storage account to support your project needs.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Step 1&lt;/strong&gt;: In the Azure portal, search for and select &lt;strong&gt;Storage accounts&lt;/strong&gt;.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft04uvukucedsfyoi60or.png" alt="Image description" width="800" height="258"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 2&lt;/strong&gt;: Click on &lt;strong&gt;+ Create&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 3&lt;/strong&gt;: On the Basics tab, choose your Resource group.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 4&lt;/strong&gt;: Provide a unique Storage account name; the storage account name has to be globally accepted.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 5&lt;/strong&gt;: Set the Performance option to &lt;strong&gt;Standard&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 6&lt;/strong&gt;: Click on &lt;strong&gt;Review&lt;/strong&gt;, and then &lt;strong&gt;Create&lt;/strong&gt;.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fndmqr90ry3ox15rf6qui.png" alt="Image description" width="800" height="612"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 7&lt;/strong&gt;: Wait for the storage account to deploy, then click on &lt;strong&gt;Go to resource&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  3. Configure Storage Account Settings
&lt;/h4&gt;

&lt;p&gt;Next, configure some basic settings for your storage account.&lt;br&gt;
The data in this storage account doesn’t require high availability or durability. A lowest cost storage solution is desired.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Step 1&lt;/strong&gt;: In your storage account, go to the &lt;strong&gt;Data management&lt;/strong&gt; section and select the &lt;strong&gt;Redundancy&lt;/strong&gt; blade.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 2&lt;/strong&gt;: Choose &lt;strong&gt;Locally-redundant storage (LRS)&lt;/strong&gt; in the Redundancy drop-down.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 3&lt;/strong&gt;: Click on &lt;strong&gt;Save&lt;/strong&gt; to apply the changes.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffrx5iui0ru7cvixxkaq9.png" alt="Image description" width="800" height="323"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 4&lt;/strong&gt;: Refresh the page to ensure the content is only in the primary location.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  4. Secure Your Storage Account
&lt;/h4&gt;

&lt;p&gt;Ensure that your storage account is configured to accept requests from secure connections only.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Step 1&lt;/strong&gt;: In the &lt;strong&gt;Settings&lt;/strong&gt; section, select the &lt;strong&gt;Configuration&lt;/strong&gt; blade.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 2&lt;/strong&gt;: Ensure &lt;strong&gt;Secure transfer required&lt;/strong&gt; is set to &lt;strong&gt;Enabled&lt;/strong&gt;.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2kpw3l11xe47hu11j05g.png" alt="Image description" width="800" height="387"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  5. Developers would like the storage account to use at least TLS version 1.2.
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Step 1&lt;/strong&gt;: In the Settings section, select the Configuration blade.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 2&lt;/strong&gt;: Set the &lt;strong&gt;Minimal TLS version&lt;/strong&gt; to &lt;strong&gt;Version 1.2&lt;/strong&gt; to meet security standards.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpvbed2d8ohaia84hqxcp.png" alt="Image description" width="800" height="499"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  6. Restrict Access When Not Needed
&lt;/h4&gt;

&lt;p&gt;Disable requests to the storage account until it is needed again.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Step 1&lt;/strong&gt;: In the &lt;strong&gt;Settings&lt;/strong&gt; section, select the &lt;strong&gt;Configuration&lt;/strong&gt; blade.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 2&lt;/strong&gt;: Set &lt;strong&gt;Allow storage account key access&lt;/strong&gt; to &lt;strong&gt;Disabled&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 3&lt;/strong&gt;: Save your changes.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F44htu3mhj3ccfbnesyms.png" alt="Image description" width="800" height="276"&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  7. Allow Public Access
&lt;/h4&gt;

&lt;p&gt;Finally, ensure your storage account is accessible from all networks.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Step 1&lt;/strong&gt;: In the &lt;strong&gt;Security + networking&lt;/strong&gt; section, select the &lt;strong&gt;Networking&lt;/strong&gt; blade.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 2&lt;/strong&gt;: Ensure &lt;strong&gt;Public network access&lt;/strong&gt; is set to &lt;strong&gt;Enabled from all networks&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Step 3&lt;/strong&gt;: Save your changes.
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmn2o5flygyv5w28mm0nu.png" alt="Image description" width="800" height="386"&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;By following these steps, you'll have a resource group and a storage account set up and configured in Azure, ready to support your project needs. Happy configuring!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>cloud</category>
      <category>cloudcomputing</category>
      <category>cloudskills</category>
    </item>
    <item>
      <title>Understanding Key Concepts in Cloud Computing</title>
      <dc:creator>Evelyn</dc:creator>
      <pubDate>Sun, 17 Nov 2024 13:33:19 +0000</pubDate>
      <link>https://forem.com/cloud-with-evelyn/understanding-key-concepts-in-cloud-computing-17a2</link>
      <guid>https://forem.com/cloud-with-evelyn/understanding-key-concepts-in-cloud-computing-17a2</guid>
      <description>&lt;p&gt;Let's break down these cloud terms in an easy-to-understand way.&lt;/p&gt;




&lt;h4&gt;
  
  
  1. What is Virtualization?
&lt;/h4&gt;

&lt;p&gt;Virtualization is like turning one computer into many virtual ones. It allows a single physical machine to run multiple operating systems and applications, making better use of resources and reducing costs.&lt;/p&gt;

&lt;h4&gt;
  
  
  2. Scalability
&lt;/h4&gt;

&lt;p&gt;Scalability is about growing smoothly. Imagine a small café that can easily add more tables during busy times. In tech, it means adding more resources to handle increased demand without a hitch.&lt;/p&gt;

&lt;h4&gt;
  
  
  3. Agility
&lt;/h4&gt;

&lt;p&gt;Agility is being quick and adaptable. It's like a business that can quickly change its plans to meet new customer demands or market changes.&lt;/p&gt;

&lt;h4&gt;
  
  
  4. High Availability
&lt;/h4&gt;

&lt;p&gt;High availability means always being up and running. Think of it as having backup systems in place, so if one part fails, another takes over, ensuring continuous operation.&lt;/p&gt;

&lt;h4&gt;
  
  
  5. Fault Tolerant
&lt;/h4&gt;

&lt;p&gt;Fault tolerance is like having a safety net. Even if some parts fail, the system keeps running smoothly without interruptions.&lt;/p&gt;

&lt;h4&gt;
  
  
  6. Global Reach
&lt;/h4&gt;

&lt;p&gt;Global reach means being accessible everywhere. Services and applications can be used by people all over the world, thanks to a network of data centers in different locations.&lt;/p&gt;




&lt;h3&gt;
  
  
  The Difference Between Elasticity and Scalability
&lt;/h3&gt;

&lt;p&gt;While these two terms sound similar, they have different meanings in cloud computing.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Scalability&lt;/em&gt;: This means adding more resources to handle increased demand. It's like adding more tables to a café to serve more customers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;em&gt;Elasticity&lt;/em&gt;: This goes a step further, automatically adding or removing resources as needed. It's like a balloon that can expand or shrink based on the amount of air inside.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Understanding these concepts is essential for creating efficient and reliable tech systems. They help ensure that services are flexible, available, and ready to grow when needed. &lt;/p&gt;

&lt;p&gt;How's that for clarity?&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>cloudcomputing</category>
      <category>cloudskills</category>
      <category>cloudpractitioner</category>
    </item>
  </channel>
</rss>
