You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
"I tried to deploy the Azure Industrial IoT platform version 2.9.1 using the instructions from the link 'https://azure.github.io/Industrial-IoT/web-api/#deployment-script-options'. However, I encountered an error when running the PowerShell command ./aad-register.ps1 -Name -ReplyUrl https://.azurewebsites.net/ -Output aad.json, and the error message stated, 'A parameter cannot be found that matches the parameter name 'ReplyUrl'."
To Reproduce
"Steps to reproduce the behavior:
1 Open Windows PowerShell and run it as an administrator in Windows 11.
2 Run the following command in PowerShell:
Install-Module -Name Az -AllowClobber
Install-Module -Name Microsoft.Graph -AllowClobber
3 Run the PowerShell command: ./aad-register.ps1 -Name -ReplyUrl https://.azurewebsites.net/ -Output aad.json.
4 After running the command in step 3, an error message appeared stating, 'A parameter cannot be found that matches the parameter name 'ReplyUrl'."
Exact error message is given below
PS D:\Industrial-IoT-main\deploy\scripts> ./aad-register.ps1 -Name test -ReplyUrl https://test.azurewebsites.net/ -Output aad.json
D:\Industrial-IoT-main\deploy\scripts\aad-register.ps1 : A parameter cannot be found that matches parameter name
'ReplyUrl'.
At line:1 char:49
marcschier
changed the title
I encountered an error when attempting to execute the PowerShell command ./aad-register.ps1 -Name <application-name> -ReplyUrl https://<application-name>.azurewebsites.net/ -Output aad.json. The error message received was: "A parameter cannot be found that matches the parameter name 'ReplyUrl'."
./aad-register.ps1 errors with "A parameter cannot be found that matches the parameter name 'ReplyUrl'."
Sep 22, 2023
Describe the bug
"I tried to deploy the Azure Industrial IoT platform version 2.9.1 using the instructions from the link 'https://azure.github.io/Industrial-IoT/web-api/#deployment-script-options'. However, I encountered an error when running the PowerShell command ./aad-register.ps1 -Name -ReplyUrl https://.azurewebsites.net/ -Output aad.json, and the error message stated, 'A parameter cannot be found that matches the parameter name 'ReplyUrl'."
To Reproduce
"Steps to reproduce the behavior:
1 Open Windows PowerShell and run it as an administrator in Windows 11.
2 Run the following command in PowerShell:
Install-Module -Name Az -AllowClobber
Install-Module -Name Microsoft.Graph -AllowClobber
3 Run the PowerShell command: ./aad-register.ps1 -Name -ReplyUrl https://.azurewebsites.net/ -Output aad.json.
4 After running the command in step 3, an error message appeared stating, 'A parameter cannot be found that matches the parameter name 'ReplyUrl'."
Exact error message is given below
PS D:\Industrial-IoT-main\deploy\scripts> ./aad-register.ps1 -Name test -ReplyUrl https://test.azurewebsites.net/ -Output aad.json
D:\Industrial-IoT-main\deploy\scripts\aad-register.ps1 : A parameter cannot be found that matches parameter name
'ReplyUrl'.
At line:1 char:49
The text was updated successfully, but these errors were encountered: