Exam AI-103 Topic 1 Question 64 Discussion
Actual exam question for Microsoft's AI-103 exam
Question #: 64
Topic #: 1
Question #: 64
Topic #: 1
You have a Microsoft Foundry project that generates product marketing images from text prompts.
After publishing several images, the legal team at your company identifies a competitor's logo on a sign in the background of an image.
You need to remove only the logo, while preserving the rest of the image.
What should you do?
After publishing several images, the legal team at your company identifies a competitor's logo on a sign in the background of an image.
You need to remove only the logo, while preserving the rest of the image.
What should you do?
Suggested Answer: A Vote an answer
To remove a logo from a generated image while preserving the rest of the content, you should use AI-powered inpainting tools or standard object removal features in professional image editing software.
Microsoft Designer or Azure AI (In-Engine Fixes)
If your Foundry project is built on top of Azure OpenAI Service or Dall-E, you can often handle this programmatically or through related first-party tools.
Generative Erase / Inpainting: Use Microsoft Designer's "Erase" tool. Brush over the logo, and the AI will replace it by seamlessly blending the background.
API Inpainting: If you have access to the underlying image generation API (like DALL-E 3 or Stable Diffusion), use the Inpainting API. Pass the original image along with a black-and-white mask highlighting the logo, and prompt it to "fill the background naturally." Reference:
https://starryai.com/en/blog/mai-image-1
Microsoft Designer or Azure AI (In-Engine Fixes)
If your Foundry project is built on top of Azure OpenAI Service or Dall-E, you can often handle this programmatically or through related first-party tools.
Generative Erase / Inpainting: Use Microsoft Designer's "Erase" tool. Brush over the logo, and the AI will replace it by seamlessly blending the background.
API Inpainting: If you have access to the underlying image generation API (like DALL-E 3 or Stable Diffusion), use the Inpainting API. Pass the original image along with a black-and-white mask highlighting the logo, and prompt it to "fill the background naturally." Reference:
https://starryai.com/en/blog/mai-image-1
by Kim at Jul 29, 2026, 05:03 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).