Azure App Service의 .NET Framework 버전을 확인하는 방법

곧 Azure App Service는 .NET Framework 4.7.2로



Azure App Service에 .Net Framework 4.7.2가 적용 가까이 있습니다.
[.NET Framework 4.7.2 update coming to Azure App Service apps]
htps : // 오즈레. 미 c 로소 ft. 코 m / 그럼 - jp / u p da s / 네 t f 라메를 rk - 4-7 - 2- u p da-ko-min g-와 - 아즈레 - 어 - r r ぃ 세 - 아 ps/

그러나 실제로 적용되었는지 확인할 수 없다면 당연히 업데이트 할 수 없기 때문에,
Kudu를 사용하여 확인해야합니다.

.NET Framework 버전을 확인하는 방법 (powershell)



업데이트 대상 App Service를 선택 → 고급 도구 (Kudu)로 이동



그런 다음 Debug Console → PowerShell을 선택합니다.



Powershell 화면이 나타나면 아래 명령을 입력합니다.
Get-ChildItem "D:\Program Files (x86)\Reference Assemblies\Microsoft\framework\.NETFramework" 

↓ 이 경우, 4.7.1까지가 설치되어 있습니다.



.NET Framework 버전을 확인하는 방법 (콘솔)



보다 간단한 방법으로 아래에서도 가능.


dir  "D:\Program Files (x86)\Reference Assemblies\Microsoft\framework\.NETFramework" 

좋은 웹페이지 즐겨찾기