-
Notifications
You must be signed in to change notification settings - Fork 549
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
APIM Self host agent extension on arc box #2265
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Agora - Check enough public IP available
Agora - .NET SDK version upgrade
Agora - update no of public ip address
Disclaimer language
disclaimer on github readme
fix database name in restore command for HCIBox
fix database name
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
ArcBox - .NET SDK version upgrade
Co-authored-by: Lior Kamrat <[email protected]>
… into hciwacdocsnote
Add note about WAC registration not being supported
Missed script for sampledb restore fix
CAPI Pin down for Azure Arc-enabled data services and Azure Arc-enabled App services
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Agora optimizations for AKS Edge Essentials
… into dev-hci-apim
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi friend! Thanks you for opening this Pull Request. Someone will review it soon. Thank you for committing to making the Azure Arc Jumpstart better.
duongthaiha
changed the title
Self host extension
APIM Self host agent extension on arc box
Nov 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the PR for the Issue APIM Self Host Extension #1974 please This to demonstrate ability to run workload on ARC with API still be centralise control on Azure as other Arc Service.
The script will do the following:
Copilot Summarization
This pull request includes a variety of changes related to deploying and configuring Azure API Management and Adventure Workload WebAPI. The most important changes include adding a YAML file for self-hosted gateway deployment with Kubernetes, adding parameters to the API Management Bicep file for deploying a service instance, and adding documentation for deploying Adventure Work WebAPI workload on k3s cluster with Azure API Management.
Deployment and configuration changes:
azure_jumpstart_hcibox/artifacts/apim/selfhost.yaml
: Added a YAML file for self-hosted gateway deployment with Kubernetes.azure_jumpstart_hcibox/artifacts/apim/apim.bicep
: Added parameters to the API Management Bicep file for deploying a service instance.azure_jumpstart_arcbox/artifacts/apim/apim.bicep
: Added parameters and resources for creating an API Management service instance, Adventurework API, self-host gateway, and gateway API. (azure_jumpstart_arcbox/artifacts/apim/apim.bicepR1-R99,azure_jumpstart_arcbox/artifacts/apim/apim.bicep
)azure_jumpstart_arcbox/bicep/main.parameters.json
: Updated the Bicep main parameter file with various values needed for deployment.azure_jumpstart_hcibox/artifacts/Deploy-APIM.ps1
: Added environment variables, error handling, and CLI commands to Deploy-APIM.ps1 script.azure_jumpstart_arcbox/artifacts/Deploy-APIM.ps1
: Added environment variables and CLI commands to automate deployment of AdventureWork API, API Management, and Self Host Gateway.Documentation changes:
docs/azure_jumpstart_arcbox/Full/_index.md
: Added documentation for deploying Adventure Work WebAPI workload on k3s cluster with Azure API Management.