I want to create a proxy with base path /profile named as profile-dev and with same base path /profile named as Profile-qa and deploy profile-dev in dev-environment attached to dev group and profile-qa in qa-environment in qa group .but Apigee is warning not to create different proxy with same base path where base path should be same but deployed in different environment?Is this the right design
Hi @yuvaraj1391, I noticed your question hasn’t been answered yet. Don’t worry—we’ll keep an eye on it and try to get some input from other members soon.
Hi @yuvaraj1391
The routing to an environment's Message processor is done by hostname and base path, where the hostname is derived by the environment group. So there are 2 options. The first option is that you can deploy the same API proxy with the same base path in 2 different environments, but those environments need to be in different env groups. The second option, if those 2 environments are in the same env groups, than 2 different base paths need to be used. In your mentioned scenario the proxy could be named profile with base path /profile and could be deployed to the 2 different environments that are in different env groups. Please let me know if there are any questions.