If your deploy button is missing in Azure Foundry, it could be due to several reasons. Here are some steps you can take to troubleshoot the issue:
- Check Project Type: Ensure that you are using a hub-based project, as a Foundry project does not support this feature. You can verify your project type in the Foundry portal.
- Role Assignments: Make sure that your user account has the necessary permissions. You may need to assign the Azure ML Data Scientist role to your managed identity in the Azure portal.
- Access Control: Go to the Access control (IAM) section of your resource group and verify that the appropriate roles are assigned to your project.
- Refresh the Portal: Sometimes, simply refreshing the Azure Foundry portal can resolve UI issues.
- Check for Errors: If there are any deployment errors, they may prevent the button from appearing. Check the deployment logs for any error messages that might indicate what went wrong.
If these steps do not resolve the issue, consider reaching out to Microsoft support for further assistance.
References: