Skip to content

Conversation

@minajevs
Copy link
Contributor

@minajevs minajevs commented Sep 22, 2025

Why the changes in this PR are needed?

I am treading carefully through OCP to set it up for our use-case. Docs (specifically examples) on Azure configuration for object_storage are incorrect.

What are the changes in this PR?

Based on the source
Update examples in docs on Azure configuration of object_storage:

  • Renamed account to account_url
  • Renamed key to path

Added more copy-pastable examples on "Concepts" page under object_storage section, because it lacks concrete field-names.

@netlify
Copy link

netlify bot commented Sep 22, 2025

Deploy Preview for openpolicyagent ready!

Name Link
🔨 Latest commit 680c29e
🔍 Latest deploy log https://app.netlify.com/projects/openpolicyagent/deploys/68d161962511f50008a38627
😎 Deploy Preview https://deploy-preview-7921--openpolicyagent.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@charlieegan3 charlieegan3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @minajevs! I am unfamiliar with Azure account URLs, is *.blob.core.windows.net the suffix they all have? If only part is changing, perhaps something like https://MYSTORAGEACCOUNT.blob.core.windows.net might be slightly clearer.

@minajevs
Copy link
Contributor Author

@charlieegan3 https://<storage-account>.blob.core.windows.net is a "standard" endpoint and is most widely used. There's also now https://<storage-account>.z[00-50].blob.storage.azure.net endpoint for storage accounts with Azure DNS, but also setting up something like http://myinternalstorageaccount in private DNS is not uncommon. Idk, I think https://mystorageaccount.blob.core.windows.net is already as clear as it is

@charlieegan3
Copy link
Contributor

Ok great, thanks for confirming!

@charlieegan3 charlieegan3 enabled auto-merge (squash) September 22, 2025 14:48
@charlieegan3 charlieegan3 merged commit f8fb507 into open-policy-agent:main Sep 22, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants