You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indexing in the worker should fail but it doesn't.
Deploy to Azure, Deployment should fail but it doesn't, try to run the function, (Issue 1)
Expected behavior
Provide a description of the expected behavior.
Indexing in the worker should only succeed if the function names are unique. If they are not, indexing should fail and the worker should throw an error explaining that the function names are not unique.
Actual behavior
Provide a description of the actual behavior observed.
Indexing in the worker does pass and the function breaks when deployed to the portal.
Eg:
After deploying to the portal, refresh the list of functions multiple times, a new duplicate row keeps getting added in portal as shown below
Known workarounds
Provide a description of any known workarounds.
Remove the duplicate function from code and attempt redeployment, this should succeed and fix the issue
OR: change the function names to be unique
For consumption plan:
The container also needs to be recycled, stop and start the app or leave the app unused for at least 15 mins.
The text was updated successfully, but these errors were encountered:
Investigative information
Please provide the following:
Functions with the same defined function name can be created and deployed. This should not be supported.
Repro steps
Provide the steps required to reproduce the problem:
Expected behavior
Provide a description of the expected behavior.
Indexing in the worker should only succeed if the function names are unique. If they are not, indexing should fail and the worker should throw an error explaining that the function names are not unique.
Actual behavior
Provide a description of the actual behavior observed.
Indexing in the worker does pass and the function breaks when deployed to the portal.
Eg:
After deploying to the portal, refresh the list of functions multiple times, a new duplicate row keeps getting added in portal as shown below
Known workarounds
Provide a description of any known workarounds.
The container also needs to be recycled, stop and start the app or leave the app unused for at least 15 mins.
The text was updated successfully, but these errors were encountered: