Skip to content

UW-Milwaukee Cloud Computing

Articles on cloud computing from the brave students of CS790/657 Topics in Comp Sci: Cloud Computing

  • Home
  • About
    • About This Site
    • Contributors
    • Creating a Site Like This One
  • Projects
    • Hands-On Project 1: Cloud Computing Warmup
    • Hands-On Project 2: Development PC in the Cloud
    • Hands-On Project 3: Serverless Computing
    • Hands-On Project 4: Application Deployment Using Platform as a Service
    • Hands-On Project 5: Using Cloud Command Line Interfaces
  • Topics
    • Analytics and ML
    • Cloud Security
    • Containers & Orchestration
    • General
    • Platform Services
    • Serverless Computing
    • Software as a Service
    • Storage Services
    • Virtual Machines

Tag: Storage account

Azure File Share: Basic Management with Python SDK

Posted on December 14, 2022December 14, 2022 by Kyle Schroeder

Within Azure, file shares (fileshares) are one of the two chief systems of cloud storage, the other being blob storage. This guide will walk through an example of how the Python SDK can be used to manage your files in an Azure file share. We will walk through a Python…

Tagged Azure, Azure Python SDK, Storage account
Read More

Operations On Azure Blob using Python

Posted on December 14, 2022 by Rishika Bachu

In this blog, We’ll look at how to use Python to discard a file into an Azure Blob and copy it from one container to another. What are Blobs? Blobs are objects that can store large amounts of text or binary data such as images, documents, multimedia, and archive data.…

Tagged Azure, Python, Storage account
Read More

AWS: Backup and Restoring

Posted on December 13, 2022 by Ramya Pradipbhai Patel

This post will serve as a detailed how-to guide for backing up and restoring your data using AWS Backup and going through all of the steps involved in running backups using the AWS web console. Step-By-Step Guide to Backing Up Your Resources Creating a Backup Vault Before backing up your…

Tagged AWS, backup, restore, Storage account
Read More

Working with Azure Timer Trigger function and Power Query

Posted on December 12, 2022December 17, 2022 by Sai Eka Vardhan Reddy Chitreddy

Hello, today we’ll be looking at creating a Timer Trigger function in Azure to capture RSS Feed data and display the captured information in Excel using Power Query. Here are the list of things required before we get started: Valid Azure subscription Working Virtual Machine with Python and VS Code…

Tagged Azure, Azure Functions, Azure Python SDK, Blob, Excel, Python, Serverless Computing, Storage account
Read More

Lambda function triggered by an S3 PUT event to sort XML files in an S3 bucket

Posted on December 9, 2022December 12, 2022 by Manjari Kundam

Serverless functions allow code to be delivered without you designating any infrastructure for the code to be hosted on. AWS Lambda is a FaaS (Function as a Service) platform that allows you to construct serverless functions. Go, Java, Ruby, Python2 and Python3 are just a few of the popular programming languages that AWS Lambda supports. In this blog, we will be using Python3.

Tagged AWS, Python, Serverless Computing, Storage account
Read More

Using python SDK to create S3 bucket, upload and download files from S3 bucket

Posted on December 9, 2022December 9, 2022 by Jaya Keerthi Nannapaneni

This blog post will focus on creating the S3 bucket, uploading a file and downloading a file from the S3 bucket. AWS SDK for Python (Boto3) makes it easy to integrate your Python application to create, configure, and manage AWS services, such as Amazon Elastic Compute Cloud (Amazon EC2) and…

Tagged AWS, AWS Python SDK, Boto3, Storage account
Read More

How To Upload File To Azure Blob Using Python

Posted on December 7, 2022December 7, 2022 by Tarique Shaikh

You can follow along with this article as it walks you through each step of uploading a file to Azure blob storage using Python SDK from Visual Studio Code. One needs a working Azure membership and a Python code editor to get started with this. Let’s start by creating an…

Tagged Azure, Blob, Container, Python, SDK, Storage account
Read More

Categories

  • Analytics and ML
  • Cloud Security
  • Concepts
  • Containers & Orchestration
  • Fundamentals
  • General
  • Platform Services
  • Project 1: Cloud Computing Warmup
  • Project 2: Development PC in the Cloud
  • Project 3: Serverless Computing
  • Project 4: App Deployment Using Platform as a Service
  • Project 5: Using the Command Line Interface (CLI)
  • Serverless Computing
  • Service Offerings
  • Software as a Service
  • Storage Services
  • Topics
  • Virtual Machines

Archives

  • January 2024
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
Copyright © 2025 UW-Milwaukee Cloud Computing | Regular Blog by Ascendoor | Powered by WordPress.