resource group and storage locations dont match

LisaB 1 Reputation point
2022-09-29T22:40:51.913+00:00

I am a student and we are creating a Web app. When creating the resource group there were limited locations (that would allow the webapp to be create, I chose EastUS. The auto generated (through the class) cloud-shell-storage is Westus. Now they don't communicate and I can' configure my Webapp with the provided container. My thought is the program default to Westus is the problem but I cant change that. Is there anything I can do to fix it? Thanks for your patience with a newbie!

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
851 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alan Kinane 16,811 Reputation points MVP
    2022-09-30T08:06:54.55+00:00

    The location of a resource group cannot be changed however the resource group location is really just a location for metadata so generally this location will not be an issue.

    Can you provide more details of what you are trying to set up. Is it an App Service Plan or a static web app for example and what are you trying to do with the blob container in relation to the web app.

    0 comments No comments