We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874efd4 commit 6ff5deeCopy full SHA for 6ff5dee
azd-hooks/scripts/hooks/preprovision/run_preconfig.ps1
@@ -145,7 +145,7 @@ Write-Host "Checking if RS_CONTAINER_NAME environment variable exists..."
145
# Check if RS_CONTAINER_NAME azd environment variable exists
146
try {
147
Write-Host $LASTEXITCODE
148
- $rsContainerName = '$env:RS_CONTAINER_NAME'
+ $rsContainerName = $env:RS_CONTAINER_NAME
149
if ($rsContainerName) {
150
Write-Host "✓ RS_CONTAINER_NAME environment variable exists with value: $rsContainerName"
151
0 commit comments