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.
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.
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.
-
Start VS Code and run Dev Containers: Clone Repository in Container Volume... from the Command Palette (F1).
-
Enter nickdala/azure-experiments in the input box that appears and press Enter.
-
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.
Clone or download this repository. From your shell or command line:
git clone https://github.com/nickdala/azure-experiments.git
cd azure-experiments