-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add azd
template
#14
Add azd
template
#14
Conversation
I tried the following combinations: Existing API Center, new portal - Works great! New API Center, new portal - Works great! Enhancement: It would be nice to not have to provide the API Center location for the existing API Center scenario (can it be determined from the API Center service name and resource group name?). There are a few other things that need to be cleaned up before I can merge. Our documentation on Microsoft Learn assumes you are using config.json, and the local debug scenario also assumes config.json is the file name. Can you submit a PR to clean up the Learn documentation as well? Other than the impact of renaming config.json to config.example, the AZD portions of this PR LGTM! |
- It's based on the change in the PR, Azure/APICenter-Portal-Starter#14
@pierceboggan I've updated the
This has been updated in this README. In addition to that, another PR for Microsoft Learn has been created to the other repo. |
Docs are now merged, so merging this PR too. |
This PR is:
azd
templateazd
templateconfig.json
toconfig.example
so that it can be locally used and become CI/CD pipeline friendlyPlease do SQUASH merge