Skip to content

Commit

Permalink
Fix the resource group name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkurtz-MSFT committed Feb 7, 2025
1 parent 87190f7 commit 1c76ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/zero-to-production/zero-to-production.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"import utils\n",
"\n",
"deployment_name = os.path.basename(os.path.dirname(globals()['__vsc_ipynb_file__']))\n",
"resource_group_name = f\"lab-{deployment_name}-f1\" # change the name to match your naming style\n",
"resource_group_name = f\"lab-{deployment_name}\" # change the name to match your naming style\n",
"resource_group_location = \"eastus2\"\n",
"\n",
"apim_sku = 'Basicv2'\n",
Expand Down

0 comments on commit 1c76ab0

Please sign in to comment.