honoServicePrincipal in azure
See original GitHub issueDear All, I am following instructions here to setup service principal for my hono instance in azure. After running the command
object_id_principal=
az ad sp show --id $app_id_principal --query objectId --output tsv``
I get this error
az: error: unrecognized arguments: honoServicePrincipal http://honoServicePrincipal 89f90a0b-2111-4df3-bebe-3d919 4e240c11-fab3-44d8-812f-f2bfb6b5
usage: az [-h] [--verbose] [--debug]
[--output {json,jsonc,table,tsv,yaml,yamlc,none}] [--query JMESPATH]
{ad} ...
any thought how to resolve it? P.S. I faked the number, just in case.
following the guids in [1] and [2] it is also not clear where exactly the Azure container registry is created. could please elaborate on that?
Best regards Soheila
Issue Analytics
- State:
- Created 4 years ago
- Comments:34 (19 by maintainers)
Top Results From Across the Web
Securing service principals - Active Directory - Microsoft Learn
An Azure Active Directory (Azure AD) service principal is the local representation of an application object in a single tenant or directory.
Read more >Understand roles in Azure Active Directory - Microsoft Learn
Learn how to understand Azure Active Directory built-in and custom roles with resource ... All Microsoft 365 services honor these two roles.
Read more >Apps & service principals in Azure AD - Microsoft Entra
You can use the Enterprise applications page in the Azure portal to list and manage the service principals in a tenant. You can...
Read more >Create an Azure service principal with Azure PowerShell
An Azure service principal is an identity created for use with applications, hosted services, and automated tools to access Azure resources.
Read more >Create a service principal in Azure - Microsoft Purview
Enter a name for the application (the service principal name). Select Accounts in this organizational directory only.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tried without parameters, it works as well 😃
@soheilade there is no need to initialize tiller if you are using Helm >= 3 (which is recommended). I have tried to fix the problems discovered during this discussion. Would you mind giving it another shot based on the AKS setup guide using branch master?