Skip to content

Commit df2381f

Browse files
authored
Update applications-dont-support-tls-1-2.md
1 parent fbd8557 commit df2381f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cloud-services/applications-dont-support-tls-1-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ IF "%ComputeEmulatorRunning%" == "false" (
285285
)
286286
287287
IF %EXECUTE_PS1% EQU 1 (
288-
echo "Invoking SSLConfigure.ps1 on Azure service at %TIME% on %DATE%" >> %LOG_FILE% 2>&1
289-
PowerShell -ExecutionPolicy Unrestricted %~dp0SSLConfigure.ps1 -sco >> %LOG_FILE% 2>&1
288+
echo "Invoking TLSsettings.ps1 on Azure service at %TIME% on %DATE%" >> %LOG_FILE% 2>&1
289+
PowerShell -ExecutionPolicy Unrestricted %~dp0TLSsettings.ps1 -sco >> %LOG_FILE% 2>&1
290290
) ELSE (
291-
echo "Skipping SSLConfigure.ps1 invocation on emulated environment" >> %LOG_FILE% 2>&1
291+
echo "Skipping TLSsettings.ps1 invocation on emulated environment" >> %LOG_FILE% 2>&1
292292
)
293293
294294
EXIT /B %ERRORLEVEL%

0 commit comments

Comments
 (0)