Forum Widgets
Latest Discussions
MFA on RDP (with AD, RDG, NPS)
Hi, everyone. In the company where I work we have an AD domain and RDP servers (MP) that some employees access from outside via RDG. We have already installed ADFS and NPS but I am still not clear which products and which license levels are necessary to enable 2FA on RDP via RDG. Does anyone have a clearer idea than me? ThanksFulvioPalmaDec 12, 2024Occasional Reader1View0likes0Commentsazure board How get the work item parent work item id
I am using work item details api _apis/wit/workItems/{workItemId}?api-version=7.1 my requirement is to get the parent id of the work item as per my investigation it says we have to check the relation [] but in response no suck kind of field. i have verified that link is correctly set through UI and showing properlySolvedsurendra-pDec 12, 2024Copper Contributor9Views0likes2CommentsHow to fetch the user in azure devOps using API
I am using the azure board API. I want to know is there any API to fetch the user which is associated with the PAT token provided. Basically, want to verify if a valid user exists for associated PAT or if the PAT is valid or not.surendra-pDec 11, 2024Copper Contributor9Views0likes1CommentNeed guidance to transition my career to Azure Cloud Engineer
Hello, I have done certifications in Microsoft Azure Administrator Associate, Microsoft Azure Fundamentals and ITIL 4 Foundation. I have 7 years of experience as an IT Major Incident Manager, and I am interested in transitioning my career to an Azure Cloud Engineer role. Please help me with a strategy to get a job as an Azure Cloud Engineer. Thanks in Advance, Rahulrahulw95Dec 11, 2024Copper Contributor60Views0likes2CommentsVideo 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?47Views0likes2CommentsNeed help on rest api for creating a report
Hi, I need to create a jason report to extract list of release id and workitems related to the releases from all the projects areas in an organization. Please help me in any script you might have.mamathalDec 06, 2024Copper Contributor46Views0likes3Comments- bullxbotDec 06, 2024Copper Contributor25Views0likes1Comment
Can 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 05, 2024Copper Contributor29Views0likes4Commentsazure 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 05, 2024Copper Contributor28Views0likes2CommentsUpdate 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.68Views0likes4Comments
Resources
Tags
- azure2,202 Topics
- Azure DevOps1,383 Topics
- Data & Storage379 Topics
- Networking223 Topics
- Azure Friday219 Topics
- App Services193 Topics
- blockchain168 Topics
- devops145 Topics
- Security & Compliance137 Topics
- Analytics128 Topics