About 50 results
Open links in new tab
  1. Local development with DefaultAzureCredential() with API Scope

    Nov 28, 2024 · 2) I also added the Microsoft Azure CLI Enterprise App GUID to my App Registration 'Expose an API' - Authorized client applications to my scope. GUID "04b07795-8ddb-461a-bbee …

  2. c# - Azure functions local.settings.json represented in appsettings ...

    Jan 2, 2019 · Local Secrets can be stored in the secrets.json as long as they are not set to publish. In Azure, it is recommended to store the values in Function App Settings which reach out to Azure Key …

  3. Getting the path of %AppData% in PowerShell - Stack Overflow

    Apr 12, 2012 · How can I get the path for the application data directory (e.g. C:\Users\User\AppData\Roaming) in PowerShell?

  4. c# - Optional appsettings.local.json in (new format) visual studio ...

    4 The plan: Place default local values to appsettings.local-base.json. Add appsettings.local.json to .gitignore. Copy appsettings.local-base.json as appsettings.local.json to output folder if …

  5. Getting Around "blocked by CORS policy" Error in Angular App …

    May 15, 2019 · You should be able to configure your local application to add a the header to the response. The plain text header would look like Access-Control-Allow-Origin: localhost:4200

  6. .net - How do I get %LocalAppData% in c#? - Stack Overflow

    Dec 30, 2009 · How do I get %LocalAppData% in C#? You didn't provide much information in your question, and I don't know if you're talking about VisualStudio the software, or one of the languages it …

  7. c# - How to use appsettings.local.json? - Stack Overflow

    Sep 30, 2020 · I have created an appsettings.local.json to my project. In my start up file - configure method, I have added the below code: public void Configure(IApplicationBuilder app, …

  8. Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules ...

    Jan 25, 2022 · I am trying to run an Angular application. I execute the ng serve command, but it then shows: Error: Cannot find module 'node-sass'

  9. Redirect URL with http but NOT 'localhost' value in app registration ...

    Mar 4, 2022 · Redirect URL with http but NOT 'localhost' value in app registration microsoft azure Ask Question Asked 3 years, 11 months ago Modified 3 years, 11 months ago

  10. Why localhost redirect URI for Azure AD desktop app / MSAL, and how ...

    May 23, 2023 · For example, we have a 3rd party desktop app which integrates with Excel to pull data from our ERP via web services. It uses Azure AD app registration to authenticate as the current user …