feat: write docs for azure wif connection#361
Open
cathylin-wang wants to merge 4 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
cathylin-wang
commented
Jun 18, 2026
|
|
||
| <Tab title="Azure"> | ||
| Porter connects to Azure using a service principal with permissions to manage your infrastructure. | ||
| Porter connects to Azure using a service principal authenticated via [workload identity federation](https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation) to manage your infrastructure. |
Contributor
Author
There was a problem hiding this comment.
gcp page links google's docs so i'm copying and linking microsoft's here
| ## Create the Service Principal | ||
|
|
||
| You can create the service principal using our automated script (recommended) or manually. | ||
| You can create the service principal using our automated script (recommended) or manually. Both flows need the **OIDC subject** and **OIDC issuer** that Porter shows in the dashboard during the Azure cloud account connection — copy these before starting. |
Contributor
Author
There was a problem hiding this comment.
flagging we need dashboard info in bold
lmk if this should be more obvious
| ```bash | ||
| # Download the setup script | ||
| curl -O https://raw.githubusercontent.com/porter-dev/docs/main/scripts/setup-azure-porter.sh | ||
| curl -O https://raw.githubusercontent.com/porter-dev/docs/main/scripts/setup-azure-porter-wif.sh |
Contributor
Author
There was a problem hiding this comment.
should i delete this old script now or wait till everyone's migrated off?
| - Microsoft.Compute | ||
| - Microsoft.ContainerRegistry | ||
| - Microsoft.ContainerService | ||
| - Microsoft.KeyVault |
Contributor
Author
There was a problem hiding this comment.
lowkey the old setup script didn't have this permission
this doc is stale or that script has a bug (and i copied it for the new one so that means there's still a bug)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Azure connection docs for new WIF flow.
blocked on merging until feature flag flips on