Skip to content

Commit 04f85a2

Browse files
committed
Fix typo
Visual studio -> Visual Studio
1 parent dd66b8e commit 04f85a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/cloud-services-troubleshoot-common-issues-which-cause-roles-recycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If a role in your application relies on any assembly that isn't part of the .NET
2424

2525
Before you build and package your application, verify the following statements are true:
2626

27-
* If using Visual studio, make sure the **Copy Local** property is set to **True** for each referenced assembly in your project that isn't part of the Azure SDK or the .NET Framework.
27+
* If using Visual Studio, make sure the **Copy Local** property is set to **True** for each referenced assembly in your project that isn't part of the Azure SDK or the .NET Framework.
2828
* Make sure the web.config file doesn't reference any unused assemblies in the compilation element.
2929
* The **Build Action** of every .cshtml file is set to **Content**. This setting ensures that the files appear correctly in the package and enables other referenced files to appear in the package.
3030

0 commit comments

Comments
 (0)