Git Product home page Git Product logo

Comments (8)

svarga-msft avatar svarga-msft commented on May 20, 2024 1

The solution uses logic apps to call an Azure Function. From the stack trace it looks like the function is failing on the call to pull the Virtual Machines in the provided subscription.

Please feel free to send our team an email here: [email protected]

We can hopefully work with you to get it sorted out, then update this thread for future users.

from startstopv2-deployments.

svarga-msft avatar svarga-msft commented on May 20, 2024

Hi, the solution does support Azure Government subscriptions. Did you deploy using the deployment button for government subscriptions?

I'd be happy to help you get this sorted out.

from startstopv2-deployments.

svarga-msft avatar svarga-msft commented on May 20, 2024

I see you provided the stack trace, but could you provide the exact error that you received? There are a variety of subscription related error messages so the exact one will help us narrow it down.

from startstopv2-deployments.

nhoj01 avatar nhoj01 commented on May 20, 2024

@svarga-msft I deployed using the Production - Fairfax/UsGov (Preview)

I'm a bit new at Azure Functions/Logic apps is there a specific error code that you need and how would I find it?

The logic app is showing status 500
{
"Message": "An error has occurred.",
"ExceptionMessage": "The subscription 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' could not be found.",

from startstopv2-deployments.

svarga-msft avatar svarga-msft commented on May 20, 2024

Just to confirm, the subscription that you deployed to is the same subscription that you're using in the payload?

from startstopv2-deployments.

nhoj01 avatar nhoj01 commented on May 20, 2024

Correct it is the same subscription.

from startstopv2-deployments.

balas77 avatar balas77 commented on May 20, 2024

We found the root cause of this issue and sorry for the inconvenience caused.

Please follow the below instructions to make quick update in the function app configuration (this is to make sure you can reuse the same deployment).

Open the azure portal and navigate to the resource group that you had our V2 deployment.
• Open the function app  Configuration (under Settings)
• Do the below changes to the configuration properties
o Click & Change the property name from AzureClientOptions:AzureEnvironment to AzureClientOptions:AzureEnv
o Click the StorageOptions:StorageAccountConnectionString property name and append the value at the end. Please make
sure keep the existing value as is and only append the new value at the end.

o ;EndpointSuffix=core.usgovcloudapi.net

We have also fixed this and updated the package in the GitHub which you can also deploy the new instance if needed!

from startstopv2-deployments.

balas77 avatar balas77 commented on May 20, 2024

I hope this is resolved now and hence closing this issue!

from startstopv2-deployments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.