Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Error creating/updating container group "jmeter-worker" under SETUP: Run Terraform Apply step #70

Open
PankajNalawade opened this issue Jul 22, 2021 · 1 comment

Comments

@PankajNalawade
Copy link

I am trying to run performance test on 2 different worker by using Azure triggers functionality, so for example running test for 1hr and then keeping 30 min gap and then another run for 1hr,by creating triggers in Azure.
1st Run always run fine but during 2nd run I always see issue mentioned below.

Error: Error creating/updating container group "jmeter-worker1" (Resource Group "jmeter"): containerinstance.ContainerGroupsClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="NetworkProfileNotFound" Message="Network profile '/subscriptions/abcdefg-tttt-54we-6589-eeee98g65236/resourceGroups/jmeter/providers/Microsoft.Network/networkProfiles/jmeternetprofile' is not found for container group 'jmeter-worker1'."

on main.tf line 75, in resource "azurerm_container_group" "jmeter_workers":
75: resource "azurerm_container_group" "jmeter_workers" {

Error: Error creating/updating container group "jmeter-worker0" (Resource Group "jmeter"): containerinstance.ContainerGroupsClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="NetworkProfileNotFound" Message="Network profile '/subscriptions/abcdefg-tttt-54we-6589-eeee98g65236/resourceGroups/jmeter/providers/Microsoft.Network/networkProfiles/jmeternetprofile' is not found for container group 'jmeter-worker0'."

on main.tf line 75, in resource "azurerm_container_group" "jmeter_workers":
75: resource "azurerm_container_group" "jmeter_workers" {

image

Any Idea how to resolve this issue?

@matijavugi
Copy link

Hi, have you figured this out? We are experiencing the same thing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants