microsoft / studentambassadors

This repository is for Microsoft Learn Student Ambassadors.
MIT License
117 stars 47 forks source link

Sandbox Environment - Azure SQL Connection Failure #185

Open AnthonyByansi opened 1 year ago

AnthonyByansi commented 1 year ago

Describe the bug

Failed to establish a connection to the Azure SQL database

What happened?

Upon attempting to connect to the Azure SQL database from the sandbox environment, an "Upcoming breaking changes in the cmdlet 'New-AzSqlDatabase" error is encountered consistently.

bug bush bug_bush

What did you expect to happen?

The connection should be successfully established, allowing interaction with the Azure SQL database.

I suggest investigating the authentication configuration for the Azure SQL database and sandbox environment

How would you reproduce the bug?

Steps to reproduce:

  1. Navigate to the Azure portal.
  2. Select the desired sandbox environment.
  3. Attempt to establish a connection to the Azure SQL database using the defined steps.

Did this happen via Desktop and/or Smartphone?

Desktop

Operating System

Windows 11

What browsers are you seeing the problem on?

Microsoft Edge

Version

114.0.1823.37 (Official build) (64-bit)

Device

HP EliteBook

What is your current role?

Student Ambassador

What technical topic is this bug related to?

AI/Data Science/Machine Learning

Relevant log output

No response

github-actions[bot] commented 1 year ago

Thank you for submitting this issue! The team will review your issue, tag with the appropriate tags, and comment with any additional questions on information needed. :sparkles:

paladique commented 1 year ago

@AnthonyByansi I'll could you share the module link? Thanks!

AnthonyByansi commented 1 year ago

The Azure SQL Bug bash module and Azure Sql fundamentals modules I thought it was a problem for the Azure SQL fundamentals alone, but turns out to be on the Azure SQL bug bash module as well. Tried several times though.

anupamishra333 commented 1 year ago

@paladique I am facing the same issue. However, I launch Cloud Shell in a separate browser tab by going to https://shell.azure.com

Check out the image attached here Screenshot (6)

paladique commented 1 year ago

@anupamishra333 Thank you! They might be separate issues, so would you mind making a new issue out of this just in case? You should be able to do this in the ... top right of your comment > reference new issue. You can set the title as Cloud Shell Environment - Azure SQL Connection Failure

AnthonyByansi commented 1 year ago

@paladique I guess this error cuts across the virtual-Environment. Tried it out just like what @anupamishra333 did

AnthonyByansi commented 1 year ago

@paladique I would you to look at a similar project that I'm working on, Utilizing the knowledge gained from Azure SQL bug bash session.

AnthonyByansi commented 1 year ago

@paladique please let me know if you gat a chance to look at the implemented project, thanks