Coder Social home page Coder Social logo

arambazamba / az-400 Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 86.0 54.99 MB

Designing and Implementing Microsoft DevOps Solutions

Home Page: http://www.integrations.at

License: Other

Shell 1.95% PowerShell 4.58% Bicep 4.70% C# 9.70% HTML 10.66% SCSS 8.20% TypeScript 59.18% JavaScript 1.02%
azure-devops learning microsoft-devops-solutions

az-400's Introduction

header

Ask me about:

  • Cloud Native Apps, Azure Container Apps & Dapr
  • Azure DevOps & Infrastructure as Code
  • Angular & Micro-Frontends
  • Azure AI Services, Ollama, LangChain
  • Microsoft Graph & Identity Platform
  • Microsoft 365, Teams & SharePoint Development

arambazamba's Stats

az-400's People

Contributors

arambazamba avatar qvav9m2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

az-400's Issues

working-shop-ui

FROM node:16 as node
LABEL author="Alexander Pajer"
WORKDIR /app
COPY package.json package.json
RUN npm install
COPY . .
RUN npm run build -- -c production
##### Stage 2 - Create the run-time-image -> no SDK, less vulnerabel (less tool), smaller
FROM nginx:alpine
VOLUME /var/cache/nginx
# Copy the build output
COPY --from=node /app/dist/food-shop-ui /usr/share/nginx/html
# NGINX config with URLRewrite for SPAs
COPY ./config/nginx.conf /etc/nginx/conf.d/default.conf
CMD ["/bin/sh", "-c", "envsubst < /usr/share/nginx/html/assets/env.template.js > /usr/share/nginx/html/assets/env.js && exec nginx -g 'daemon off;'"]

M03 Add GitLFS Demo

Module and Link to potential code

Describe the solution you'd like
A clear and concise description of what you want to happen.

M13 Use KV in ARM

Module and Link to potential code

Describe the solution you'd like
A clear and concise description of what you want to happen.

M08 Cleanup

Module and Link to potential code

Cleanup M08 Demo

Describe the solution you'd like
A clear and concise description of what you want to happen.

Cleanup Secrets and Workflows
Show Issues to Boards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.