nickdala / azure-experiments

Experiments using Azure services. This repo serves as a playground to experiment and learn with code examples using technologies like serverless and OpenAI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Experiments

This repo serves as a playground to experiment and learn with code examples using technologies like serverless and OpenAI. We will be using Azure as the cloud provider.

Disclaimer: This repo is not intended to be used in production. It is for learning purposes only.

Getting Started

All samples contain a README.md file with instructions on how to run the sample. The README contains a prerequisite section that lists the tools you need to have installed to run the sample. You can choose to use the Dev Container in VS Code or install the tools locally.

We will us the AZ CLI to deploy the necessary Azure resource for the samples. Alternatives like Bicep or Terraform can also be used.

Dev Container

If you have the Remote - Containers extension installed in VS Code, you can open the root folder in a container and run the sample. The dev container has all the tools you need to run the sample.

Steps to open the root folder in a container

  1. Start VS Code and run Dev Containers: Clone Repository in Container Volume... from the Command Palette (F1).

    clone-repo-in-volume

  2. Enter nickdala/azure-experiments in the input box that appears and press Enter.

    nickdala-azure-experiments-repo-to-clone

  3. Open a terminal in VS Code

    Open a terminal in VS Code using one of the following methods.

    • From the menu, use the Terminal > New Terminal or View > Terminal menu commands.
    • To create a new terminal, use the Ctrl+Shift+` keyboard shortcut.

    open-terminal-in-vs-code

Local development without Dev Container

Clone or download this repository. From your shell or command line:

git clone https://github.com/nickdala/azure-experiments.git

cd azure-experiments

Samples

  1. Azure Active Directory with Spring Boot - samples/azure-active-directory-spring-boot/
  2. Azure Blob Storage with Event Grid - samples/blob-event-grid-container-app/

About

Experiments using Azure services. This repo serves as a playground to experiment and learn with code examples using technologies like serverless and OpenAI.

License:MIT License


Languages

Language:Dockerfile 100.0%