Skip to content
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

Azure - support advanced configurations such as private network #22

Open
richshadman opened this issue Sep 4, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@richshadman
Copy link

richshadman commented Sep 4, 2024

I have been playing with this wrapper for jmeter and I love how simple it is to programmatically create jmeter tests compared to building them in the gui.

We have a very heavy load test and would love to take advantage of running the test in azure. However our target endpoints are all on private vnets.

Having the ability to configure advanced features of the test such as private vs public network would be a huge plus. Currently I must run the test via the code entrypoint, then go back and reconfigure the test to use private networks and rerun it in azure directly. No ability to configure this programmatically hampers us from adopting this toolset for pipeline testing.

image

@rabelenda
Copy link
Contributor

Hello, thank you for trying the DSL. What is mainly what you need? A way to configure the those 3 properties (use private traffic mode, set virtual network and subnet) in AzureEngine?

maybe something like AzureEngine(token).privateNetwork(virtualNetwork,subNet)?

@rabelenda rabelenda added the enhancement New feature or request label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants