eventhubs streaming

This commit is contained in:
Kosta Petan
2024-02-19 21:22:13 +00:00
parent ad368977e9
commit a3a3fcab40
12 changed files with 73 additions and 51 deletions

View File

@@ -1,11 +1,5 @@
FROM mcr.microsoft.com/devcontainers/dotnet:0-7.0
FROM mcr.microsoft.com/devcontainers/dotnet:8.0
# Install the xz-utils package
RUN apt-get update && apt-get install -y xz-utils ca-certificates curl gnupg
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
RUN curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | \
sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && \
echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | \
sudo tee /etc/apt/sources.list.d/ngrok.list && \
sudo apt update && sudo apt install ngrok
RUN curl -fsSL https://aka.ms/install-azd.sh | bash

View File

@@ -18,8 +18,7 @@
},
"ghcr.io/azure/azure-dev/azd:0": {
"version": "stable"
},
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}
}
},
"postCreateCommand": "bash .devcontainer/startup.sh",
"hostRequirements": {