diff --git a/ci/azure-install-rust.yml b/ci/azure-install-rust.yml
index ce7208ca58d21e8439e92f9ac362be2a7f4c5997..1916a0c9a33b2a5bcc8b325fae92a74453bcc4af 100644
--- a/ci/azure-install-rust.yml
+++ b/ci/azure-install-rust.yml
@@ -18,8 +18,7 @@ steps:
   - script: |
       @echo on
       if not defined TOOLCHAIN set TOOLCHAIN=nightly
-      :: Uncomment when rustup on Azure is updated
-      ::rustup set profile minimal
+      rustup set profile minimal
       rustup update --no-self-update %TOOLCHAIN%-%TARGET%
       rustup default %TOOLCHAIN%-%TARGET%
     displayName: Install rust (windows)