Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Function vs Documentation #14

Closed
rploeg opened this issue Feb 9, 2023 · 1 comment
Closed

Azure Function vs Documentation #14

rploeg opened this issue Feb 9, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rploeg
Copy link
Contributor

rploeg commented Feb 9, 2023

In the Readme file for the documentation you mention to add the following environment variable to the config of the Azure Function App:

UA_SERVER_DNS_NAME - set to "seattle"

In the Azure Pressure Function the variable is stated as follows:

string uaServerLocationName = Environment.GetEnvironmentVariable("UA_SERVER_LOCATION_NAME");

So documentation need to be changed to the right environment variable or the code in the variable.

@barnstee barnstee self-assigned this Feb 9, 2023
@barnstee barnstee added the bug Something isn't working label Feb 9, 2023
@barnstee
Copy link
Collaborator

barnstee commented Feb 9, 2023

Fixed with bfc9ea3

@barnstee barnstee closed this as completed Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants