mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-15 07:55:17 -05:00
Add service to enable github issues workflow (#1)
* big bang gitub workflows * add missing settings in local.settings.json * config refactor * fix devlead plan response * swap cosmos to table storage for metadata storage * unify config via options * azd-ify WIP * add qdrant bicep WIP * working azd provision setup * consolidate SK version in projects * replace localhost :) * add fqdn to options * httpclient fixes * add managed identity to the function and assign contrib role * qdrant endpoint setting * add container instances cleanup code + wait on termination to upload to Github * formatting fixes * add tables in bicep * local getting started WIP * add azure setup instructions * add the load-waf bits * docs WIP --------- Co-authored-by: Kosta Petan <Kosta.Petan@microsoft.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM mcr.microsoft.com/devcontainers/dotnet:0-7.0
|
||||
# Install the xz-utils package
|
||||
RUN apt-get update && apt-get install -y xz-utils nodejs
|
||||
RUN apt-get update && apt-get install -y xz-utils nodejs npm
|
||||
|
||||
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
|
||||
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
|
||||
|
||||
RUN npm i -g azure-functions-core-tools@4 --unsafe-perm true
|
||||
Reference in New Issue
Block a user