We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azd deploy
DatabaseContainers
DatabaseMigrations
VolumeMount
Describe the issue: Running the azd deploy command fails with the following error message:
Repro Steps:
cd samples/DatabaseContainers
azd init
azd up
Environment:
9.0.0
9.0.100
Expected behavior: azd deploy command can be executed successfully.
Suggestion: There are two solutions:
<ItemGroup>
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
<PropertyGroup>
<NoWarn>NU1903;NU1902</NoWarn>
@rajeshkamal5050, @vhvb1989 for notification.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue:
Running the
azd deploy
command fails with the following error message:Repro Steps:
cd samples/DatabaseContainers
.azd init
.azd up
.Environment:
9.0.0
.9.0.100
.Expected behavior:
azd deploy
command can be executed successfully.Suggestion:
There are two solutions:
<ItemGroup>
tag in the DatabaseContainers.ApiService.csproj, VolumeMount.BlazorWeb.csproj, DatabaseMigrations.ApiModel.csproj and DatabaseMigrations.ApiService.csproj:<PropertyGroup>
tag in the DatabaseContainers.ApiService.csproj, VolumeMount.BlazorWeb.csproj, DatabaseMigrations.ApiModel.csproj, DatabaseMigrations.ApiService.csproj and DatabaseMigrations.MigrationService.csproj:@rajeshkamal5050, @vhvb1989 for notification.
The text was updated successfully, but these errors were encountered: