rieskaniemi.com

yet another it blog

Generate long Azure application secrets using PowerShell

/

Azure portal limits secrets to expire every 2 years. Using PowerShell you can bypass this limit and create secrets past 2 years limit First install Azure AD PowerShell module if not already installed. Install-Module AzureAD After installation connect to Azure AD and run following commands to create new secret. In our example we create secret …