microsoft / azure_arc

Automated Azure Arc, Edge, and Platform environments
https://aka.ms/ArcJumpstart
Creative Commons Attribution 4.0 International
738 stars 545 forks source link

PostgreSQL Hyperscale ARM Template - adventureworks demo #449

Closed ghost closed 3 years ago

ghost commented 3 years ago

Scenario which you are working on Deploy an Azure PostgreSQL Hyperscale on AKS using an ARM Template

Describe the bug The online documentation shows an screenshot with adventureworks installed, but after I've ran the installation scripts there is no adventureworks sample database.

To Reproduce Steps to reproduce the behavior:

  1. Follow all steps in Deploy an Azure PostgreSQL Hyperscale on AKS using an ARM Template

Expected behavior An installed sample database. Any sample DB would be fine e.g. like DVD rental database.

Screenshots Online documentation onlinedoc_adventureworks After deployment no_adventureworks

Additional context Would be great if any sample database would be installed after deployment.

likamrat commented 3 years ago

@AlexanderTodorovic I am not able to repro but we are seeing some weird behavior with kubectl exec.

SNAG-0593

Did the PowerShell scripts sessions close automatically for you followed by Azure Data Studio opening up?

ghost commented 3 years ago

@likamrat

  1. I ran git clone https://github.com/microsoft/azure_arc.git again.
  2. Then az deployment group create --resource-group rgazurearcalexnew --name arcdatapostgresdemo --template-uri https://raw.githubusercontent.com/microsoft/azure_arc/main/azure_arc_data_jumpstart/aks/arm_template/postgres_hs/azuredeploy.json --parameters azuredeploy.parameters.json Yes it closed automatically and opened automatically Azure Data Studio.
  3. Now adventureworks is there. Thank you!