Pinned Posts
Forum Widgets
Latest Discussions
You do not have permission to view this directory or page while deploying Web APP in App service
Hello, I am trying to deploy a web app using azure pipeline, the release pipeline is run successfully and the application URL is also generated but when I try to access the app URL I am getting the below error You do not have permission to view this directory or page I have googled about this quite a bit but all I can mainly see is that your application should have an Index file or webconfig file. I am not a developer and I took this with the developer and he has confirmed that, he is able to deploy it manually. I am not quite sure what more can be done on this. I have also seen that there is a note that is prompted during the deployment as below, I wonder if this is related NOTE: Run From Package makes wwwroot read-only, so you will receive an error when writing files to this directory. Can anyone advise on this ThanksSphinx191580Jun 22, 2025Copper Contributor1.3KViews0likes1CommentAzure Secure API integration With OAuth 2.0 And per user
"Hi Everyone, I hope you are doing well in your career. Actually, I am very new to the Azure and D365 world and facing a problem with a small requirement. If any of you can help me out, I would be really grateful. Problem Statement: I want to integrate an External System with D365. The external system uses OAuth 2.0 Authentication, and we need integration based on a per-user concept. This means we need to use Azure for storing the API credentials, and a C# plugin (not sure) for API calls (API credentials are not exposed directly in C# Code)."ayushgupta1903Jun 22, 2025Copper Contributor206Views0likes1CommentAnyone managing Azure budgets? Would love to hear how you're doing it
Hi everyone - I’m a founder working on a tool to help engineering and infra teams plan and monitor Azure cloud costs more effectively (especially when it comes to budgeting and forecasting). I’m not selling anything - just trying to understand how teams currently handle: Planning Azure spend across teams or projects Staying within budget or tracking drift over time Forecasting costs based on changing usage If you're involved in this (or have strong opinions about what Azure does well/poorly here), I’d love to hear your thoughts. Even a few sentences would be super helpful. You can DM me here or just drop a quick comment. Happy to share what I’ve learned from others too. Thanks!SergeyRiabtsevJun 21, 2025Copper Contributor18Views0likes1CommentAzure pipeline MSBuild occur error
Azure pipelin - MSBuild occur : error MSB4236 => Error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found. Hello everyone Can anyone suggest any solutions for that. // Background // * MSBuild - MAUI SDK 8.0, Xamarin binding project - task: JavaToolInstaller@0 inputs: versionSpec: '11' jdkArchitectureOption: 'x64' jdkSourceOption: 'PreInstalled' - task: UseDotNet@2 displayName: .NET Version inputs: packageType: 'sdk' version: '8.x' includePreviewVersions: true - task: Bash@3 displayName: Install MAUI - task: MSBuild@1 inputs: solution: '**/*.csproj' msbuildVersion: 'latest'SSstupidJun 20, 2025Copper Contributor970Views0likes1Commentnot equal condition does not work in azure pipeline template
I have a condition to run a task in azure job template conditionally if value of parameter is not null, however the task runs even if value of parameter is null. parameters: - name: 'new_tag_value' default: '' type: string - task: Bash@3 displayName: 'Update Image tag in helm chart' inputs: targetType: filePath filePath: '${{ parameters.bash_script_path_image_tag_update }}' arguments: '${{ parameters.new_tag_value }} ${{ parameters.svc_value_File }}' condition: and(succeeded(), ne('${{ parameters.new_tag_value }}', ''))nitinnaidu947Jun 20, 2025Copper Contributor2.1KViews0likes1CommentActivate text entry box not accepting text
I have been experiencing this issue for a few weeks now and assumed it was just me. But I asked several co-workers and they are all experiencing the same issue. When attempting to active a PIM role in Azure, the text entry box for adding the reason you're activating the role will flash and change the outline to blue, indicating it is now ready to accept text entry. However, it will not allow typing in text. If you click inside the box several times, you might be offered the option to auto-fill a previously used entry (but not always). In order to actually type in the reason, I have to first click on "Roles" in the activation window, then click "Activate" again to get back to the text box. It will then accept text entry and allow completion of role assignment. It's not a huge problem, but it adds steps and time to role assignment, which isn't ideal since roles are usually being grabbed to take care of an apparent emergency. (I have a great short video showing exactly what I'm talking about, but the media insertion option would not allow adding it here.)AdamVanD6Jun 20, 2025Copper Contributor109Views5likes3CommentsAzure Support Case Feedback
Hello, Just posting this thing here after couple email exchanges with the Azure Support Team. So basically 2 issues I encountered via Azure Support (on Azure Portal) is like after getting an initial reply from the support team, I couldn't make any follow-up reply (i.e., unable to re-open the ticket). The second issue is the ticket blocks my access. According to the Azure Support Team, they indicated that the issue is transferred internally to another team under Microsoft so it's technically not part of Azure Support anymore and basically a limitation is that if the ticket is transferred to another team, the ticket could cause the issues mentioned above. Hence, I would like to provide this as feedback and potentially seek to submit this as a feature request to lift this limitation. Thankstonyzhou1260Jun 20, 2025Copper Contributor3Views0likes0CommentsAzure DevOps REST API - tag DeploymentGroups' target
Hello everyone, I am trying to setup a function in PowerShell to be able to set tags on specific targets of a deploymentgroup, and for that I am using this documentation page: https://learn.microsoft.com/en-us/rest/api/azure/devops/distributedtask/targets/update?view=azure-devops-rest-7.0&tabs=HTTP#request-body I created the request body as described in the page like bellow: { "id": 541, "tags": [ "tag1-backendWithDb", "tag1-backendWithDb-active-node", "tag2-backendWithDb-database", "tag2-backendWithDb", "tag2-backendWithDb-active-node", "tag3-blazor", "tag3-blazor-active-node", "tag4-yarp", "tag4-yarp-active-node" ] } Than I do the following command : Invoke-RestMethod -Method Patch -Uri "$baseurl/distributedtask/deploymentgroups/$($DGid)/targets?api-version=6.0-preview.1" -Credential $cred -Body ($body | ConvertTo-Json) -ContentType 'Application/json' But then I get an error like this : Invoke-RestMethod: { "$id": "1", "innerException": null, "message": "Value cannot be null.\r\nParameter name: machinesToUpdate", "typeName": "System.ArgumentNullException, mscorlib", "typeKey": "ArgumentNullException", "errorCode": 0, "eventId": 0 } The problem is that the document is not specifying any parameter named 'machinesToUpdate'. What is it that I am missing here?SolvedAMDBauwensJun 19, 2025Copper Contributor58Views0likes3CommentsResoure Graph Explorer
I’m looking to retrieve a list of Azure resources that were created within the last 24 hours. However, it appears that Azure does not consistently expose the timeCreated property across all resource types, which makes direct filtering challenging. Request for Clarification/Support: Could you please confirm if there’s a reliable way to filter resources based on their creation time — for example, resources created in the last N days or within the last 6 hours? If timeCreated is not uniformly available, what’s the recommended approach (e.g., using Resource Graph, Activity Logs, or any other reliable method) to achieve this?46Views0likes2CommentsComparision on Azure Cloud Sync and Traditional Entra connect Sync.
Introduction In the evolving landscape of identity management, organizations face a critical decision when integrating their on-premises Active Directory (AD) with Microsoft Entra ID (formerly Azure AD). Two primary tools are available for this synchronization: Traditional Entra Connect Sync (formerly Azure AD Connect) Azure Cloud Sync While both serve the same fundamental purpose, bridging on-prem AD with cloud identity, they differ significantly in architecture, capabilities, and ideal use cases. Architecture & Setup Entra Connect Sync is a heavyweight solution. It installs a full synchronization engine on a Windows Server, often backed by SQL Server. This setup gives administrators deep control over sync rules, attribute flows, and filtering. Azure Cloud Sync, on the other hand, is lightweight. It uses a cloud-managed agent installed on-premises, removing the need for SQL Server or complex infrastructure. The agent communicates with Microsoft Entra ID, and most configurations are handled in the cloud portal. For organizations with complex hybrid setups (e.g., Exchange hybrid, device management), is Cloud Sync too limited?SrinivasanSelvamJun 19, 2025Copper Contributor52Views1like2Comments
Resources
Tags
- azure2,274 Topics
- azure devops1,392 Topics
- Data & Storage379 Topics
- Networking238 Topics
- Azure Friday223 Topics
- App Services202 Topics
- blockchain168 Topics
- devops165 Topics
- Security & Compliance151 Topics
- analytics136 Topics