Add Azure portal deployment guide + edition/compliance mapping for Arc SQL license-type policy#1493
Open
rajeevj0909 wants to merge 1 commit into
Open
Conversation
…c SQL license type - Add policy/azurepolicy.portal.json (portal-paste definition; strips policyType/version, adds LicenseOnly and defaults to it) - README: portal (copy & paste) path alongside the existing CLI path - README: edition/combination -> license type table and Software Assurance compliance note - Cross-link to the companion Windows Arc benefits policy - Reference issue microsoft#1492 for automatic edition-aware selection Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
What this adds
A copy-and-paste Azure portal deployment path for the Arc SQL Server license-type policy, plus the licensing/compliance guidance that goes with it. The existing scripted (
deployment.ps1) path is unchanged.Changes
policy/azurepolicy.portal.json(new) — the definition ready to paste into the portal's Policy rule box. It's the repo'sazurepolicy.jsonwith the portal-incompatible read-onlypolicyTypeand top-levelversionremoved. It also addsLicenseOnlytotargetLicenseType(and defaults to it) so the manual path is compliance-safe out of the box.README.mdAzure/Community-Policy.Why
Two field papercuts:
azurepolicy.jsoninto the portal hit "Could not find member 'name' on object of type 'PolicyDefinitionProperties'" — there was no portal-ready file or instructions.Paidis a Software Assurance attestation. Free Developer / Express / Evaluation editions are not SA-eligible and must beLicenseOnly(docs). The README now makes the correct edition mapping explicit.Related: #1492 (proposal to make the policy itself edition/combination-aware). This PR is docs + a portal artifact only; the deeper policy fix is tracked there.