Giter Club home page Giter Club logo

Comments (4)

bennbatt8112 avatar bennbatt8112 commented on May 29, 2024

Hey laughtonsm,

This is not necessarily a solution, but could be a short term fix if you're experiencing GUI Issues.
Sometimes when working with preview features, I've run into random rain clouds and apparent bugs.
You should have something in your URL like:
https://portal.azure.com/#resource/subscriptions/...

As a test you can change the URL to the following:
https://portal.azure.com/?feature.customportal=false/#resource/subscription/...

This has gotten me around a handful of issues in the past and is worth a try. Doesn't speak much to the root issue though.

from azure-policy.

laughtonsm avatar laughtonsm commented on May 29, 2024

Hi bennbatt8112

Thanks for the reply. I don't think this is a GUI issue. My URLs in the portal follow neither format. One thing I have discovered is that it appears to affect policies assigned which have parameters. i.e. I am passing in the settings for the parameters from a JSON file. E.g.

#Set Variables for deployment 
$subscriptionId = "<subscriptionId>"
$policySetDefinitionName = [guid]::NewGuid().Guid.ToUpper().Replace("-", "")
$policySetDefinitionDisplayName = "polsetdef-prd-defaulttagging"
$policySetDefinitionDescription = "Default Tagging Policy Initiative"
$policySetAssignmentName = [guid]::NewGuid().Guid.ToUpper().Replace("-", "")
$policySetAssignmentDisplayName = "polsetass-prd-defaulttagging"

#Create tagging policy set definition
$policySetDefinition = New-AzureRmPolicySetDefinition -Name "$policySetDefinitionName" `
    -DisplayName "$policySetDefinitiondisplayName" `
    -Description "$policySetDefinitionDescription" `
    -PolicyDefinition .\azurepolicyset.definition.json `
    -Parameter .\azurepolicyset.parameters.json

#Assign tagging policy set definition
New-AzureRmPolicyAssignment -PolicySetDefinition $policySetDefinition `
    -Name $policySetAssignmentName `
    -DisplayName "$policySetAssignmentDisplayName" `
    -Sku @{"Name"="A1";"Tier"="Standard"} `
    -Scope "/subscriptions/$subscriptionId" `
    -PolicyParameter .\azurepolicyset.parameters.values.json    

This does create the assignment, and the policy is setting the desired tags. However, I cannot view the configuration of the policy set assignment in the portal.

from azure-policy.

cyl33922072 avatar cyl33922072 commented on May 29, 2024

Which UI is broken? Do you go the new policy center?

from azure-policy.

pilor avatar pilor commented on May 29, 2024

The legacy policy experience in the Resource Group and Subscription blades has been replaced with the new Policy Portal experience. You should now be able to interact with your initiatives (and all other policy resources) correctly regardless of where you enter the policy experience in the UX.

from azure-policy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.