Forum Widgets
Latest Discussions
Update App Registration Client Secret Using Microsoft Graph REST API v1.0
Hello, I have a customer who wants to set the App registration Client Secret to 1 year. Here are the customer's requirements: For existing application registrations under ‘Certificates & Secrets’ pane, any new secrets added by owners should have the duration limited to one year. If the owner tries to set the duration greater than one year and clicks ‘Add’ button, the action should not be allowed with proper error displayed. The same behavior should also be applicable to new application registration specific secrets. It should not impact any existing secret that is present (greater or less than one year) for current application registrations. We need a way to enable and disable the global policy in case we want to disable it if something doesn’t work as expected. We don’t want to impact anything else wrt application registrations or anything in service principles. Based on the article you shared; Microsoft Entra application management policy API overview - Microsoft Graph v1.0 | Microsoft Learn Below is the script we are trying to use to add the global policy and set as default policy with isEnabled = true. As we cannot test in a different tenant, can you please confirm the snippet below will work for the above requirements? MgPolicyAppManagementPolicy|select* $policy=@{ "displayName"="Enforce Max Lifetime for Secrets" "description"="Policy to enforce a maximum lifetime of 1 year for any new secrets." "applicationRestrictions"=@{ "passwordCredentials"=@{ "maxLifetime"="P365D"# ISO 8601 duration format for 1 year } } } New-MgPolicyAppManagementPolicy-BodyParameter$policy Update-MgPolicyDefaultAppManagementPolicy -id <ABOVE_POLICY_ID -IsEnabled $true I tried to test it in my own tenant, but I ran to a permission issue. Can someone please confirm if this snippet works against the customer's requirements? Thanks.26Views0likes2CommentsCan we integrate azure board in java application for retrieving projects, work items operations
I want to integrate the azure board in my spring boot java application to fetch the projects, iterations,work items. does azure provide the sdk for it so i can use that jar and integrate this kind of operation in my application. does azure sdk has dedicated methods for azure board data like project,iterations , work itemssurendra-pDec 03, 2024Copper Contributor9Views0likes0Comments- bullxbotDec 02, 2024Copper Contributor6Views0likes0Comments
Evaluating Azure Cross-Tenant Synchronization: Benefits and Concerns
We’re looking into this Azure feature and how it would benefit the 4 tenants we manage. Reading MS learn and other articles, they highlight many of the benefits, but what about the got chas? Several areas of concern right off the bat are: How are users affected with devices not in Intune from one tenant (child - them) accessing a tenant with active CAPs (primary - us) that require compliant enrolled devices? Does the sync take precedence over the CAPs (Conditional Access Policies)? Are there any effects on guest user (b2b) access? How does this affect established SharePoint/OneDrive sharing access. Are the SP/OD sharing settings still in affect? When you sync identities, do you have granular control what gets synced and to what resources? Known issuesbrings up an issue with special characters. Our child tenants are in the EU, Africa, and in China that use them. Has anyone had issues? Thank you in advance sharing your experiences with this.38bacjacDec 02, 2024Copper Contributor37Views0likes2Commentsazure board what is the max page size limit for get project level iteration api
i am using classificationnodes iteration api what if the number of project level iterations exceeds this limit how can we retrieve the next set of iterations using pagination? can we use filter as search iterations by name ? can we user top and skip for this api? please explain the use of parameter and any example if possible.surendra-pDec 02, 2024Copper Contributor9Views0likes0CommentsVideo Script to Generating Video with Voiceover
Can anybody provide a step-by-step guide for a beginner user to make an app for Azure to work like Visla (https://app.visla.us/) that converts video text script to high-quality videos with Azure voiceover similar to what Visla offers?34Views0likes1CommentHow to get the work log of the work item
does azure support build in work log feature like jira , my requirement is i want to get the worklogs from each work item from the work log i want to get the user , added effort by the user. is their any API to get the worklog of the work item.surendra-pNov 29, 2024Copper Contributor33Views0likes1Comment
Resources
Tags
- azure2,201 Topics
- Azure DevOps1,381 Topics
- Data & Storage379 Topics
- Networking223 Topics
- Azure Friday219 Topics
- App Services193 Topics
- blockchain168 Topics
- devops145 Topics
- Security & Compliance137 Topics
- analytics128 Topics