You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unable to set up the saas acceletator using Azure cloud shell (The Entity Framework tools version '8.0.0' is older than that of the runtime '8.0.6'. ) #36
📜 Deploy Code
🔵 Deploy Database
➡️ Generate SQL schema/data script
Build started...
Build succeeded.
The Entity Framework tools version '8.0.0' is older than that of the runtime '8.0.6'. Update the tools for the latest features and bug fixes. See https://aka.ms/AAc1fbw for more information.
➡️ Execute SQL schema/data script
WARNING: Upcoming breaking changes in the cmdlet 'Get-AzAccessToken' :
The Token property of the output type will be changed from String to SecureString. Add the [-AsSecureString] switch to avoid the impact of this upcoming breaking change.
The change is expected to take effect in Az version : '14.0.0'
The change is expected to take effect in Az.Accounts version : '5.0.0'
Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.
Invoke-Sqlcmd: /home/karthik/Commercial-Marketplace-SaaS-Accelerator/deployment/Deploy.ps1:579
Line |
579 | Invoke-Sqlcmd -InputFile ./script.sql -ServerInstance $ServerUri -dat …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not
| accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP
| Provider, error: 35 - An internal exception was caught)