skip to Main Content

Trouble generating Entity Framework Core models from Azure SQL Database using dotnet ef dbcontext scaffold

I'm facing an issue when trying to generate Entity Framework Core models from an Azure SQL Database using the dotnet ef dbcontext scaffold command. Connection String Server=[server name].database.windows.net;Database=[database name];User ID=;Password="[password]";Encrypt=True;TrustServerCertificate=False;Connection Timeout=30; Command Used dotnet ef dbcontext scaffold "Server=[server name].database.windows.net;Database=[database name];User…

VIEW QUESTION

Error deploying to Azure App Service when no changes were made to pipeline or release pipeline

Getting the follow error deploying to Azure App Service. 2023-11-06T22:17:18.7364356Z [command]"C:Program FilesIISMicrosoft Web Deploy V3msdeploy.exe" -verb:sync -source:package='D:cr2btest1 & test2 artifactsdroptest2_888.zip' -dest:contentPath='azureWebDev',ComputerName='https://mycomputername.net',UserName='$myUsername',Password='***',AuthType='Basic' -enableRule:AppOffline -userAgent:VSTS_sd1324dc-7762-4e41-8aa2-b2abcde_Release__1234_5678_9 2023-11-06T22:17:18.7364356Z [command]"C:Program FilesIISMicrosoft Web Deploy V3msdeploy.exe" -verb:sync -source:package='D:cr2btest1 & test2 artifactsdroptest2_888.zip' -dest:contentPath='azureWebDev',ComputerName='https://mycomputername.net',UserName='$myUsername',Password='***',AuthType='Basic' -enableRule:AppOffline -userAgent:VSTS_sd1324dc-7762-4e41-8aa2-b2abcde_Release__1234_5678_9 2023-11-06T22:17:18.7364356Z [command]"C:Program FilesIISMicrosoft…

VIEW QUESTION

Azure – Iot Edge for Linux on Windows (EFLOW) fails the deployment

I am bit getting crazy about this issue. I have a VM with Windows 10 and following the instructions to install EFLOW: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All $msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi')) $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_X64" -OutFile $msiPath Start-Process -Wait…

VIEW QUESTION
Back To Top
Search