Sample deployment for Azure APIm including WAF, VNet, Private link, self hosted gateways, functions and calling 'on premises' java apis.
Stars
1
Forks
2
Watchers
1
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
49
commits
Shifted key to be dependent on vnet link. This seems to have fixed last deployment error. Function template went through, and did everything expected this time
0289e15View on GitHubHit issue where function key 'vanished'. Moving its creation to after source control binding
42a715aView on GitHubAnother attempt - this time moving source control to the end, after the appsettings are setup
e6f3c6eView on GitHubBack to what it was - need to restart the function via the devops agent I think
4e54aa1View on GitHubRole assignment not set when config set... I think this leads to an invalid kv reference. Going to try and set the kv ref on its own when the rest are done
a9134e5View on GitHubGot an issue with the secret not referenced correct from the function> Think that creating the secret before the function app will fix that
d0f005aView on GitHubWaiting for nginx to startup. Hit an issue where creating the ingress for a service failed, presumably because the pods weren't ready
dc9402aView on GitHubFixed issue that caused script to always deploy devops agent
10eff6bView on GitHubMoved kubelogin /export to top level script. They didn't seem to take effect in other child scripts. Looks to work now
50bb482View on GitHubHit a precondition failed error on first deployment... Attempting to slow down the product creation to see if it helps
77eaafeView on GitHubSource-control didn't work first time through so made a couple of tweaks. Also bit more doco
79ebfddView on GitHub