oracle / weblogic-azure

This project offers support for running Oracle WebLogic Server in the Azure Virtual Machines and Azure Kubernetes Service (AKS)
Universal Permissive License v1.0
9 stars 19 forks source link

BugFix: Weblogic AKS Offer can' be redeployed with the same resource group as before with different region in the same subscription #310

Closed backwind1233 closed 4 months ago

backwind1233 commented 4 months ago

Context

If I try to do following steps, it will fail. Step 1. Deploy weblogic aks offer in resource group rg-a and region east us Step 2. Delete resource group rg-a Step 3. Deploy weblogic aks offer in resource group rg-a and region west us

Tests