Azure SDK Samples

Introduction

Welcome to the Azure SDK Samples! This page provides a quick introduction to the key components you'll find in the Azure SDK. Explore the code examples to learn how to integrate Azure services into your applications.

Azure Services

We'll cover several popular Azure services, including Storage, Functions, and Azure Database for PostgreSQL. Each example will demonstrate a basic interaction.

Example 1: Azure Storage

Let's create a simple storage account and upload a file.

You'll see a button to create an account. Click it, and follow the steps outlined in the provided code.

Example 2: Azure Functions

We’ll create a simple Azure Function triggered by a timer.

Click the button to create a function.

Example 3: Azure Database for PostgreSQL

Here, we'll quickly create a new database and a simple table.

Click the button to create a database.