Forum Widgets
Latest Discussions
P2P Server app in Azure Portal
HI Everyone, Does any one has any idea about P2P Server app in azure portal? I just noticed this app in App registration. Should i delete it as it looks supecious. look at scopes of this app? How can i analyze this app what this app has been doing ? should i delete it?adminKKJul 24, 2021Copper Contributor57KViews1like3CommentsApp Service timeout in 230 sec
Hello Team, We have couple of App Service which takes more than 230 Sec. We can not use Durable function or Webjobs. how can we increase the request time, as we have a task running which takes about 10 mins. Thanks, BiplabBiplab SahJul 16, 2020Copper Contributor51KViews0likes2CommentsTrying to down just specific file in Azure repo to Windows and Linux.
I am new to Azure and created a text file to test with in my Azure repo. I have the command "git" on Windows to download from the Windows server and "wget" or "curl" on Linux. Could somebody give me the syntax to download my test flat file? I am having no luck. On Windows, I can clone my my repo via the following command: >git clone https://GregSmith0896@dev.azure.com/GregSmith0896/WebSphere/_git/WebSphere On Linux, again I can download the repo with : >wget clone https://GregSmith0896@dev.azure.com/GregSmith0896/WebSphere/_git/WebSphere I would like to just download a specific file in the repo which exists in the branch "scripts" and the file name is "test.txt" Please let me know. Thank you.Solvedgrsm001Jul 02, 2020Copper Contributor18KViews0likes3CommentsWindows vs Linux App Services for dotnet apps
Hi 🙂 I expect that this question is highly subjective. I've hosted dotnet framework stuff on Windows VMs for years. When dotnet core came out I started hosting new apps on Linux VMs because they were lighter / cheaper. I'm deploying my first project as an Azure app service. It's dotnet core / blazor. The person who set it up before me set up Windows app services. I'm inclined to switch it to Linux moving forward but am questioning my motifvations. Are there any practical reasons? Does the argument about lowere resource usage (and hopefully better performance) hold true in the app service domain as it (I assume) it does in the VM world? Thanks very muchdamiensawyerOct 08, 2022Copper Contributor14KViews1like3CommentsExecute Azure Function using ADF activity and AAD Login
We are trying to execute an Azure Function (HTTP type) using Azure Data Factory (ADF). The Function App has the App Service Authentication set as "On" and the action to take when request is not authenticated is set as "Log in with Azure Active Directory". If we have this configuration in the Function App, is it possible to execute the Azure Function from ADF? We configured the Azure Function and Active Directory App by following this documentation: Configure your App Service or Azure Functions app to use Azure AD login We aren’t using a web app and maybe that’s the confusing part when trying to follow the steps from the documentation. ADF is the one that needs to authenticate when trying to access/execute the function. Do you know anything about this type of configuration?mariellecespedesOct 29, 2020Copper Contributor11KViews1like12CommentsHow do I grant user access to the Azure OpenAI Studio - GPT Playground
Hi there, I am trying to grant user or contributor access to the GPT playground to some users of my system, but it looks like there are no specific permissions to grant users access to the GPT playground on Azure OpenAI Studio. Any hints on how to do this? Thanks.adafienoMar 16, 2023Microsoft9.6KViews0likes5CommentsAADSTS50011: The reply URL specified in the request doesn't match registered the reply URLs
Is this a common occurrence; does anyone know how to get around this issue? "AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'my application client id'. " I've followed the directions explicitly in these two documents, and reviewed others to see if I was missing anything. Reviewing responses to others' issues with the same problem did not resolve the failed auth issue. https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-access-web-apis#add-redirect-uris-to-your-application I have an Azure Web App that has been registered. I can go to Azure Portal Home >> App registrations >> My App >> Endpoints, add all of the OAuth endpoints under the Redirect URIs and still cannot get fully logged in. I tried the <app-url>/.auth/login/aad/callback redirect format from one of the above articles with no success. I've tried https://myapplicationname.azurewebsites.net/.auth/login/aad/callback, https://login.microsoftonline.com/mytenantid/oauth2/v2.0/authorize (as well as the three other endpoints with this format), https://login.microsoftonline.com/common/oauth2/v2.0/authorize (same with other three endpoints), etc. When I run in debug on my localhost:44321/ the web app launches, prompts for authentication, and is successful each time, however, always fails with the same subject error any time I deploy the build to Azure. My localhost addresses are listed in the Redirect URIs, so that makes sense the local deployment is successful but I cannot figure out why the deployed web app always fails when it goes live. I've tried everything that I could possibly think of with different combinations, but no luck getting past the auth error so any insights would be greatly appreciated.sffc-snsAug 25, 2020Copper Contributor9.1KViews0likes3CommentsHow to host moodle on azure
Hello everyone, I am here for help, I am an IT specialist my employer asked me to host a Moodle LMS on azure to be accessible for our program, I have no idea how to do it because I don't have experience on hosting websites and Azure as well. I am willing to learn about azure and how to use to make Moodle available to our benfieries. could you please give me a detailed guideline about that? I am having a free azure subscription right now but I will purchase other packages later once I got a clear idea how to use it. I am looking for your kind answers. Thanks, BarzanBarzan90Nov 25, 2020Copper Contributor9KViews0likes2CommentsAccess to Web App behind a private endpoint
Hello everyone, I deployed two web apps and a virtual machine and configured the resources to use the same virtual network (myvnet). The (Windows) web apps have private endpoint connections configured with names in a private DNS zone "privatelink.azurewebsites.net". I can properly access the web apps from the virtual machine: The names [webapp-one / webapp-two].azurewebsites.net are resolved to the internal ip addresses of the private endpoints as the vm uses the nameserver 168.63.129.16. But the web apps cannot access each other. In the code I try a HTTP Get request from the webapp-one application to "https://webapp-two.azurewebsites.net". This does not work and as far as I debugged this problem it seems that the name resolution is working properly. Instead of the internal ip address I get the external address (13.69.xx.yy). Does anyone have an idea where to look? Thanks in advance, Matthiasdontmentionme1Jan 28, 2021Copper Contributor8.9KViews0likes2Comments
Resources
Tags
- web apps73 Topics
- AMA47 Topics
- azure functions37 Topics
- Desktop Apps10 Topics
- Mobile Apps9 Topics
- azure kubernetes service3 Topics
- community2 Topics
- azure1 Topic
- Feature Request1 Topic
- Azure SignalR Service1 Topic