Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
514 stars 61 forks source link

Added SDK calls for createAzApp #276

Closed Vidya2606 closed 4 months ago

Vidya2606 commented 5 months ago

Description

Migrating the createAzApp funtion from Az CLI to Az SDK

Fixes # (issue) Feature # (details)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s).

Checklist:

Vidya2606 commented 4 months ago

The migration requires registration to Graph App which means the user had to do a device code login in the web browser which seemed to be a bad user experience, so we decided to keep the functions as is.