Error RZ9991: The attribute names could not be inferred from bind attribute 'bind-Value' in Azure Pipelines

Muhammad Uzair Janjua 0 Reputation points
2023-07-10T14:41:15.9766667+00:00

I am encountering an error (RZ9991) when building my .NET code in Azure Pipelines. The code builds successfully in Visual Studio and deploys to an Azure Web App from my local system, but I'm facing this issue during pipeline execution. The error message specifically mentions the attribute 'bind-Value' and suggests that bind attributes should follow a specific format ('bind' or 'bind-value') along with corresponding optional parameters like 'bind-value:event', 'bind:format', etc.

Here are the details of my setup:

  • I am using Azure Pipelines to build and deploy my .NET code.
  • The code is built successfully in Visual Studio and runs without any issues locally.
  • The error occurs during the build step of the Azure Pipeline execution.
  • The error message specifically references the 'bind-Value' attribute.

What could be causing this issue in my Azure Pipelines build, and how can I resolve it? Is there a difference in how the 'bind' attribute is handled between Visual Studio and Azure Pipelines? Are there any specific configurations or adjustments I need to make in my Azure Pipeline to avoid this error?

Any guidance or suggestions to resolve this issue would be greatly appreciated. Thank you!

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,647 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,794 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 29,446 Reputation points Microsoft Vendor
    2023-07-11T07:51:54.5666667+00:00

    Hello @Muhammad Uzair Janjua ,

    Thank you for taking time to post this issue in Microsoft Q&A forum.

    Azure DevOps(Azure Pipelines) is currently not supported in the Microsoft Q&A forums, the supported products are listed over here: https://docs.microsoft.com/en-us/answers/products/

    For the related question about Azure DevOps(Azure Pipelines), you can post here: Developer Community - Azure DevOps.

    Thanks for your understanding, have a nice day.

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments